menu
opencv_dart package
documentation
opencv.dart
VideoWriterAsync extension
VideoWriterAsync extension
dark_mode
light_mode
VideoWriterAsync
extension
on
VideoWriter
Methods
openAsync
(
String
filename
,
String
codec
,
double
fps
,
(
int
,
int
)
frameSize
, {
int
?
apiPreference
,
bool
isColor
=
true
})
→
Future
<
bool
>
writeAsync
(
InputArray
image
)
→
Future
<
void
>
Static Methods
fromFileAsync
(
String
filename
,
String
codec
,
double
fps
,
(
int
,
int
)
frameSize
, {
int
?
apiPreference
,
bool
isColor
=
true
})
→
Future
<
VideoWriter
>
opencv_dart package
documentation
opencv
VideoWriterAsync extension
cv library