Hi,
I am just about to start reading the basics about
windows drivers (I havent started my project...) just a question about
something in general: I was wondering to which device class a pci
frame grabber belongs to.
I am talking about a PCI-card to which you can connect 4 or 6
industrial type CMOS cameras via some kind of LVDS bus or camera link.
On the card, a dedicated processor is grabbing and evaluating the
images (detection of shapes or patterns, datamatrix and OCR searches
and so on).
The card is supplying a video stream through the PCI bus to be
displayed in a Window. Also single images can be grabbed.
A user mode application communicates to the card, telling it
parameters of the jobs it has to do, in which areas of the image it
has to detect what and reading out the results...
So I am wondering... do I have to write a driver for a PCI
multifunction device? or a video streaming device? or a WIA device? or
anything else?
which of the samples supplied in the XP DDK would match my needs best?
Anyway, I have to read a lot before starting... but maybe someone can
give me a hint meanwhile.
thomas