depthai
depthai copied to clipboard
DepthAI Python API utilities, examples, and tutorials.
I'm using my OAK-1/OAK-D as a webcam when I'm not using for development. Do you have a product, or plan to have one with microphone so it can be used...
Hi, I have a couple of OAK POE luxonis cameras on another network. How can I connect to them via their IP? I can ping them already. But so far...
Hi, I am unable to get output from callbacks.py. I modified callbacks.py and run `depthai_demo.py`. Demo is running but I am getting no output/prints I placed in `callbacks.py` . Please...
### Start with the `why`: So it works on RPi/Jetson by default as well (where it uses CV GUI by default). ### Move to the `what`: Support callbacks file in...
**Describe the bug** When acquiring images with OAK-D Lite a strange noise pattern appears on RGB images. Left and right cameras are `480p`, RGB image camera is `12mp` with a...
**Check if issue already exists** Some discussion was found however it seems like people claim the depth has only about 3% variance: https://discuss.luxonis.com/d/343-accuracy-of-spatial-detection-and-possible-improvements. However this does not match my results....
Hey guys, My Oak-D Lite just arrived. I wanted to test it with depthai. What I did is this: ``` git clone https://github.com/luxonis/depthai.git cd depthai python3 install_requirements.py ``` Installation seemed...