Instruction manual

EL_E_WRONGTASKID -500 Internal errorcode
EL_E_BUFFERNULLPTR -501 User defined buffer pointer is NULL.
EL_E_WRONGBUFFERALIGN -502 User defined buffer has wrong DMA alignment.
EL_E_WRONGPITCH -503 Pitch is wrong
EL_E_WRONGFRAMESIZE -504 Framesize not supported by the sensor.
EL_E_WRONGACQFORMAT -505 Acquisition format not supported by the sensor.
EL_E_WRONGINTERRUPTMODE -506 selected interrupt mode unknown.
SE ALSO el_GetErrorCode , el_GetErrorCodeEx
5.3.3. EL_FGITEM
Virtually all context settings can be inquired with these arguments - also minimum and maximum values,
such as for acquisition size. This struct can be used for inquiring the actual parameters of the video
hardware.
SEE ALSO: el_GetSetting
Table 5.13. EL_FGITEM
EL_ACQSIZEX size x of acquisition window
EL_ACQSIZEY size y of acquisition window
EL_ACQSTARTX start x of acquisition window relative to camera
EL_ACQSTARTY start y of acquisition window relative to camera
EL_MAXACQSIZEX max. acquisition size x of currently used
camera
EL_MAXACQSIZEY max. acquisition size y of currently used
camera
EL_VIDEOINPUTPORT
EL_MAXVIDEOINPUTPORTS maximum number of video inputs
EL_SYNCINPUTPORT currently used sync input
EL_MAXSYNCINPUTPORTS maximum numbers of sync inputs
EL_ADCREFBOTTOM
EL_ADCREFTOP
EL_MINADCREFBOTTOM minimum ADC bottom reference level
EL_MAXADCREFBOTTOM maximum ADC bottom reference level
EL_MINADCREFTOP minimum ADC top reference level
L_MAXADCREFTOP maximum ADC top reference level
EL_LIVEMODE HW in Live mode? (EL_ACQUISITIONMODE)
EL_CAMERAFORMAT Camera is interlace/non-interlace - for enquiry
only
EL_EXTCLOCK External clock currently used
EL_EXTTRIGGER External trigger currently used
EL_MEMACQFORMAT
EL_PIXELSIZE Size of one pixel in bits; e.g. 8 bits for b/w
images
Chapter 5. Programmers
Reference
85