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