Package Details: openmv-ide-bin 4.4.7-2

Git Clone URL: https://aur.archlinux.org/openmv-ide-bin.git (read-only, click to copy)
Package Base: openmv-ide-bin
Description: QtCreator based OpenMV IDE.
Upstream URL: https://github.com/openmv/openmv-ide
Keywords: machine-vision openmv
Licenses: MIT
Conflicts: openmv-ide
Provides: openmv-ide
Submitter: yjun
Maintainer: yjun
Last Packager: yjun
Votes: 1
Popularity: 0.57
First Submitted: 2020-08-01 13:24 (UTC)
Last Updated: 2025-01-02 15:16 (UTC)

Latest Comments

yjun commented on 2025-01-02 15:17 (UTC)

@yaoyun fixed.

yaoyun commented on 2025-01-02 04:03 (UTC)

-user-library-path seems no longer an option, so the wrapper script /opt/openmv-ide/bin/openmvide.sh probably needs a fix.

$ openmvide
Unknown option -user-library-path
Usage: openmvide [OPTION]... [FILE]...
Options:
    -help                         Display this help
    -version                      Display program version
    -language <locale>            Set the UI language
    -presentationMode             Enable presentation mode with pop-ups for key combos
    -update_resources             Force an update of user resources from system resources
    -open_serial_terminal <port_name:baud_rate>
                                  Open a serial terminal window
    -open_udp_client_terminal <host_name:port>
                                  Open a UDP client terminal window
    -open_udp_server_terminal <port>
                                  Open a UDP server terminal window (set port == 0 for any port)
    -open_tcp_client_terminal <host_name:port>
                                  Open a TCP client terminal window
    -open_tcp_server_terminal <port>
                                  Open a TCP server terminal window (set port == 0 for any port)
    -override_read_timeout <time_in_ms>
                                  Ms to wait for a response (default 5000)
    -override_read_stall_timeout <time_in_ms>
                                  Ms to wait before pinging (default 1000)
    -override_per_command_wait <time_in_ms>
                                  Ms to wait between each command (default 1 - on mac 2)
    -form_key <key>               OpenMV Cam Registration Key
    -form_key_dialog              Enter the OpenMV Cam Registration Key via a Dialog Window
    -list_ports                   Prints detected ports
    -serial_number_filter <serial_number>
                                  Filter detected ports by this Serial Number
    -auto_connect                 Automatically connect to the first detected port
    -auto_update <release|development|path>
                                  Automatically update the OpenMV Cam on connect
    -auto_erase                   Automatically erase the onboard flash on connect
    -auto_run                     Automatically run the open script on connect
    -disable_stop                 Disables stop on connect or disconnect
    -full_screen                  Launch in full-screen mode
    -viewer_mode                  Launch in viewer mode

The version: OpenMV IDE 4.4.7 based on Qt 6.5.1

Neolux_Lee commented on 2024-07-23 15:22 (UTC) (edited on 2024-07-23 15:24 (UTC) by Neolux_Lee)

Installer file download failed. When opening this link in browser, I got 404.

The error is below:

curl: (22) The requested URL returned error: 404
==> ERROR: Failure while downloading https://github.com/openmv/openmv-ide/releases/download/development/openmv-ide-linux-x86_64-4.1.6.run
    Aborting...
error: failed to download sources for 'openmv-ide-bin-4.1.6-1': 
error: packages failed to build: openmv-ide-bin-4.1.6-1

It may because the link in PKGBUILD is not latest. When I check the release page, I found the latest release (4.1.9) is with development tag and all other older releases are tagged with the version number.

So I changed source_x86_64 in PKGBUILD to make it download the file:

source_x86_64=("${_pkgname}-${pkgver}-x86_64.run::https://github.com/openmv/openmv-ide/releases/download/v{pkgver}/${_pkgname}-linux-x86_64-${pkgver}.run")

But this way the latest release won't be downloaded. Another solution is to manually check the latest version in GitHub release page and edit pkgver in PKGBUILD to latest number and skip sha256sums check.

yjun commented on 2024-07-14 02:42 (UTC)

This repository only contains release versions.