I have just started to learn Video Capture device development. I have built
and installed the testcap sample that comes with the DDK. It have tested it
using AMCap and I can see the pretty test pattern (thanks Microsoft). My
next step is to understand how the driver works. To do this, I would like
to step-by-step the driver through a debugger. However, I am unsure how to
attach the debugger to the driver - I knew when I was working with a WIA
device I had to debug the WIA service. Does WDM work similarly? Or should
I be attaching to AMCap? Is it possible to debug the driver on the same
machine as it is running on - or do I need two computers connected by a
cable? Any guidance on the simplest approach would be much appreciated.