[libcamera-devel,SimpleCam,0/2] Extend Request metadata reporting
mbox series

Message ID 20220216123544.637834-1-kieran.bingham@ideasonboard.com
Headers show
Series
  • Extend Request metadata reporting
Related show

Message

Kieran Bingham Feb. 16, 2022, 12:35 p.m. UTC
Simple cam does not report how to get the timestamp of a completed
request or buffer, nor show how to handle any Request specific metadata
that would be provided.

Extend the existing documentation for the current buffer parsing, and
add the timestamp of the buffer completion, then provide reporting and
description of the Request metadata to display for each completed
request.

Kieran Bingham (2):
  simple-cam: processRequest: Report timestamp and enhance description
  simple-cam: processRequest: Report Request metadata

 simple-cam.cpp | 35 ++++++++++++++++++++++++++++++++++-
 1 file changed, 34 insertions(+), 1 deletion(-)