EasyManua.ls Logo

Point Grey Flea3 FL3-U3 - Page 164

Point Grey Flea3 FL3-U3
173 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
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

Table of Contents

Related product manuals