I'm capturing webcam using AForge so I've every frame as a bitmap. I would like to render some scene over it. Currently I am rendering DirectX (SlimDX) scene over C# Panel control.
Is there a possibility to put bitmap to ZBuffer or maybe some other way to achieve it?