MotionDetectorPixelAmountSensitivy Property |
Gets or sets that what percent of the image should change to be recognized as motion.
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public double PixelAmountSensitivy { get; set; }
Public Property PixelAmountSensitivy As Double
Get
Set
public:
property double PixelAmountSensitivy {
double get ();
void set (double value);
}
member PixelAmountSensitivy : float with get, set
Property Value
Type:
DoubleSee Also