Hi folks,
This set adds metadata output buffer type support for v4l2-ctl. There are
a few more things done by the set, too:
- fixed static build instructions,
- fixed --all argument handling for metadata capture formats and
- include changes to videodev2.h brought by kernel patch I recently sent
("v4l: uAPI: V4L2_BUF_TYPE_META_OUTPUT is an output buffer type").
Sakari Ailus (4):
Update static build instructions
Sync the latest headers
v4l2-ctl: Print metadata capture formats on --all
v4l2-ctl: Add support for META_OUTPUT buffer type
INSTALL | 8 +--
include/linux/videodev2.h | 3 +-
utils/v4l2-ctl/Makefile.am | 3 +-
utils/v4l2-ctl/v4l2-ctl-common.cpp | 3 +-
utils/v4l2-ctl/v4l2-ctl-meta-out.cpp | 106 +++++++++++++++++++++++++++++++++++
utils/v4l2-ctl/v4l2-ctl-meta.cpp | 19 ++++---
utils/v4l2-ctl/v4l2-ctl.cpp | 17 ++++++
utils/v4l2-ctl/v4l2-ctl.h | 13 +++++
8 files changed, 156 insertions(+), 16 deletions(-)
create mode 100644 utils/v4l2-ctl/v4l2-ctl-meta-out.cpp
--
2.11.0