Replies: 2 comments 1 reply
-
|
UVtools may be compatible with linux arm, try to compile it using the script: |
Beta Was this translation helpful? Give feedback.
-
|
Thanks, I was able to get it to build after figuring out the .NET install. A few dependencies have moved on in the current Debian Trixie for RPi 5 platforms, so I stuffed it in a Docker container so I could use the Bookworm dependencies which Emgu.CV / libcvextern.so needed. I've only tested the extract function with UVToolsCMD so far, but I would expect the rest of the Emgu.CV functions to work properly from CLI. Here's the working DockerFile in case it is useful to others (I have the rest of the process documented as well): |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
If reasonable as far as dependencies and maintainability, I would like to request support in the Linux installer script for SBCs like Raspberry Pi 4/5 as well as Rockchip and similar ARM / Armbian Linux (Debian Bookworm & Trixie) based SBCs. Recent SBCs often have a reasonable minimum RAM of 8/16 GB.
My use case is specifically headless operation without a UI with running UVTools scripts for file format conversion and slice image extraction as well as potentially mild amounts of utilities such as AA removal / heal and similar single layer at a time pixel math (e.g. grayscale remapping script).
If there is an existing way to install or if the preferred method is to compile from source on these platforms, please let me know and point me towards any documentation or discussions with tips and gotchas.
Beta Was this translation helpful? Give feedback.
All reactions