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

Hi, I would like to ask some questions about hardware triggering for synchronization. 1. Can the FSYN hardware pin be used? 2. How much V is the high/low level of...

Because the accelerometer and gyroscope of the IMU work at different frequencies. Therefore, under normal circumstances, according to the current API design, at the same time, there is a high...

bug

This build aligns memory to ensure faster access

For now you offer HARRIS or SHI_THOMASI features. But for applications, where later registration is required, it would be nice to use something like SIFT, which could be followed with...

enhancement

We are attempting to use an FFC 4P board in standalone mode, attaching it to a drone with four cameras. Our goal is to directly save images to a micro...

enhancement

When using PCL (on macOS14.4, installed via `brew install pcl`) there is a problem with some names related to jsoncpp (did not find reference to this in the existing issues):...

bug

When `allowFlashingBootloader=true` --> getVersion() returns the embedded blob version (WRONG) When `allowFlashingBootloader=false` --> getVersion() returns the version on the device (CORRECT) depthai-core v2.25.0 (reminder that this embeds bootloader v0.0.26) OAK-D-PRO-POE...

bug

The accelerometer data on my OAK-D-PRO-POE continues to be wrong. https://github.com/luxonis/depthai-core/pull/375 did not fix this Details at https://github.com/luxonis/depthai-core/issues/319#issuecomment-2007761449

bug

> Because floating point arithmetic is different from real number arithmetic. > Bottom line: Never use == to compare two floating point numbers. https://isocpp.org/wiki/faq/newbie#floating-point-arith The return of `getIMUFirmwareUpdateStatus()` can not...

bug