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) { ... }
1 | initial version |
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) { ... }