Ask Your Question

Revision history [back]

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

click to hide/show revision 2
retagged

updated 2014-03-17 03:51:08 -0600

berak gravatar image

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