I am using a Basler camera and want to write images that I grabbed at 1000x1000px to disk as fast as possible. Keeping a movie container open and saving as .avi doesn't really help (slows down 2x) and saving single images is even slower. I am currently using openCV cvVideoCreator and imwrite functions. My computer should be fast enough (Intel Xeon 3.6 GHz, 64GB RAM, SSD). Any ideas?