Files
sf-op/script/test/TestMalojaPipelines.py
gobbo_a 8beeb7dbc7
2023-08-17 15:16:51 +02:00

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)