libcamera: software_isp: Track and pass frame ids
A previous preparation patch implemented passing frame ids to stats processing but without actual meaningful frame id value passed there. This patch extends that by actually providing the frame id and passing it through to the stats processor. The frame id is taken from the request sequence number, the same as in hardware pipelines. Signed-off-by: Milan Zamazal <mzamazal@redhat.com> Reviewed-by: Daniel Scally <dan.scally@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
committed by
Kieran Bingham
parent
e334227dcc
commit
f06c344bd5
@@ -94,8 +94,9 @@ Debayer::~Debayer()
|
||||
*/
|
||||
|
||||
/**
|
||||
* \fn void Debayer::process(FrameBuffer *input, FrameBuffer *output, DebayerParams params)
|
||||
* \fn void Debayer::process(uint32_t frame, FrameBuffer *input, FrameBuffer *output, DebayerParams params)
|
||||
* \brief Process the bayer data into the requested format
|
||||
* \param[in] frame The frame number
|
||||
* \param[in] input The input buffer
|
||||
* \param[in] output The output buffer
|
||||
* \param[in] params The parameters to be used in debayering
|
||||
|
||||
Reference in New Issue
Block a user