views:

599

answers:

1

Looking for resources and information regarding capturing video from an external webcam on Mac OS X using Java. QTKit seems to only offer this functionality in native code. Any information would be appreciated.

A: 

Hey, The Java Media Framework is still the way of doing it, although you will have to download it seperatly from the JDK. It's available on sun's website.

here's a link to the API:

http://java.sun.com/javase/technologies/desktop/media/jmf/2.1.1/guide/index.html[1]

David Menard