Files
pide/script/test/test_pipeline2.py
2022-08-26 11:22:46 +02:00

8 lines
328 B
Python

viewer.show_stream("tcp://localhost:" + str(DEFAULT_PIPELINE_PORT))
pipeline_config = PipelineConfig("test_pipeline", parameters={"camera_name": "simulation", "function":"transparent"})
start_pipeline("test_pipeline", {"camera_name": "simulation", "function":"transparent"})
msg = get_pipeline_msg().data
print (msg.keys())