uvc-gadget
uvc-gadget copied to clipboard
uvc-gadget with resolution changing and video controls
We are using zynq Ultrascale + MPSoC with custom board. Our board has 2 USB ports(Host 2.0 and device 3.0), 2 SDI(one input and another output). Kernel version on board...
We are using zynq Ultrascale + MPSoC with custom board. Our board has 2 USB ports(Host 2.0 and device 3.0), 2 SDI(one input and another output). Kernel version on board...
I implemented this uvc-gatget on a raspberry pi4 4GB R1.2 and it worked fine. When I tried to run uvc-gadget on raspberry pi4 8GB R1.4 in the same way, the...
Sibling issue to https://github.com/showmewebcam/showmewebcam/issues/186. ## Expected Behavior on systems which use the unicam interface, uvc-gadget should be able to control the filter pipeline ## Current Behavior (not checked, but I'm...
(this is an issue submitted by [[vogarth] on the showmewebcam Discord](https://discord.com/channels/774949618832113674/774953831267958795/931828935686246420)) ## Expected Behavior UVC control WHITE_BALANCE_COMPONENT can affect both V4L2_CID_RED_BALANCE and V4L2_CID_BLUE_BALANCE independently. ## Current Behavior (my analysis from...
**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...
Correctly handle Exposure mode control. The value definition for the V4L2 interface for exposure mode control does not map directly to the UVC control interface. Add some conversion and configuration...
Same fix for the new code line as #23.
Is there support in uvc-gadget for the new greyworld white balance algorithm `awb_auto_is_greyworld=1 ` https://www.raspberrypi.org/forums/viewtopic.php?t=245994
Any access to /dev/video1 will crash the device, e.g. `v4l2-ctl -l -d /dev/video1` See https://github.com/showmewebcam/showmewebcam/issues/115