mirror of
https://git.libcamera.org/libcamera/libcamera.git
synced 2025-07-13 15:29:45 +03:00
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:
parent
7cbd05dc01
commit
f0325383cd
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue