Code: Select all
pkill uv4l
Code: Select all
sudo /etc/init.d/uv4l-uvc add 046d:081b
It starts back up and I can do it again. Also sometimes I notice more than one video in /dev/video0, /dev/video1 etc. It seems like it will try to start a new instance and then gets confused.
Another issue I have is when I go to XXX:8090/stream (8090 is the default port for uvc) it works for a couple seconds and then stops. Sometimes it gives a kernel error, something saying a stack overflow. I'm not sure what this means.
I have been working with the face detection website that you can download from the demos and that works but again I have to restart that server since it doesn't have a stop button.
I guess the questions I'm asking are:
How can I get the XXX:8090/stream to work?
How can I connect to the web camera again without restarting the server/instance?
How can I add a stop button to the face detection website?
Let me know what other code would help answer those questions. Thanks!