This commit is contained in:
2023-05-01 11:28:04 +02:00
parent 3a83f3cf34
commit abe3bcb19c
265 changed files with 28663 additions and 1295 deletions
+6
View File
@@ -0,0 +1,6 @@
st= Stream("st", "tcp://localhost:5554", SocketType.SUB)
m=st.addMatrix("image")
st.initialize()
st.start(True)
show_panel(m)