-
I decided to start out with the python3 depthai examples and test. In this video I'm running rgb_preview.py example.. note: nothing is published to ROS2 here. I am just remotely displaying the video stream to my Linux Desktop. The ROS2 examples start ok, display the pointcloud data, but will stop withing 20 seconds of running. I am using decent quality USB3.1 cables, and a power T. Here's the video: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
The problem is the code running on the Luxonis Oak D Lite. I tested with many high quality USBC cables ranging from 6" to 1 ft long. |
Beta Was this translation helpful? Give feedback.
The problem is the code running on the Luxonis Oak D Lite. I tested with many high quality USBC cables ranging from 6" to 1 ft long.
I tested with my RPI4, Intel Hades Canyon NUC, and M1 MacStudio. Also with the same result, disconnect after 20 seconds or so.
I had to throttle down the connection adding: ", usb2Mode=True" when setting up the device pipeline.
I don't think it will be too much of a problem but I wish this information was public because I would of purchased a RealSense camera instead.