VideoCapture.fromPointer constructor

VideoCapture.fromPointer(
  1. VideoCapturePtr ptr
)

Implementation

factory VideoCapture.fromPointer(cvideo.VideoCapturePtr ptr) => VideoCapture._(ptr, false);