Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Recording long videos: Memory management

Hi,

I get the frames as raw RGB888 data (I can convert it to cv::Mat), and I want to store it in a compressed video file, without storing all the frames in the memory.

Is it possibe to use the hard drive to store the temporary data, or is there any easy way to achive my goal?