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

Re: To what device group does an intelligent frame grabber fit? by Maxim

Maxim
Sun Jan 09 04:29:57 CST 2005

KS/AVStream driver is what you need.

--
Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
maxim@storagecraft.com
http://www.storagecraft.com

"Thomas L" <krahvogl@gmx.net> wrote in message
news:b9070bed.0501081137.38fc2f3b@posting.google.com...
> 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