depthai
depthai copied to clipboard
DepthAI Python API utilities, examples, and tutorials.
This comes from: [discussion](https://discuss.luxonis.com/d/1102-dainodeneuralnetwork-passthrough) Files in: [luxonis-test-2.zip](https://github.com/luxonis/depthai/files/10497173/luxonis-test-2.zip) The readme file has all the info.
### Start with the `why`: I'm trying to store rectified recordings of both L/R so I can do more intensive SLAM later ### Move to the `what`:  My first...
### Start with the `why`: Currently, this is a mess. We don't yet flash IMU rotation/translation to our devices, and devices have different IMUs on differnt board sides (front/back) and...
### Start with the `why`: Currently all bboxes in a frame must be the same color, but users might want to specify different colors, e.g. to distinguish types of object...
### Start with the `why`: SDK should already know which IMU is onboard. By default, auto-use all available sensors for that IMU. ### Move to the `what`: When user creates...
### Start with the `why`: The outNetwork output (https://github.com/luxonis/depthai-core/blob/125feb8c2e16ee4bf71b7873a7b990f1c5f17b18/include/depthai/pipeline/node/DetectionNetwork.hpp#L38) can be useful as neural networks that are fed into DetectionNetwork can have more layers than just the ones that are...
**Check if issue already exists** There are multiple posts related but I couldn't resolve my issue. I've already spent hours on it but nothing worked so far... https://github.com/luxonis/depthai/issues/753 https://github.com/luxonis/depthai-ros-examples/issues/57 https://github.com/luxonis/depthai/issues/518...
I am trying to install depthai on my ubuntu 20.04 machine. I am getting an error stating "/usr/local/bin/python3: No module named pip" despite the fact that I have pip installed....
Trying to install this on an ODROID N2+ with a fresh UBUNTU 22.04(MATE) install. I get an error that says: Failed installing dependencies. Could be a bug in the installer...
### Start with the `why`: OpenCV approach for visualization is quite limited - it doesn't easily support graphs (eg. IMU logging) or pointclouds (would need open3d) and has some strange...