Using Webcam in Java Under Linux
I am working on an Image Processing project using JavaEE Eclipse under Linux Ubuntu 11.4, and of course i am using a Webcam
Ubuntu can see the Webcam through 开发者_运维技巧any webcam program (ex: cheese) but when using it in coding through Java Eclipse it can't determine the device name of the webcam!
I have tried the webcam of the laptop, and another webcam
Java OpenCV Bindings talks about using the OpenCV library. I've not used the Java version, but the Python bindings are pretty amazing.
精彩评论