depthai-python
depthai-python copied to clipboard
DepthAI Python Library
Hi, on my Blazepose repository, I am investigating the following issue: geaxgx/depthai_blazepose#29 In summary, we get the message `[ImageManip(7)] [error] Invalid configuration or input image - skipping frame` under certain...
See description on related PR: https://github.com/luxonis/depthai-core/pull/451 Added `MonoCamera/mono_preview_alternate_pro.py` example: using a Script node on-device for controlling the IR projector and routing the frames to separate output pairs: `dotL`+`dotR` and `floodL`+`floodR`.
Hi! This script/pipeline somehow fails, it stops running. Here is a MWE extracted from my code ``` import cv2 import depthai as dai import numpy as np import os from...
I am using OAK-D-Lite. When running rgb_mobilenet.py, the temperature of the device chip reaches 130 degrees and the program crashes after 10 minutes. Is there any solution?
I get OAK-D Pro PoE! So I want to try to capture aligned color and depth images via arbitrarily external trigger. According to [this comment](https://github.com/luxonis/depthai-hardware/issues/142#issuecomment-1080946614), OAK-D Pro PoE might be...
A few feature/bug fix requests for the OAK [device_manager.py](https://github.com/luxonis/depthai-python/tree/main/utilities#utilities) ([docs here](https://docs.luxonis.com/projects/api/en/latest/components/bootloader/#device-manager)): - [x] Currently the app stores reference to `DeviceInfo` after selecting the device, instead of storing the actual `Device`...
To install this branch: 1. Checkout to correct branch `git checkout multi_cam_support` 2. Install this version of depthai: `python examples/install_requirements.py` Script used for test: `tests/cam_test.py` Examples: - 3 color cameras:...
https://user-images.githubusercontent.com/101230776/180121736-c419531b-6e5d-497c-ada9-b3c47d0d0a2f.mp4 I run 3 color cameras (IMX477) and one TOF camera on OAK-FFC, when the TOF camera is started, the image display of the color camera will appear streaks https://github.com/luxonis/depthai-python/blob/tof_rgb_mono/tests/cam_test.py
Hello guys, I have this setup: ``` Raspberry PI 4 with POE Hat Raspian buster depthai v. 2.13.3.0 OAK-1 (on USB3) powered by USB ``` Every 2 to 5 minutes...
Hi! Some days ago a service of ours using depthai-python library crashed. This is the **log** I have found about this crash: ``` Jun 22 18:08:41 easycounter kernel: [65303.616870] usb...