Raised This Month: $32 Target: $400
 8% 

Bitmap Capture Thread


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Privatex86
Junior Member
Join Date: Dec 2016
Old 06-17-2017 , 13:12   Bitmap Capture Thread
Reply With Quote #1

Welcome,

I am writing a simple application in Visual Studio 2008. However, I will be running a simple thread that captures bitmap images for AVI videos which will save them to an array or disk some how. I will execute the thread when the application starts and do something along the lines of :

Code:
Bitmap BitmapCapture = new Bitmap(Screen.Width, Screen.Height, System.Drawing.Imaging.PixelFormat.Format24bppRgb);

// TODO : save to disk/memory etc
// todo : run bitmap2avi.exe util or something with directory of saved images blahblahblah
I would also like to know how to record the audio in a Microsoft Windows based environment using a simplistic library from scratch for my project. Please can somebody provide me with idea's? I have tried Stereo Mix but it appears they've removed it.
Privatex86 is offline
Privatex86
Junior Member
Join Date: Dec 2016
Old 06-17-2017 , 13:13   Re: Bitmap Capture Thread
Reply With Quote #2

Privatex86
Privatex86 is offline
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 20:01.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode