Ask Your Question

Eu. Dr.'s profile - activity

2014-04-23 02:27:06 -0600 commented question Video Filters using JAVACV on Android

@break can you please be a bit more helpful? I do not think it is illegal to ask a JAVACV related question on a OpenCV Site.

2014-04-21 02:49:25 -0600 asked a question Video Filters using JAVACV on Android

I have integrated JavaCV into android and I am currently able to record a video using FFmpegFrameRecorder. This implies to me that I have successfully integrated JavaCV into my application.

Now I wish to perform some video editing tasks on this video and apply filters like Sepia, Gray-scale etc to the video file. It would be great if I could apply the selected filter to the camera capture or the SurfaceView bound to the camera object(The Preview).

Doing this frame by frame using Android Matrix and Pixel Manipulations will slow down the app considerably. So I assume there must be some existing JAVACV methods which can help me in Video Editing.

Can some help me out with this? Any kind of input is most welcome. This is my first project with this library(JAVACV in android) so please bear with me.

2014-04-21 02:47:37 -0600 received badge  Editor (source)
2014-04-16 08:59:37 -0600 commented question JavaCV Newbie

Haris, this uses Android and OpenCV. I am looking for the Android and JAVACV combination. This seems so uncommon. Do you have some other references? Can you help me with these querries?

2014-04-16 08:20:37 -0600 received badge  Critic (source)
2014-04-16 08:09:42 -0600 asked a question JavaCV Newbie

I have integrated JavaCV into android and I am currently able to record a video using FFmpegFrameRecorder. This implies to me that I have successfully integrated JavaCV into my application.

Now I wish to perform some video editing tasks on this video and apply filters like Sepia, Gray-scale etc to the video file. It would be great if I could apply the selected filter to the camera capture or the SurfaceView bound to the camera object(The Preview).

Doing this frame by frame using Android Matrix and Pixel Manipulations will slow down the app considerably. So I assume there must be some existing JAVACV methods which can help me in Video Editing.

Can some help me out with this? Any kind of input is most welcome. This is my first project with this library(JAVACV in android) so please bear with me.