PDA

View Full Version : How to write my own WDM DirectX Driver


Nasenbaer
2nd March 2007, 12:13
Hi @ all

Im new here. I hope this is the right way to get any knowledge about "writing a DirectX driver". I'm from Switzerland. So, please excuse some faults when I write in English.

I have a CCD Chip camera and I can read over the delivered Dll files the RAW data from the CCD chip module. I convert the data into a picturebox Bitmap. Now I would like to write an simple driver to public the bitmap for all useres which uses a DirectX compatible DirectShow Software. Then they can watch the picture on their Software.

I already tried to read something abount Pins, WDM and DirectX. But I had a big head after reading this informations. And my hope is, that someone can give me any code example just to let the simple bitmap show in the users DirectX software.

Hopefully

Timo


###### USING #########
CCD Chip with Drivers to read a ByteArray
Visual Studio 2005 to write my application in Visual Basic .Net
Ex. WebCam Software to watch the Image from the CCD Chip (TB-WebCam)

jggimi
2nd March 2007, 16:28
Moved to Development forum.