Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/AVH
/ disableStream
Method
disableStream
interface/video/python/vsi_video.py:86–90 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
84
return
stream_active
85
86
def
disableStream(self):
87
self.conn.send([self.STREAM_DISABLE])
88
stream_active = self.conn.recv()
89
90
return
stream_active
91
92
def
readFrame(self):
93
self.conn.send([self.FRAME_READ])
Callers
1
wrCONTROL
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected