moratom
moratom
CI fails on MacOS: https://github.com/luxonis/depthai-core/actions/runs/10337442673/job/28646392973 Let's either leave the CI builders as is or extend with a "matrix" to build with both GCC and Clang.
@onthegrid007 we don't necessarily want to switch the CI to clang, rather we should extend it, so we run both with GCC and clang in the CI. You can use...
Hi @xcamuzx. Sorry for the issues, the way to downgrade the bootloader is to use an older `depthai` and flash the embedded bootloader that comes with it. `0.0.26` was never...
We would be super grateful if you can expand a bit more (possibly provide some MREs) for the crashes you get on the latest bootloader, as according to our evaluation...
@maupwastaken thanks for the issue report! Would you mind trying to do a simpler MRE where the code would be in a single file?
The test didn't fail before, I think this introduces a race condition in the code.
@jakaskerl would you mind helping out here? There's no difference between the C++ and Python, as Python API sits on top of the C++ one, so it's likely something is...
@AiYangSky the `getFrame` API has a flag `copy` which is set to false by default, we only make a copy in `getCvFrame` on the mainline. What DepthAI version are you...
I see @AiYangSky - we briefly explored if we could bind the lifetime of the memory nicely to (als) cv::Mat, but couldn't find a good option. We're happy to accept...
Thanks for the issue report @diablodale, we have added this to our internal task list and will update the issue when we have the solution.