Skipping frame in android-openCV application
I want to process evry 3 input frame from camera on my android-openCV application. my frames have Mat format and I am using "CameraBridgeViewBase". On the other words, I want to skip some frame without processing.
Can anybody help me?
Thanks