Script execution
This commit is contained in:
13
script/test/test_stream_example.py
Normal file
13
script/test/test_stream_example.py
Normal file
@@ -0,0 +1,13 @@
|
||||
cam_server.stop()
|
||||
cam_server.start("stream_example")
|
||||
cam_server.stream.waitCacheChange(3000)
|
||||
|
||||
names=[]
|
||||
data=[]
|
||||
for k,v in cam_server.value.items():
|
||||
names.append(k)
|
||||
data.append(tv)
|
||||
|
||||
plot(data, names)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user