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

Method configureStream

interface/video/python/vsi_video.py:74–78  ·  view source on GitHub ↗
(self, frame_width, frame_height, color_format, frame_rate)

Source from the content-addressed store, hash-verified

72 return filename_valid
73
74 def configureStream(self, frame_width, frame_height, color_format, frame_rate):
75 self.conn.send([self.STREAM_CONFIGURE, frame_width, frame_height, color_format, frame_rate])
76 configuration_valid = self.conn.recv()
77
78 return configuration_valid
79
80 def enableStream(self, mode):
81 self.conn.send([self.STREAM_ENABLE, mode])

Callers 1

wrCONTROLFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected