Specifications

sharpVISION™ Camera
sharpVISION VISION SDK
25
3.2.2. SvGetCameraInfo
SV_ERROR SvGetCameraInfo( SV_HANDLE hCamera, SV_INFO infoKey,
unsigned long *pValue )
Return values
SVC_SUCCESS if successful, otherwise
SVC_INVALIDHANDLE, if the camera handle is not valid.
SVC_NOTSUPPORTED, if the infoKey is not supported.
Parameters
hCamera
Specifies the handle to an open camera.
infoKey
Specifies which parameter the funcion returns.
pValue
Specifies the pointer to the variable that receives the parameter value
Remarks
This function returns camera specific informations, such as CCD type or version numbers,
generally state-independent informations. See the Appendix for a list of all the available
infoKey values.
See also: SvGetParameter