6 lines
270 B
Python
6 lines
270 B
Python
stream_url = cam_server.getStream("SATES21-CAMS154-GIGE3_proc") #It is fixed, it could be defined directly as: sf-daqsync-12.psi.ch:9051
|
|
st1 = Stream("st1", stream_url, SocketType.PULL)
|
|
add_device(st1, force = True)
|
|
st1.start()
|
|
st1.waitCacheChange(5000)
|
|
show_panel(st1) |