Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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