Parallel
rtvideo.txt
Associated article: Real-Time Stereoscopic Video Streaming
Tags: .NET Parallel
Published source code accompanying the article by Karen McMenemy and Stuart Ferguson in which they examine real-time virtual reality by showing you how to use DirectX and OpenGL. Also see RTVIDEO.ZIP.
Real-time Stereoscopic Video Streaming
by Karen McMenemy and Stuart Ferguson
Listing One
class CVideoCamera { // video data grabber object class
public:
.. ..
HRESULT Render(HWND, long, long); // render video into OpenGL window
HRESULT InitDShowRenderer(long); // set up DirectShow to grab video
HWND ...


