Point Grey Flea3 USB 3.0 Technical Reference Appendix A: Control and Status Registers
float fValue;
} AbsValueConversion;
float fMinShutter, fMaxShutter, fCurShutter;AbsValueConversion minShutter,
maxShutter, curShutter;
// read the 32-bit hex value into the unsigned long member
cam.ReadRegister(context, 0x910, &minShutter.ulValue );
cam.ReadRegister(context, 0x914, &maxShutter.ulValue );
cam.ReadRegister(context, 0x918, &curShutter.ulValue );
fMinShutter = minShutter.fValue;
fMaxShutter = maxShutter.fValue;
fCurShutter = curShutter.fValue;
To get and set absolute values using the FlyCapture SDK, use the GetProperty
and SetProperty functions to get or set the absValue member of the
Property struct. Refer to the FlyCapture SDK Help for function definitions.
Revised 9/27/2012
Copyright ©2011-2012 Point Grey Research Inc.
151