On 9/24/19 5:04 AM, Vandana BN wrote:
Print UVC Metadata information in verbose mode.
Cam you add more information on what this Metadata is and how it
is used.
Signed-off-by: Vandana BN
---
Changes since v7:
Not to call print_meta_buffer, if V4L2_BUF_FLAG_ERROR is set or
bytesused i
Print UVC Metadata information in verbose mode.
Signed-off-by: Vandana BN
---
Changes since v7:
Not to call print_meta_buffer, if V4L2_BUF_FLAG_ERROR is set or
bytesused is 0.
Changes since v6:
Not to print PTS/SCR if not present.
Remove loop in print_meta_buffer()
Changes