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.