Skip to content

Releases: openmv/openmv-ide

v4.4.7

29 Nov 19:24
Compare
Choose a tag to compare
  • 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.

Development Release

28 Nov 21:14
Compare
Choose a tag to compare

⚠️ This is a development release, and it may be unstable.

  • no changes

v4.4.6

27 Nov 23:57
Compare
Choose a tag to compare
  • Fixed reloading hello world on connect when no changes.

v4.4.5

27 Nov 07:04
Compare
Choose a tag to compare
  • 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

10 Nov 01:55
Compare
Choose a tag to compare
  • Fixed issues with camera serial stability. Rock solid now on all systems.
  • Set get_state() poll rate to 25ms.

v4.4.2

09 Nov 06:31
Compare
Choose a tag to compare
  • 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.

v4.4.1

07 Nov 18:06
Compare
Choose a tag to compare
  • Fix issue with comments having autocomplete in them.
  • Default poll rate is 50ms
  • Fixed default example code style.

v4.4.0

05 Nov 04:44
Compare
Choose a tag to compare
  • Add support for the Python Language Server
  • Add support for GitHub Copilot
  • Add support for new firmware VID/PIDs
  • Add support for new DFU bootloader
  • Refactor board settings into settings.json
  • Refactor all firmware loading code
  • Bug fixes for camera data streaming
  • Update to QTC 14.0.2

v4.2.5

02 Oct 03:22
Compare
Choose a tag to compare
  • Update example scripts to the latest in openmv main.

v4.2.4

05 Sep 02:25
Compare
Choose a tag to compare
  • Update to resources 4.5.9.
  • Add support for handling RAW uncompressed frames in the IDE.