Open muneikh opened 9 years ago
What exception are you getting?
I'd suggest starting by substituting a simple no-op detector in place of whatever detector you are using, to verify whether the vision detector is the source of the issue. Making a no-op detector would be similar to what I outlined here:
Except that you'd implement the methods without delegating to an underlying detector.
@muneikh: can you share the solution to this issue, if it is solved.Thank you.
Throwing Runtime exception when stop is called which is okay according to the doc.
"RuntimeException is intentionally thrown to the application, if no valid audio/video data has been received when stop()" http://developer.android.com/reference/android/media/MediaRecorder.html#stop%28%29
but the problem is MediaRecorder does not work with Android-Vision. or maybe I am missing something.
public class CameraSourcePreview extends ViewGroup { private static final String TAG = "CameraSourcePreview";
}