Ask Your Question

Ankitgarg's profile - activity

2014-11-22 12:58:37 -0600 received badge  Supporter (source)
2014-11-22 09:32:33 -0600 asked a question Apply video filters for video stored in sd card

Hi, I need to apply video filters like sepia, vintage, etc on a video while previewing it to user in android. From OpenCV Tutorial 3 - Camera Control, i can see that it can be done from input directly taken from camera but can this also be done for video sample already recorded.I am currently playing video using Exoplayer. Please give some pointers if this can be done through OpenCV using same player or if there is some other way to apply filters to video.