VideoCapture.empty constructor
VideoCapture.empty()
Implementation
factory VideoCapture.empty() {
final p = calloc<cvg.VideoCapture>();
cvRun(() => cffi.VideoCapture_New(p));
return VideoCapture._(p);
}
factory VideoCapture.empty() {
final p = calloc<cvg.VideoCapture>();
cvRun(() => cffi.VideoCapture_New(p));
return VideoCapture._(p);
}