depthai_demo.py I am running python code. I want to see the data obtained from the x, y, z axes that I see when I run it from the terminal. I need to print it with print and see it instantly from the terminal. How will I do? Thank you.
depthai_demo examples
Hi salihyldz
This is easily done with an example like https://docs.luxonis.com/projects/api/en/latest/samples/ObjectTracker/spatial_object_tracker/ line 131-133.
Thanks,
Jaka