menu
opencv_dart package
documentation
video.dart
VideoCapture
set method
set method
dark_mode
light_mode
set
method
void
set
(
int
prop
,
double
value
)
Implementation
void set(int prop, double value) { cvRun(() => cvideo.VideoCapture_Set(ref, prop, value)); }
opencv_dart package
documentation
video
VideoCapture
set method
VideoCapture class