Script execution

This commit is contained in:
2022-08-25 10:26:02 +02:00
parent e9facbe199
commit bd999e7d1d

View File

@@ -9,7 +9,7 @@ statistics=Namespace()
OUTPUT_PORT = 12005
viewer.show_stream("tcp://localhost:" + str(OUTPUT_PORT))
pipeline_config = PipelineConfig("test_pipeline", parameters={"camera_name": "simulation", "function":"transparent"})
@@ -21,7 +21,7 @@ def send(port):
except:
traceback.print_exc()
OUTPUT_PORT = 12005
thread = Thread(target=send, args=(OUTPUT_PORT))
thread.start()