depthai
depthai copied to clipboard
DepthAI Python API utilities, examples, and tutorials.
Line 40 in trigger_action.py appeared to have an old import reference to logging so I updated it to match new import of LOGGER.
**Tried to install DepthAI using the USB Deployment guide (https://docs.luxonis.com/hardware/platform/deploy/usb-deployment-guide/) Got the following output in my terminal: I see other similar problems, but didn't see a solution - any guidance...
Hi, I'm relatively new to the DepthAI OAK-D camera, so I developed a simple C++ script that opens both RGB and depth streams and displays them on the screen using...
Hi, There appears to be a misalignment between the color and depth images produced by the OAK-D camera. Despite configuring the camera to align the depth map with the color...
**Describe the bug** Yolov4 outputs noisy and innaccurate bounding boxes when going through the dai.YoloDetectionNetwork node **Minimal Reproducible Example** The base app in https://docs.luxonis.com/software/depthai/examples/tiny_yolo/, using yolo4 specifically yolo-v4-tiny-tf **Expected behavior**...
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.1.7. Release notes Sourced from actions/download-artifact's releases. v4.1.7 What's Changed Update @actions/artifact dependency by @bethanyj28 in actions/download-artifact#325 Full Changelog: https://github.com/actions/download-artifact/compare/v4.1.6...v4.1.7 v4.1.6 What's Changed updating @actions/artifact...
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.14.0 to 2.8.0. Release notes Sourced from sentry-sdk's releases. 2.8.0 Various fixes & improvements profiler_id uses underscore (#3249) by @Zylphrex Don't send full env to subprocess (#3251)...
Bumps [jinja2](https://github.com/pallets/jinja) from 3.0.3 to 3.1.4. Release notes Sourced from jinja2's releases. 3.1.4 This is the Jinja 3.1.4 security release, which fixes security issues and bugs but does not otherwise...
Following your documentation for Recording (https://docs-old.luxonis.com/projects/sdk/en/latest/quickstart/#recording), I have tried to record both the color camera and the neural network outputs. Code is as simple as in your example: ``` from...