Hello,
1/ Are you experiencing installation issues with just this specific application, or are you unable to install any app at all?
For testing purposes, you can try installing the Video Recording app from Luxonis Apps:
Install App → Run → Video Recording (from Luxonis Apps) → Select app version → select camera → confirm with "Install With Selected" button.
2/ Additionally, it would be very helpful for us to get a log recording from the application installation.
Please open the terminal on your computer, connect to the Raspberry Pi via SSH:
ssh user@DEVICE_IP_ADDRESS
Then view the logs using:
sudo hubctl logs -f
After running the command, start the app installation via the Hub interface.
You can download a portion of the logs with the following command (please adjust with your actual values):
ssh user@DEVICE_IP_ADDRESS "hubctl logs -l 200" > /local/path/logs.txt
Please send us the log file along with the Agent version.
Thank you!
Martin