UTVFU(4) - Device Drivers Manual # UTVFU(4) - Device Drivers Manual
NAME # utvfu - USB Fushicai USBTV007 audio/video capture device
SYNOPSIS # utvfu* at uhub? audio* at utvfu? video* at utvfu?
DESCRIPTION # The utvfu driver supports USB Audio/Video capture devices based on the Fushicai USBTV007 chip. The following product models are known to work:
Play X Store Capture YXGOOD EasyCAP If the utvfu device attaches successfully, it will attach the audio(4) and video(4) drivers to provide higher-level access.
...
UVIDEO(4) - Device Drivers Manual # UVIDEO(4) - Device Drivers Manual
NAME # uvideo - USB video devices
SYNOPSIS # uvideo* at uhub? video* at uvideo?
DESCRIPTION # The uvideo driver supports a range of USB Video Class (UVC) devices including webcams, camcorders and other cameras. UVC is a generic specification and many USB video devices follow it. The following models are known to work:
Apple built-in iSight Chen-Source CM12402 Eagle IR Cam Chicony Electronics 4807 (Lenovo X300 647815G Notebooks) Dynex 1.
...
VIDEO(4) - Device Drivers Manual # VIDEO(4) - Device Drivers Manual
NAME # video - device-independent video driver layer
SYNOPSIS # video* at uvideo?
#include <sys/types.h>
#include <sys/ioctl.h>
#include <sys/videoio.h>
DESCRIPTION # The video driver provides support for various video devices. It provides a uniform programming interface layer above different underlying video hardware drivers. The video driver uses the V4L2 (Video for Linux Two) API which is widely used by video applications.
...