Wednesday, 7 August 2013

Storing data from stream in a file

Storing data from stream in a file

I want to write the data from the stream (the data in stream comes from
different devices like sensors) into a file . Can anyone please suggest
the best possible approaches for this?
Note the data generated from the sensors is about 30 frames per second and
so is HUGE. I am using C++ for this task.

No comments:

Post a Comment