I’m trying to save the rgb video output from a Kinect 2 as an image sequence.
I’m able to get around 10 fps exporting as dds to a ramdisk using Writer(DX11.Texture2d)
I’m likely getting close to the disk write speed bottleneck here, but if I write to a different format with a smaller filesize (eg jpg or png) the framerate drops significantly, implying a bottleneck in compressing the images.
Can anyone think of a way I can save these images to disk faster?