Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have some simple card that will be use to transfer video from webCam to the PC.

Now, i need to write a drive to this card and make sure that the video will be seen by some other application that i already wrote.

The card is not sit in the pc - so i using UBS to connect to the card that will be sit in some other 'box'.

I download the DDK - and i was reading about how to do it.

But now i don't know how to start.

Is there any code example and some good reference that i can learn to know how to start and how to do it ?

Thanks.

share|improve this question

1 Answer

up vote 1 down vote accepted

Start by reading some books about Windows driver development. For example this book

There are sample drivers in the DDK. The description of the sample driver is here

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.