I'm a newbie in anything openCV related and I need some guidance with a simple android app I want to build. basically, I want to write a small app that buffers e.g. 30 seconds of video (with my android phone camera as an input), and save those last 30 seconds in a file when the user press a button.
I know this can easily be done with only android sdk, but I want to do it using openCV as this app will be used for further development.
hope you guys can help me out!
thanks!