I have to stock dynamically monochromes images (specifically Array of Uint16) with a framerate of aproximately 50Hz. So I'll need a file format allowing me to stock efficiently on my hard drive 2D array of Uint16 data with a (relatively) high frequency. After some researches, I'm planning to use either HDF5 or Avro as a file format. But which one is the best suited to my needs ? Do you have other suggestions than HDF5 and Avro ?
- Binary data (2d Array of Uint16)
- "High" Framerate (50hz, thus ~200Mo/s)
- Julia and C++ handle
- "Big" Allocation for the files (each acquisition could be around 1-2 Go)