Esempio n. 1
0
 def __init__(self, settings_manager):
     GphotoCameraManager.__init__(self, settings_manager)
     
     #ensure that the camera is set to capture to the card, rather than the RAM
     if self.camera_configs['capturetarget'].current != "Memory card":
         self._set_config('capturetarget', 'Memory card')
Esempio n. 2
0
 def __init__(self, settings_manager):
     GphotoCameraManager.__init__(self, settings_manager)