acconeer / acconeer-python-exploration

Acconeer Exploration Tool
https://docs.acconeer.com
Other
177 stars 63 forks source link

Exploration Tool on Raspberry Pi with PySide 6 #112

Closed chadrockey closed 2 years ago

chadrockey commented 2 years ago

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?

chadrockey commented 2 years ago

Also, does the main readme need to be adjusted? It seems like PySide6 is also not supported for Ubuntu 18.04

AndersBuhl commented 2 years ago

Hi,

Running the GUI on a raspberry is not possible, but you can install and run the algo parts and run through python scripts.

OPerepadia commented 2 years ago

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.

AndersBuhl commented 2 years ago

Hi,

Thank you for your input!

We will update the instructions