How to get the timestamp of a frame when using opencv on Android
I am using opencv on Android. Is there a method to get the timestamp of the input frame when processing in:
public Mat onCameraFrame(CameraBridgeViewBase.CvCameraViewFrame inputFrame) { ... }
there is no timestamp attached, ever.