Closed chadrockey closed 2 years ago
Also, does the main readme need to be adjusted? It seems like PySide6 is also not supported for Ubuntu 18.04
Hi,
Running the GUI on a raspberry is not possible, but you can install and run the algo parts and run through python scripts.
I was also stuck with installing this on arm because of missing PySide6, but this command worked for me
python -m pip install --upgrade acconeer-exptool[algo]
I was able to run examples. I think this information should be added to readme.
Hi,
Thank you for your input!
We will update the instructions
The old exploration tool ran great on the same raspberry pi running the streaming server.
It seems that qt6 and pyside6 aren’t yet supported on raspberry pi. Is there any alternative?
Is running the streaming server on the raspberry pi a feature you would like to preserve? Or was that ability mostly unintended?