Exemplo n.º 1
0
 public override void Stop()
 {
     ImgP.StopImageReceiver();
     CamLight.StopLight();
     MotSensor.StopMotionSensor();
     CamDriver.DisconnectCamera();
 }
Exemplo n.º 2
0
 public override void Stop()
 {
     ImgP.StopImageReceiver();
     SoundP.StopSoundReceiver();
     CamDriver.DisconnectCamera();
 }