Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make the piwebcam service stoppable #2

Open
geerlingguy opened this issue Sep 30, 2020 · 0 comments
Open

Make the piwebcam service stoppable #2

geerlingguy opened this issue Sep 30, 2020 · 0 comments

Comments

@geerlingguy
Copy link
Owner

Currently if I run:

sudo systemctl stop piwebcam

It ends up hanging. Probably because the service calls /home/pi/uvc-gadget/piwebcam, which doesn't have a corresponding ExecStop command. That start script ends up running sudo /home/pi/uvc-gadget/uvc-gadget -f1 -s2 -r1 -u /dev/video1 -v /dev/video0, which kinda just fires off then keeps running forever.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant