Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pipeline: rpi: Fix invalid access to CameraData::sensorInfo_
sensorInfo_ currently gets populated in configureIPA(), but is possibly referenced in platformConfigure() which is called first. Fix this by populating sensorInfo_ straight after configuring the sensor in configure(), ensuring the fields are valid in the call to platformConfigure(). Signed-off-by: Naushir Patuck <[email protected]>
- Loading branch information
69a894c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tested this on my Rpi 4 64bit and it worked.