Due to the lack of DirectShow filter for the Kinect, I am forced to capture each RGB bitmap individually and merge them.
I am currently using the fragile AviFile C# Wrapper, which causes slow frame rate and syncing issues with the audio.
How would you suggest to capture and append a bitmap to a video in real-time ?