CV_FOURCC missing?
In the 3.0 version (post videoio), which header contains the CV_FOURCC macro? Or how can I avoid using it?
In the 3.0 version (post videoio), which header contains the CV_FOURCC macro? Or how can I avoid using it?
Try #include <opencv2/videoio/videoio_c.h>
Asked: 2014-09-01 07:45:33 -0600
Seen: 2,519 times
Last updated: Sep 01 '14
Lossless video codecs in OpenCV?
VideoWriter produces empty videos
Is there a way to make VideoWriter use the MKV container?
VideoWriter VideoCapture and uncompressed AVI
videowriter: integer division by zero error
VideoWriter fourcc=-1 works but CV_FOURCC('C','R','A','M') does not
Peculiarity with VideoWriter codec selection....
Are there OpenCV versions (>=2.4.5) capable of writing RGBA video?
it's VideoWriter::fourcc() now.