This commit is contained in:
2022-08-26 13:57:20 +02:00
parent 6f41e64714
commit 8786f6611e
2 changed files with 24 additions and 2 deletions

View File

@@ -1,5 +1,4 @@
viewer.show_stream("tcp://localhost:" + str(PIPELINE_DEFAULT_PORT))
start_viewer()
pipeline_config = PipelineConfig("test_pipeline", parameters={"camera_name": "simulation", "function":"transparent"})
start_pipeline("test_pipeline", {"camera_name": "simulation", "function":"transparent"})