Can any one tell me how? Or any free source code?
Thanks!
How to capture a picture in my webcam?
Started by hawken, Aug 29 2009 12:29 PM
3 replies to this topic
#1
Posted 29 August 2009 - 12:29 PM
|
|
|
#2
Posted 29 August 2009 - 12:57 PM
#3
Posted 31 August 2009 - 04:04 AM
Are you trying to do this programmatically, or are you just looking for webcam software?
sudo rm -rf /
#4
Posted 31 August 2009 - 12:19 PM
Do you want real time video with some performance or do you simply want a still picture? For still pictures, I bet there are plenty libraries out there.
Back a while, when I did a bachelor thesis, I wrote some code to capture real time video from the camera in high-res and then the program did some rather heavy analysis on it. I remember using Microsoft Direct Show + Direct 3D as library. I did try some other high-level software/libraries but none were fast enough.
I think a google search on direct show + video capture will give some results. But directx and windows might not be your platform, your info is rather vague.
Back a while, when I did a bachelor thesis, I wrote some code to capture real time video from the camera in high-res and then the program did some rather heavy analysis on it. I remember using Microsoft Direct Show + Direct 3D as library. I did try some other high-level software/libraries but none were fast enough.
I think a google search on direct show + video capture will give some results. But directx and windows might not be your platform, your info is rather vague.


Sign In
Create Account

Back to top










