libcamera: pipeline: rkisp1: Fix typo in todo task

The delay values should be managed correctly. Not the dealys.

Correct accordingly.

Reviewed-by: Umang Jain <umang.jain@ideasonboard.com>
Reviewed-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com>
Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
Kieran Bingham 2024-10-09 00:13:12 +01:00
parent 7cbd05dc01
commit f0325383cd

View file

@ -1131,7 +1131,7 @@ int PipelineHandlerRkISP1::createCamera(MediaEntity *sensor)
data->properties_ = data->sensor_->properties(); data->properties_ = data->sensor_->properties();
/* /*
* \todo Read dealy values from the sensor itself or from a * \todo Read delay values from the sensor itself or from a
* a sensor database. For now use generic values taken from * a sensor database. For now use generic values taken from
* the Raspberry Pi and listed as generic values. * the Raspberry Pi and listed as generic values.
*/ */