Ask Your Question

jenia's profile - activity

2014-04-05 05:24:43 -0600 received badge  Student (source)
2014-04-04 05:57:40 -0600 commented question Record video from camera parallel to OpenCV processing

I actually just want to record normal video from camera, using standard android methods (MediaRecorder?). But I want to know if it is possible to do this when I use OpenCV methods in the same activity. (I do not need to record processed video, just the source from camera).

2014-04-04 05:43:23 -0600 asked a question Record video from camera parallel to OpenCV processing

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!

2014-04-03 07:58:35 -0600 commented question How to save video when using OpenCV

@StevenPuttemans Thank you. But could I somehow use android.media.MediaCodec for theese Purposes? Just passing it frames from camera and adding them to video?

2014-04-03 07:00:31 -0600 asked a question How to save video when using OpenCV

I am trying to do the following: I get video from my android phone camera and do some changes on it using OpenCV. What I need to do then is to save this video. As I understand one can't do it using only OpenCV. So, my question is, if there is any possibility to do this? I need the video in h264 format

Thank you in advance.