Ask Your Question
0

Recording long videos: Memory management

asked 2014-08-25 04:47:49 -0600

kovand11 gravatar image

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?

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2014-08-25 05:36:37 -0600

stfn gravatar image

updated 2014-08-25 05:36:53 -0600

What is wrong with the VideoWriter? Isn't it directly writing onto HDD?

edit flag offensive delete link more

Question Tools

Stats

Asked: 2014-08-25 04:47:49 -0600

Seen: 221 times

Last updated: Aug 25 '14