Ask Your Question

Aiden's profile - activity

2014-03-17 03:38:08 -0600 asked a question How to pass a camera frame to native method from a class that implements CvCameraViewListener2

Hello,

I am trying to develop an Android app that measures the instantaneous speed of vehicle using a smartphone's camera. I want to perform the image processing using a native method written in C++. However, I do not know how to pass the frames from the override method onCameraFrame(). Help please