NativeCameraView crushes after awhile
when I am using the following function in my app
public Mat onCameraFrame(CvCameraViewFrame inputFrame) { return inputFrame.rgba(); }
with NativeCameraView my app crashes after 510 frames, any suggestions how to fix it?
I have installed OpenCV Manager 2.4.8.
Dennis.
add a comment