Point Grey Flea3 USB 3.0 Technical Reference 7 Imaging Parameters and Control
//Ensure the property is set up to use absolute value control.
prop.absControl = true;
//Set the absolute value of saturation to 200%.
prop.absValue = 200;
//Set the property.
error = cam.SetProperty( &prop );
7.5 Hue
This provides a mechanism to control the Hue component of the images being produced by the camera, given a
standard Hue, Saturation, Value (HSV) color space.
Hue is applicable to color models only.
7.5.1 HUE: 810h
The value field in this register can be set in three ways:
Method Description
Absolute
The user sets the value is set via the absolute register. The Value field becomes read only and reflects
the converted absolute value.
Manual
The user sets the value in the Value field. The absolute register becomes read only and contains the
current value.
Automatic
The value is set automatically by another register and both the Value field and the absolute register
become read only.
Formulas for converting the fixed point (relative) values to floating point (absolute) values are not
provided. Users wishing to work with real-world values should refer to Absolute Value CSRs (page
148).
Field Bit Description
Presence_Inq [0]
Presence of this feature
0: Not Available, 1: Available
Abs_Control [1]
Absolute value control
0: Control in the Value field, 1: Control in the Absolute value CSR.
If this bit = 1, the value in the Value field is read-only.
[2-4] Reserved
Format:
Revised 9/27/2012
Copyright ©2011-2012 Point Grey Research Inc.
100