MCPcopy Create free account
hub / github.com/ARM-software/AVH / enableStream

Method enableStream

interface/video/python/vsi_video.py:80–84  ·  view source on GitHub ↗
(self, mode)

Source from the content-addressed store, hash-verified

78 return configuration_valid
79
80 def enableStream(self, mode):
81 self.conn.send([self.STREAM_ENABLE, mode])
82 stream_active = self.conn.recv()
83
84 return stream_active
85
86 def disableStream(self):
87 self.conn.send([self.STREAM_DISABLE])

Callers 1

wrCONTROLFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected