Example usage for Java org.opencv.videoio VideoWriter fields, constructors, methods, implement or subclass
The text is from its open source code.
VideoWriter(String filename, int apiPreference, int fourcc, double fps, Size frameSize) | |
VideoWriter(String filename, int fourcc, double fps, Size frameSize, boolean isColor) |