MCPcopy Index your code
hub / github.com/dronesploit/dronesploit / _stop_video

Method _stop_video

dronesploit/drones/hobbico.py:55–57  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

53 self._feedback(self.send_command(32, 0), "Target not powered off")
54
55 def _stop_video(self):
56 self.logger.info("Stopping video...")
57 self._feedback(self.send_command(47, 0), "Video not stopped")
58
59
60class CmeModule(HobbicoModule):

Callers 2

runMethod · 0.80
runMethod · 0.80

Calls 1

send_commandMethod · 0.80

Tested by

no test coverage detected