When I try to get image from my webcam, OpenCV throws an exception in following statement:
new VideoCapture(0);
It says “unknown exception” of type java.lang.Exception. I wonder how to fix this error.
and the exact exception is ?
There is no other than root Exception class according to terminal in which the error message exists.
opencv version ? hw ? how do you run this ?
do the sample progs work ?
why are you trying to use the VideoCapture
class directly ?
I have run as Windows application; not Android.