jakaskerl

Results 7 issues of jakaskerl

Trying to run an example script (cleaned it up a bit to isolate the issue): ``` from depthai_sdk import OakCamera import depthai as dai with OakCamera() as oak: color =...

bug

- updated requirements.py - added example for thermal yolo detection

**Describe the bug** `setWarpTransformFourPoints()`works as expected in some scenarios, but acts strange in some other scenarios. The problem is that it seems to work great with some point configuration, but...

bug

Update getCameraExtrinsics() so any two sockets can be used regardless of how they are linked. Calculation changed to: 1. src -> origin 2. dst -> origin 3. src->origin->dst Due to...

Setting timestamp via `ImgFrame.setTimestamp()` only sets device timestamp. When read on host side, via `getTimestamp()` the value is unaffected. `getTimestampDevice()` works as expected. Repro code: ``` import depthai as dai...

bug

Sometimes when using conda/mamba, the installation of depthai is done using the `--user` flag because venv is not detected properly. This causes depthai version override over all present environments. Added...