Page 1 of 1
Again me :) WebCam
Posted: Thu Apr 12, 2012 10:17 pm
by M1z23R
I have code to get picture from web cam to picturebox. But this code relays on picturebox's handle, if i minimize the program, it doesn't work (my motion detection). How could i get picture from web cam directly to bitmap variable ? and then use the bitmap with my needs ?
Re: Again me :) WebCam
Posted: Tue May 01, 2012 9:23 pm
by AnoPem
you could resize the form to a little window in the upper right cornor? so it is not completly minimized
Re: Again me :) WebCam
Posted: Tue May 01, 2012 11:01 pm
by M1z23R
I tried that, also its topmost, i even tried to find a handle for a game so that webcam can capture frames there, but nothing. I want this to get picture while in game.
Re: Again me :) WebCam
Posted: Wed May 02, 2012 7:29 am
by AnoPem
You should probaly look into how fraps and wegame and such is working then
Re: Again me :) WebCam
Posted: Mon May 07, 2012 4:35 pm
by MrAksel
Bumping because I would like to know this too, and the topic is still open.
Re: Again me :) WebCam
Posted: Thu Aug 09, 2012 3:36 pm
by DeveloperJacob
You can set the form opacity to 0%
Re: Again me :) WebCam
Posted: Thu Aug 09, 2012 6:32 pm
by mandai
If you are using a capture window to access the webcam then you can use the PrintWindow function to retrieve the image.