First time here? Check out the FAQ!

Ask Your Question
0

Recording long videos: Memory management

asked Aug 25 '14

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?

Preview: (hide)

1 answer

Sort by » oldest newest most voted
0

answered Aug 25 '14

stfn gravatar image

updated Aug 25 '14

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

Preview: (hide)

Question Tools

Stats

Asked: Aug 25 '14

Seen: 268 times

Last updated: Aug 25 '14