grab a frame without JNI Call
Is there a way I can grab frames from android camera using openCV4android or JAVA Api without any JNI calls?
The reason is : I want a fixed fps for a particular application. I dont want to use the call back methods onCameraFrame (from CvCameraViewListener) or onPreviewFrame( using camera.onPreviewcallBack), which fails to give a fixed FPS.
I am desperate for help, after spending days :(