Пример #1
0
		public CaptureProperty(bool AEC, int Exposure, bool AGC, int Framerate, int Intensity, StatusLEDs StatusLEDs, bool StatusLEDsEnabled, int Threshold, int MJPEGQuality, bool IRFilter)
		{
			this.AEC = AEC;
			this.Exposure = Exposure;
			this.AGC = AGC;
			this.Framerate = Framerate;
			this.Intensity = Intensity;
			this.StatusLEDs = StatusLEDs;
			this.StatusLEDsEnabled = StatusLEDsEnabled;
			this.Threshold = Threshold;
			this.MJPEGQuality = MJPEGQuality;
			this.IRFilter = IRFilter;
		}
Пример #2
0
 public CaptureProperty(bool AEC, int Exposure, bool AGC, int Framerate, int Intensity, StatusLEDs StatusLEDs, bool StatusLEDsEnabled, int Threshold, int MJPEGQuality, bool IRFilter)
 {
     this.AEC               = AEC;
     this.Exposure          = Exposure;
     this.AGC               = AGC;
     this.Framerate         = Framerate;
     this.Intensity         = Intensity;
     this.StatusLEDs        = StatusLEDs;
     this.StatusLEDsEnabled = StatusLEDsEnabled;
     this.Threshold         = Threshold;
     this.MJPEGQuality      = MJPEGQuality;
     this.IRFilter          = IRFilter;
 }