Search found 2 matches
- Fri Jan 12, 2024 6:48 pm
- Forum: Mobile Apps and Event Server
- Topic: Coral USB problem
- Replies: 3
- Views: 149194
Re: Coral USB problem
Is www-data able to talk to the coral? Could be permissions yes, iv try as root too... iv find a suitable solution for me: Installed Python3.9 with Pyenv and changed in the Pythonscripts #!/usr/bin/python3 to #!/usr/local/bin/python3.9 installed all required packages with pip3.9 and it works :) for ...
- Sat Jan 06, 2024 1:17 pm
- Forum: Mobile Apps and Event Server
- Topic: Coral USB problem
- Replies: 3
- Views: 149194
Coral USB problem
Hello, im trying to run the Coral USB on the ES. sudo -u www-data /var/lib/zmeventnotification/bin/zm_detect.py --config /etc/zm/objectconfig.ini --debug --eventid 1 --monitorid 1 01/06/24 14:04:28 zmesdetect_m1[58497] INF ZMLog.py:292 [Setting up signal handler for logs] 01/06/24 14:04:28 ...