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