On 7 Mar 2003 07:05:36 -0800, dravinet@yahoo.fr (Damien) wrote:
>We have labview 6 and a framgrabber PC-DIG from coreco (connect to a
>camera). CorecoImaging/Alliancevision gave us a driver with two file
>on it (library).My Frame grabber is on PCI 0 and I just want to
>communicate from labview to the board without the IMAQ Vision library.
>Can U help?
>Thanx
>Damien
Copying an array of pixel data into an area pointed to by IMAQ
GetImagePixelPtr works too. If you want to explore this alternative,
that is savely using the memory manager of IMAQ, use respectively IMAQ
Create, Set Image Size, GetImagePixelPtr followed by your own DLL call
to copy pixel data, WindDraw, UnMapPixelPtr, Dispose and WindClose.
Jac.