On 12/10/18 10:20 PM, Sakari Ailus wrote: > Hi all, > > Here are the patches needed to support the META_OUTPUT queue type for > v4l2-compliance. The patch that adds the support is preceded by the kernel > header update --- the headers have been recently updated and there were > no other changes. Looks good for v4l2-compliance, but v4l2-ctl should also be updated. I have alreaedy prepared v4l2-ctl-meta.cpp (should work automatically with this patch series applied), but there are two other places where you need to add META_OUTPUT support. Just add a third patch for v4l2-ctl. Regards, Hans > > Sakari Ailus (1): > Update uAPI headers from the kernel > > Yong Zhi (1): > v4l2-compliance: Add support for metadata output > > include/linux/videodev2.h | 2 ++ > utils/common/v4l-helpers.h | 14 +++++++++++++- > utils/common/v4l2-info.cpp | 4 ++++ > utils/v4l2-compliance/v4l2-compliance.cpp | 7 ++++--- > utils/v4l2-compliance/v4l2-compliance.h | 2 +- > utils/v4l2-compliance/v4l2-test-formats.cpp | 7 +++++++ > 6 files changed, 31 insertions(+), 5 deletions(-) >