JavaCameraView class in opencv-Collection of common programming errors
I added a method in javaCameraview class. But I was not able to use it in Activity.java.
I did following steps:
- imported JavaCameraView in Activity.java
- Created an object JavCameraView
- Inside a method in Activity class called a method j.focus(something).
Error : The method focus(ArrayList) is undefined for the type JavaCameraView
javacameraview class is public and the method is also public too.
Originally posted 2013-11-06 03:08:01.