Skip to content

Update / fixes to client simple-dmabuf-v4l (protocol update and passing Y_INVERT flag)

Marius Vlad requested to merge mvlad/weston:upgrade-to-ver3-v4l into master

One patch is to use the latest linux dmabuf protocol and verify that the supplied DRM format matches that we got from compositor.

The latter is to allow to pass Y_INVERT flag to the linux dmabuf.

Updates:

After addressing comments this series does the following:

  • update linux-dmabuf at version 3.
  • converted to getopt_long
  • if v4l2 reports that the camera is flipped we pass Y_INVERT flag, but user can also pass it
  • it now depends on !298 (merged) as to use weston-direct-display extension
Edited by Marius Vlad

Merge request reports