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