Problems getting capVideoStreamCallback and WM_CAP_SET_CALLBACK_VIDEOSTREAM to work
I've got a simple VB.NET app that captures video from a Webcam and saves it to a file using avicap32.dll. I've also one callback working that handles capStatusCallback. My next step is set up the capVideoStreamCallback callback so I can do things with individual frames as they're captured. I'm just going to show the code for the video...