Instruction manual
-1 if ERROR. See el_GetErrorCode for details.
SEE ALSO: EL_FGITEM
EXAMPLE:
maxxwid = el_GetSetting (BoardId, EL_MAXACQSIZEX, 0));
if( maxxwid == -1 ) {
bErrorOnGetSetting = TRUE;
}
5.2.19. el_GetSupportedCamFeaturesEx
long
el_GetSupportedCamFeaturesEx ( long BoardId, long Cam, EL_CAMFEATURES
*Feature, long StructSize );
PARAMETERS:
BoardId : board ID returned by el_OpenHW
Cam : formerly used Camera identifier, now used for mode selection
Feature : Camfeature Structure
StructSize : Size of Camfeature Structure
DESCRIPTION: Fills camera feature structure 'Feature' for selected camera. The feature list contains all
features of the selected camera supported with the current software release of the ELTEC Elektronik AG
API. Retrieves only cameras supported by the hardware used.
Because in the new software releases the camera is only selected by name, the parameter has changed
its meaning:
Value GETFIRSTCAMFEATURE: retrieves the first camera in the list.
Value GETNEXTCAMFEATURE: retrieves the next camera in the list.
GETFEATURESBYNAME: searches for a camera which name was placed in the 'info' prarmeter of the
'Feature' structure
RETURN VALUE:
0 at the moment, further releases return the number of bytes copied into the structure if OK
-1 if ERROR. See el_GetErrorCode for details.
5.2.20. el_GetSWRevision
char *
el_GetSWRevision ( long *Release, long *Release );
PARAMETERS:
BoardId : board ID returned by el_OpenHW
Release : Pointer to long with release
Chapter 5. Programmers
Reference
65