Hello!
I read a lot in writing WDM Drivers with the Driver Development Kit..

but now i want to know where really to start. I want to write a webcam driver that doesnt communicate with real hardware...all programs that use webcams should be able to find my webcam emulator........but how to do?

When the programs want to grab frames from my driver it should just put out the data of a custom picture...

I dont even know how to install the written driver that every program finds my webcam...is a
MSVIDEO=mydriver.drv in the system.ini enough?

Thanks!
Kevin