onCapture method

  1. @override
void onCapture(
  1. CaptureCallback capture
)
override

获取数据的回调函数 The callback function that gets the data from camera

Implementation

@override
void onCapture(CaptureCallback capture) {
  _capture = capture;
}