summaryrefslogtreecommitdiff
path: root/automated/linux/v4l2/v4l2-compliance.sh
AgeCommit message (Collapse)Author
2018-04-26Add v4l2-compliance test suiteRyan Harkin
WaRP7 has a V4L2 compliant camera driver. This test runs the compliance tests against that driver. Taken from the man page: "The v4l2-compliance tool is used to test video4linux devices, either video, vbi, radio or swradio, both input and output. It attempts to test almost all aspects of a V4L2 device and it covers almost all V4L2 ioctls. It has very good support for video capture and output, VBI capture and output and (software) radio tuning and transmitting." "Note that v4l2-compliance not only tests for compliance against the V4L2 API, but also whether the driver is using all the correct frameworks. These frameworks often automatically provide ioctls that are strictly speaking optional, but that come for free if you use those frameworks. By requiring their presence the v4l2-compliance utility will enforce their use." Change-Id: Ide6de6b954eeb6edd1f19c9c49164d05582c772f Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>