Skip to content

USB video class (webcam) support #21

Closed
@maxnet

Description

@maxnet

Was wondering if USB video class support (universal protocol that most modern webcams use) could be added to the default configuration.
So that people wanting to play with webcams do not have to build their own kernel modules.

From menuconfig select:

"device drivers" -> "multimedia support" -> "video for linux"
"device drivers" -> "multimedia support" -> "video for linux" -> "video capture adapters" -> "V4L usb devices" -> "USB video class (UVC)"

Generates the following options:

CONFIG_MEDIA_SUPPORT=y
CONFIG_VIDEO_DEV=m
CONFIG_VIDEO_V4L2_COMMON=m
CONFIG_VIDEO_MEDIA=m
CONFIG_VIDEO_V4L2=m
CONFIG_VIDEO_CAPTURE_DRIVERS=y
CONFIG_V4L_USB_DRIVERS=y
CONFIG_USB_VIDEO_CLASS=m
CONFIG_USB_VIDEO_CLASS_INPUT_EVDEV=y

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions