Driver Software
PHYTEC Meßtechnik GmbH 2004 L-608e_4
177
#include <dos.h>
#include <malloc.h>
#include <stdio.h>
#include <stdlib.h>
#include "pci4grab.h"
PCI_GRABBER4 Grabber; // Object for the access to the Grabber
static unsigned char pEWert[256*256*3]; // Memory for EVEN-image
main ()
{
if((Grabber.Max_Device_Number())==0)
{
printf("No eGrabber-4plus was found!!") ;
exit(1) ;
}
Grabber.Initialize(1) ; // First initialize Grabber!
Grabber.Set_Channel(1,1) ; // Select input channel and
delay(100); // Wait, until synchronized
Grabber.Set_Image( 1,
//Grabber-number
0,0,
//All ODD-parameters are...
0,0,
//...negligible and ...
0,0,
//...therefore...
0,
//...are set to 0 .
NULL,
//Pointer to ODD-image=NULL
//=> no ODD-image
1, 1,
//upper left corner of the EVEN-
image
256,256,
// Size of the image section
344,258,
// Size of the image
RGB24,
// Color information: RGB24-image
pEWert,
// Pointer to EVEN-image memory
PAL_BDGHI,// Color system
0,
// Interlaced-modus off
1);
// Single shot on
Grabber.Start_Grabber(1); // Start grabbing
while(!(Grabber.Data_Present(1)&0x4))
delay(10); // Wait until data are available
Grabber.Stop_Grabber(1); // Stop grabbing
// ** Image is stored in the memory and can be evaluated **
}
Содержание eGrabber-4plus
Страница 1: ...A product of a PHYTEC Technology Holding company eGrabber 4plus Hardware Manual Edition June 2004 ...
Страница 8: ...eGrabber 4plus PHYTEC Meßtechnik GmbH 2004 L 608e_4 ...
Страница 10: ...eGrabber 4plus PHYTEC Meßtechnik GmbH 2004 L 608e_4 ...
Страница 56: ...eGrabber 4plus 46 PHYTEC Meßtechnik GmbH 2004 L 608e_4 ...
Страница 80: ...eGrabber 4plus 70 PHYTEC Meßtechnik GmbH 2004 L 608e_4 ...
Страница 81: ...Part 2 Programmer s Manual PHYTEC Meßtechnik GmbH 2004 L 608e_4 71 Part 2 Programmer s Manual ...
Страница 82: ...eGrabber 4plus 72 PHYTEC Meßtechnik GmbH 2004 L 608e_4 ...
Страница 137: ...Driver Software PHYTEC Meßtechnik GmbH 2004 L 608e_4 127 Figure 52 Color Format of the eGrabber 4plus ...
Страница 188: ...eGrabber 4plus 178 PHYTEC Meßtechnik GmbH 2004 L 608e_4 ...
Страница 192: ...eGrabber 4plus 182 PHYTEC Meßtechnik GmbH 2004 L 608e_4 ...
Страница 204: ...eGrabber 4plus 194 PHYTEC Meßtechnik GmbH 2004 L 608e_4 ...
Страница 206: ...Published by PHYTEC Meßtechnik GmbH 2004 Ordering No L 608e_4 Printed in Germany ...