VideoWriterAsync extension
- on
Methods
-
openAsync(
String filename, String codec, double fps, (int, int) frameSize, {bool isColor = true}) → Future< bool> -
Available on VideoWriter, provided by the VideoWriterAsync extension
-
releaseAsync(
) → Future< void> -
Available on VideoWriter, provided by the VideoWriterAsync extension
-
writeAsync(
InputArray image) → Future< void> -
Available on VideoWriter, provided by the VideoWriterAsync extension
Static Methods
-
emptyAsync(
) → Future< VideoWriter> -
Available on VideoWriter, provided by the VideoWriterAsync extension
-
fourccAsync(
String cc) → Future< int> -
Available on VideoWriter, provided by the VideoWriterAsync extension
-
fromFileAsync(
String filename, String codec, double fps, (int, int) frameSize, {bool isColor = true}) → Future< VideoWriter> -
Available on VideoWriter, provided by the VideoWriterAsync extension