depthai
depthai copied to clipboard
DepthAI Python API utilities, examples, and tutorials.
Hello I trained a two class yolov8n model using `Ultralytics version 8.2.93` Then I tried to use the conversion tool to export my model as a blob to use it...
Bumps [requests](https://github.com/psf/requests) from 2.26.0 to 2.32.2. Release notes Sourced from requests's releases. v2.32.2 2.32.2 (2024-05-21) Deprecations To provide a more stable migration for custom HTTPAdapters impacted by the CVE changes...
Hi, I'm trying to do depth calibration of `OAK-D-W-PRO-POE` camera. I've downloaded checker board for 50 inch screen and put it onto the 50 inch screen. I've measured the checker...
I'm trying to run the docker image ```bash docker run --privileged -v /dev/bus/usb:/dev/bus/usb --device-cgroup-rule='c 189:* rmw' -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix --network host --rm -i -t luxonis/depthai:latest python3 /depthai/depthai_demo.py ``` I...
I am stumped why the module is not being found. It's being recognized, but no dice. What is going on here?  
Bumps [opencv-contrib-python](https://github.com/opencv/opencv-python) from 4.5.5.62 to 4.8.1.78. Release notes Sourced from opencv-contrib-python's releases. 4.8.1.78 OpenCV 4.8.1 release. Important changes: WebP security update for CVE-2023-4863 4.8.0.76 Adds cv2.typing to package. Close #869...
[1944301031634F1300] [1.5] [1749613859.732] [host] [warning] Device crashed, but no crash dump could be extracted. Stack trace (most recent call last): #30 Object "[0xffffffffffffffff]", at 0xffffffffffffffff, in #29 Object "python", at...
**Describe the bug** The device connects and is detected properly in various computers but always returns error "Couldn't read data from stream: 'cama' (X_LINK_ERROR)" when reading camera channels. **Minimal Reproducible...