Example #1
0
 public override void Stop()
 {
     ImgP.StopImageReceiver();
     CamLight.StopLight();
     MotSensor.StopMotionSensor();
     CamDriver.DisconnectCamera();
 }