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.
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.