depthai
depthai copied to clipboard
DepthAI Python API utilities, examples, and tutorials.
**Check if issue already exists** I checked and nothing looks similar enough to my circumstances. **Describe the bug** I got a new Oak-D-PoE and I wanted to try to connect...
Running Python 3.7.3 on a Raspberry Pi 4 8GB, I downloaded the depthai repo, and when I run `python3 install_requirements.py` I get the following errors: ``` ERROR: Could not find...
While trying to first run our new OAK D POE i seem to be unable to run the depthai demo. I was able to run the frame demo earlier though,...
Hi all, We are experiencing some strange behavior with focus of the OAK-D-PoE. **Setup Description** Our setup consists of 2 OAK-D-PoE, connected via Ethernet to a Raspberry-PI (Raspbian OS). We're...
After bumping into the (super helpful) USB device permission prompt, and updating my udev rules with the supplied commands (thanks!), and then getting the python3 requirements installed, initiating the demo...
Hi Luxonis Team, I have been working on **low latency streaming with your hardware encoder**. The goal is to stream a encoded bitstream over a network, which is not doable...
According to the camera parameters, the maximum resolution of the oak-d-lite color camera is greater than 12mp. I try to run 12mp resolution. , but it failed. It seems that...
Just wondering what's the purpose of this commit: https://github.com/luxonis/depthai/commit/bcf503c11ef6ec9d23c5f930040908178fd4152c. The [calibration board](https://github.com/luxonis/depthai/blob/main/charuco_297x210_8x11_20_DICT_4X4.pdf) in the repository explicitly states "Checker Size: 20 mm", so why enforce a minimal allowed SqureSize of 22...
As of February 2022, Intel RealSense ID will be discontinued, I think OAK-D (IR VARIANT) with AI models could be a good replacement for F450/F455. Neural nets for face recognition...
### Start with the `why`: In some cases it may be desirable to feed UVC (USB Video Class, e.g. a webcam) output to have compatibility with existing software stacks/etc. To...