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?