Expand description
Linux UVC class-specific control transfer transport.
Issues UVC class-specific SET_CUR and GET_* requests via the
uvcvideo driver’s ioctl interface on /dev/videoN. This coexists
with v4l2 streaming apps (Zoom / OBS / Cheese keep working). See
See super::uvcvideo for the V4L2 + UVCIOC dispatch.
macOS and Windows transports are planned and will live in sibling
modules with the same Transport surface.