Specifications
sharpVISION™ Camera
sharpVISION™ SDK Reference
112
8.5. Appendix E – Structures
This appendix describes the structures defined in the SharpAPI.h header file.
8.5.1. SV_SETTINGS
The SV_SETTINGS structure is an opaque structure that contains the all the camera
parameters in compact format. The user may access the structure using the SvSetParameter
and SvGetParameter routines.
typedef struct
{
unsigned long size;
unsigned long _private_data[ 40 ];
} SV_SETTINGS, *PSV_SETTINGS;
Members
size
It specifies the size of the structure. Must be set to sizeof (SV_SETTINGS), otherwise the
related functions doesn't work.
_private_data
It specifies the opaque structure data, an array of 40 unsigned long values.