summaryrefslogtreecommitdiff
path: root/tests/kmscapture.cpp
AgeCommit message (Collapse)Author
2016-05-23File/dir renamesTomi Valkeinen
2016-05-23Cleanup AtomicReq::commitTomi Valkeinen
2016-04-26kmscapture: separate step to enable streamingTomi Valkeinen
2016-04-26kmacapture: atomic modesetting supportTomi Valkeinen
2016-04-26kmscapture: cleanupsTomi Valkeinen
2016-04-26kmscapture: cleanups & signedness fixesTomi Valkeinen
2016-04-26kmscapture: renameTomi Valkeinen
2016-04-26kmscapture: use enum classTomi Valkeinen
2016-04-25kmscapture: Clang doesn't like variable len arrays, use vectorTomi Valkeinen
2016-04-16add -Wextra & fix warningsTomi Valkeinen
2016-03-16tests: kmscapture: simple v4l2 capture test toolPeter Ujfalusi
Simple tool on top of libkms to display video from attached V4L cameras. w/o parameter the kmscapture will try to use all cameras. With -s/--single cmd line parameter it can be forced to open only /dev/video0. The camera resolution is chosen based on the screen resolution, number of cameras and the supported resolutions by the camera itself. By default the buffer is provided by DRM. This can be changed with the --buffer-type=v4l, so the buffer is provided by the V4L layer.