CCamera::GetPropertyRange Method
C++
void GetPropertyRange(Rx::ECamProperty eProp, int& iMin, int& iMax)
Gets the property value range of the given property of type int.
Parameters
[Rx::ECamProperty] eProp |
[in] The property in question. |
[int&] iMin |
[out] The minimum value for given property. |
[int&] iMax |
[out] The maximum value for given property. |