예제 #1
0
파일: Camera.py 프로젝트: hiuwo/acq4
 def stop(self, abort=False):
     ## Stop DAQ first
     #print "Stop camera task"
     DAQGenericTask.stop(self, abort=abort)
     
     with self.lock:
         self.stopRecording = True
     
     if 'popState' in self.camCmd:
         self.dev.popState(self.camCmd['popState'])  ## restores previous settings, stops/restarts camera if needed
예제 #2
0
 def stop(self, abort=False):
     ## Stop DAQ first
     #print "Stop camera task"
     DAQGenericTask.stop(self, abort=abort)
     
     with self.lock:
         self.stopRecording = True
         self._stopTime = time.time()
     
     if 'popState' in self.camCmd:
         self.dev.popState(self.camCmd['popState'])  ## restores previous settings, stops/restarts camera if needed
예제 #3
0
 def stop(self, abort=False):
     DAQGenericTask.stop(self, abort)
예제 #4
0
 def stop(self, abort=False):
     DAQGenericTask.stop(self, abort)