This commit is contained in:
2022-08-26 11:30:18 +02:00
parent 559cd7367f
commit 66686e7740
2 changed files with 24 additions and 23 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
viewer.show_stream("tcp://localhost:" + str(DEFAULT_PIPELINE_PORT))
viewer.show_stream("tcp://localhost:" + str(PIPELINE_DEFAULT_PORT))
pipeline_config = PipelineConfig("test_pipeline", parameters={"camera_name": "simulation", "function":"transparent"})
start_pipeline("test_pipeline", {"camera_name": "simulation", "function":"transparent"})