7

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.

skaffman
  • 398,947
  • 96
  • 818
  • 769
Jonah
  • 2,097
  • 4
  • 20
  • 22

2 Answers2

1

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

Brian Clements
  • 3,787
  • 1
  • 25
  • 26
1

The following link explains JMF with nice examples:

http://grack.com/downloads/school/enel619.10/report/java_media_framework.html

Shawn Chin
  • 84,080
  • 19
  • 162
  • 191
Ravi Parmar
  • 1,392
  • 5
  • 24
  • 46