Beispiel #1
0
 def _stop_cameras(self):
     res = k4a_module.device_stop_cameras()
     self._verify_error(res)
Beispiel #2
0
 def _stop_cameras(self):
     res = k4a_module.device_stop_cameras(self._device_handle,
                                          self.thread_safe)
     _verify_error(res)