William,
My earlier response was not accurate. PHD2 on Windows has two video capture methods:
- OpenCV: these are the cameras "OpenCV webcam 1" and "OpenCV webcam 2" (using OpenCV's cv::VideoCapture code)
- The "windows WDM webcam camera" option uses the Windows DirectShow interface via some wrapper code called "CVVidCapture". I mistakenly thought this was related to OpenCV but that is not the case.
At this point it would probably be a good idea to try "OpenCV webcam" in phd2 to see if you can access the camera that way.
Andy