Hi,
I was wandering how could capture video from the built-in camera of my netbook, under Linux, ubuntu. The programming language could is not an issue (but I prefer Java or the old school c)
Thanks in advance for your answers, Gian
Hi,
I was wandering how could capture video from the built-in camera of my netbook, under Linux, ubuntu. The programming language could is not an issue (but I prefer Java or the old school c)
Thanks in advance for your answers, Gian
You can look into OpenCV, for C/C++. It is very powerful.
If you dont mind using flash I would write it in flex, its very easy and you can write it to work on pretty much every Operating System (except ipad). You can use this code as a starting example: http://www.red5-recorder.com/
Also you can use red5 itself as a nice open source streaming server. You shouldnt need to buy anything for any of this, although much easier to code with flex builder, I think you can get a 60 day trial.
For Java check out the Java Media Framework. It hasn't been updated in some time, but can be used to capture video. I used it a while ago to write some teleconferencing type stuff.
In Linux the canonical way of talking to webcams are via v4l.
Here is a library called libfg for a simple high level C API on top of v4l.