depthai
depthai copied to clipboard
DepthAI Python API utilities, examples, and tutorials.
Started integrating @geaxgx's [depthai-hand-tracker](https://github.com/geaxgx/depthai_hand_tracker) into the SDK. **TODO:** - [ ] Move `HandTrackerRenderer` logic into SDK's Visualizer - [ ] Support 3D hand landmarks (calculation & visualization) - [ ]...
### Start with the `why`: For many use cases it is necessary to use multiple or dozens of depthai devices to cover a large area. In order to have a...
Sorry, fairly new to GitHub, so this may already be reported. I have just tried installing DepthAI on my Raspberry Pi 4, running the latest OS (lite) version. I have...
### Move to the `what`: In SDK, allow users to save the pointcloud to a `.ply` file. Perhaps we can add additional saving mechanism for components, just like taking `still`...
Bumps [requests](https://github.com/psf/requests) from 2.26.0 to 2.31.0. Release notes Sourced from requests's releases. v2.31.0 2.31.0 (2023-05-22) Security Versions of Requests between v2.3.0 and v2.30.0 are vulnerable to potential forwarding of Proxy-Authorization...
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.5.1 to 1.14.0. Release notes Sourced from sentry-sdk's releases. 1.14.0 Various fixes & improvements Add before_send_transaction (#1840) by @antonpirker Adds a hook (similar to before_send) that is...
Updated the calibration script to use the board files from [depthai-boards](https://github.com/luxonis/depthai-boards). Added submodule instalation to the `install_requirements.py` and some instructions in the `README.md`.
Rewritten features from https://github.com/luxonis/depthai/pull/840 on top of the `modular-calibration` branch. - [x] Add a settings GUI to complement the command line flags - [x] Try to auto detect the camera/board...
### Start with the `why`: In depthai_sdk there is currently no way to pass extra args to callbacks. This makes the callbacks have a fixed function and there is no...
Depthai Sdk 1.10.0 crashes when trying to use callbacks on nnets without the visualizer enabled. **MRE** ```py from depthai_sdk import OakCamera with OakCamera() as oak: color = oak.create_camera("color") nnet =...