Video For Windows API
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hello, I was looking at the Video For Windows API. Now I saw the VideoNet tutorial(Gnereral C++ -> Internet -> Peer to Peer) for Video Conferencing. Now to actaully start capturing video frames we use capCaptureSequenceNoFile(m_capwnd)Funtion where m_cpwnd is the driver name for the Webcam. Now I wanted to know what would be the driver name if I wanted to capture my desktop or more importantly to capture a paticular window? Thanks in advance