Release v2.25.1.0
Features
- Added
DeviceBootloader::getFlashedVersion
to retrieve the bootloader version that is flashed on device.
Bug fixes
- Fixed fsync on OAK-D-SR.
- Mitigated boot issue on OAK-D-SR-POE and OAK-T.
- Fixed compilation in same cases, because of problems with
jsoncpp
. (luxonis/depthai-core#980)
Misc
- Added thermal neural network example (
examples/NeuralNetwork/thermal_nnet.py
).