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:

  1. imported JavaCameraView in Activity.java
  2. Created an object JavCameraView
  3. 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.