Skip to content

OpenMV IDE Release

Compare
Choose a tag to compare
@kwagyeman kwagyeman released this 08 May 22:41
· 302 commits to master since this release
  • Added support to play RTSP Streams through FFPLAY on Windows/Mac (there's no FFPLAY on linux).
  • Fixed the Python library sync code in the IDE. It now works reliably and allows you to develop a module on the PC and have that copied to the camera and vice-versa without issues.
  • Make the Windows bootloader less aggressive in it's programming speed to help reduce issues with it locking up on some folks PCs.
  • Added support for booting IMX devices from their factory default state and already programmed state.
  • Added auto reconnected feature to allow the IDE to connect to a camera automatically without stopping/starting the script.
  • Fixed the HTML documentation parser to handle the latest sphinx format. The IDE ships with the latest documentation again now.

This is the last version of OpenMV IDE that will support 32-bit Operating Systems.

We are upgrading the Qt Libraries and our QtCreator base to the latest versions which do not have 32-bit support anymore.