v4l2

Test video4linux drivers compliance.

What It Tests

  • video4linux Drivers Compliance: Test video4linux devices, either video, vbi, radio or swradio, both input and output.

Preconditions

  • Grahpics system should be ready

  • System requires root privileges

  • v4l-utils package should be available

Test Parameters

Parameter

Default

Description

VIDEO_DEVICE

"/dev/video0"

Specify video device

VIDEO_DRIVER

""

Specify video driver

Test Steps

- cd ./automated/linux/v4l2/
- ./v4l2-compliance.sh -d "${VIDEO_DEVICE}" -D "${VIDEO_DRIVER}"

Refer to v4l2-compliance.yaml for complete test definition and execution details.

Expected Results

  • The video drivers are OK

References