Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Reading greyscale video files

Hi, I was wondering if there was a way to read in greyscale video files in OpenCV. I currently have to convert greyscale video into RGB format outside OpenCV, read it in and again convert it to greyscale using cvtColor() function... Is there anyway I can omit these counterintuitive steps and just grab greyscale frames from original video files?