Releases: openmv/openmv-ide
Releases · openmv/openmv-ide
v4.7.0
- Updated to firmware 4.7.0, documentation, etc.
- Integrated support for ROMFS for all boards along with new Model Zoo.
- Added support for the OpenMV AE3.
- Added support for the OpenMV N6.
- Added support for compiling tensorflow models using the ARM Vela compiler for the OpenMV AE3.
- Added support for compiling tensorflow/onnx models using STEdgeAI compiler for the OpenVM N6.
- Updated factory programming/reset support for the OpenMV AE3.
- Added factory programming/reset support for the OpenMV N6.
- Updated factory programming support for the OpenMV Cam RT1062.
- Added support for compiling python code using MPY Cross.
Development Release
- no changes
v4.5.0
- Update firmware to v4.6.22.
v4.4.9
- Update documentation for firmware v4.6.0.
v4.4.8
- Update to firmware v4.6.0
- Update to MacOS 13 (no more support for MacOS 12)
v4.4.7
- Fixed crashing issue due to event loop re-entrance.
This is the last version of OpenMV IDE that will support MacOs 12 Operating System.
GitHub is deprecating support for MacOs 12.
v4.4.6
- Fixed reloading hello world on connect when no changes.
v4.4.5
- Fixed code pasting indentation.
- Finished translating the IDE after adding Python Parsing.
- Fixed output pane appearing on startup.
- Hid outdated features and dialogs.
- Cleaned up command line arguments.
- Fixed drive matching on all OSes when using multiple OpenMV Cams.
v4.4.4
- Fixed issues with camera serial stability. Rock solid now on all systems.
- Set get_state() poll rate to 25ms.
v4.4.2
- Fixed bug with autocomplete inside comments.
- Fixed IDE getting messed up by old settings.
- Fixed default example failing pep8.
- Make windows installer robust to random result codes from driver installers.
- Fix serial polling by eliminating overlapped ZLP packets and transactions.
- Hide unusable features from right-click menu.