depthai-core icon indicating copy to clipboard operation
depthai-core copied to clipboard

DepthAI C++ Library

Results 242 depthai-core issues
Sort by recently updated
recently updated
newest added

getConnectedCameraFeatures() returns invalid data for fps, and missing relation to `SensorResolution::THE...` ![image](https://github.com/luxonis/depthai-core/assets/679350/95e8ce9b-54a1-47fd-8b03-446762bedee5) In modern c++, values like `-1` should not be used. Instead use `` like used elsewhere in depthai-core/shared....

bug

### Start with the `why`: I'm using Oak D Lite cameras for RGBD odometry in an environment very poor lighting conditions. This works for the most part, but struggles sometimes....

enhancement

Hello everyone. We're trying to get a camera work with extrnal signal (in the docs its called external continuous mode). We've been connecting the FSYNC input pin to a PWM...

bug

My application supports multiple cameras and when I switch to or from the Oak-D camera everything is working fine. However, when I switch back to the Oak-D camera that was...

enhancement

Hi, currently the DepthAI API only works on RPi Zero W (armv6l) when installing ``` sudo apt-get install libusb-1.0-0-dev ``` after installing the dependencies with ``` sudo curl -fL https://docs.luxonis.com/install_dependencies.sh...

Getting this issue "possible device error/misconfiguration. Original message 'Couldn't read data from stream: 'nn' (X_LINK_ERROR)'" while running the camera module with multiple devices randomly.

bug

After running for several days in a script that utilizes six OAK POE devices, five OAK-1 and one OAK-D, one of them threw the following error and crashed the entire...

bug

~Not ready to merge as it is Windows-only as I refine new tests.~ * Adds two unit tests to expose crashing bugs related to luxonis/depthai-core#805 and luxonis/depthai-core#807. * Updates the...

### Start with the `why`: Describe why this feature would be useful to you and to other users. ### Move to the `what`: A clear and concise description of the...

enhancement

**Describe the bug** There are currently two variants of setDepthAlign(). Depth image is perfectly align with rectified mono image using setDepthAlign(Properties::DepthAlign align). But there is a slight misalignment when using...

bug