menu
dartcv4 package
documentation
videoio.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
>
dartcv4 package
documentation
videoio
VideoWriterAsync extension
dartcv.videoio library