VideoCaptureXI_AEMaxLimit Property
|
Maximum limit of exposure in AEAG procedure
[CV_CAP_PROP_XI_AE_MAX_LIMIT]
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic double XI_AEMaxLimit { get; set; }
Public Property XI_AEMaxLimit As Double
Get
Set
public:
property double XI_AEMaxLimit {
double get ();
void set (double value);
}
member XI_AEMaxLimit : float with get, set
function get_XI_AEMaxLimit();
function set_XI_AEMaxLimit(value);
Property Value
Type:
Double
See Also