aiy_vision_web_server
aiy_vision_web_server copied to clipboard
Show camera feed and annotations of the AIY Vision Kit in a webpage
I was following instructions and everything seemed to work except when I try to check video stream from browser there is nothing on it. I can see what the camera...
I tried running python3 server.py but I get this error message: Traceback (most recent call last): File "server.py", line 26, in from aiy.leds import Leds ImportError: No module named 'aiy.leds'
When running setup.py install chown showed issue because group was not present.
Note from the UV4L author, Luca Risolia on uv4l-raspidisp.socket file ownership: > With regard to /tmp/uv4l-raspidisp.socket having root as owner, this > file is created by a program called raspidisp_server...