javawebcamjmf

Webcam control in java


I am thinking of creating a project for controlling my integrated webcam in java.

I have tried searching and found that we need to use JMF for this kinda stuff. But i couldn't find any good tuts or books which explains JMF from scratch.


Solution

  • I've actually had more success using Xuggler than FMJ or JMF. Here is a demo program for displaying from a webcam:

    https://github.com/artclarke/xuggle-xuggler/blob/master/src/com/xuggle/mediatool/demos/DisplayWebcamVideo.java