You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem Description:
The /opt/uvc-webcam/uvc-gadget -l -p 21 -b process keeps running and using more then 20% CPU after the host system finished capturing from the v4l2 device. CPU usage from top when connecting to the debug shell on the RPi Zero:
Expected behavior:
1-5% CPU usage by /opt/uvc-webcam/uvc-gadget -l -p 21 -b on idle after the host system finishes capturing from the v4l2 device.
Additional Notes:
The issue goes away if i restart the RPi, however that is not fitting my use case. In my use case the RPi is plugged in indefinitely into a VR system, wasting more power on idle is the last thing i want.
Host OS: Ubuntu 20.04.3 LTS
Board Running showmewebcam : Raspberry Pi Zero
uname -a from the board: Linux piwebcam 5.10.11 #1 Mon Nov 8 06:25:02 UTC 2021 armv6l GNU/Linux
Would be nice to see some sort of work around/solution to this! If its possible to enforce that state via shell commands that works for me too!
The text was updated successfully, but these errors were encountered:
Problem Description:
The
/opt/uvc-webcam/uvc-gadget -l -p 21 -b
process keeps running and using more then 20% CPU after the host system finished capturing from the v4l2 device. CPU usage from top when connecting to the debug shell on the RPi Zero:Before host started capture (idle):
When host is capturing stream (streaming):
When host finished capturing (should be idle again):
Expected behavior:
1-5% CPU usage by
/opt/uvc-webcam/uvc-gadget -l -p 21 -b
on idle after the host system finishes capturing from the v4l2 device.Additional Notes:
The issue goes away if i restart the RPi, however that is not fitting my use case. In my use case the RPi is plugged in indefinitely into a VR system, wasting more power on idle is the last thing i want.
Host OS: Ubuntu 20.04.3 LTS
Board Running
showmewebcam
: Raspberry Pi Zerouname -a
from the board:Linux piwebcam 5.10.11 #1 Mon Nov 8 06:25:02 UTC 2021 armv6l GNU/Linux
Would be nice to see some sort of work around/solution to this! If its possible to enforce that state via shell commands that works for me too!
The text was updated successfully, but these errors were encountered: