Some other question, dealing with android and OpenCV. Ok, as I now understand, it is not that easy to record a video, processed by OpenCV on android. But is there any possibility to do it parallel: - to record video from camera, using standard android tools (MediaRecorder) and - to process video with OpenCV (mOpenCvCameraView) without saving it?
Thank you once again!