Re: [Linux-kernel-mentees] [PATCH v8] v4l2-ctl: Print UVC meta info

2019-09-24 Thread Shuah Khan
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

[PATCH v8] v4l2-ctl: Print UVC meta info

2019-09-24 Thread Vandana BN
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