mirror of
https://git.libcamera.org/libcamera/libcamera.git
synced 2025-07-12 23:09:45 +03:00
ipa: rpi: Add accessor function for monoSensor_
The monoSensor_ member variable will be used by the derived IPAs in an upcoming commit, so add an accessor function for it. Signed-off-by: Naushir Patuck <naush@raspberrypi.com> Reviewed-by: Kieran Bingham <kieran.bingham@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
706578ecc8
commit
2031e2f290
1 changed files with 5 additions and 0 deletions
|
@ -49,6 +49,11 @@ public:
|
|||
void processStats(const ProcessParams ¶ms) override;
|
||||
|
||||
protected:
|
||||
bool monoSensor()
|
||||
{
|
||||
return monoSensor_;
|
||||
}
|
||||
|
||||
/* Raspberry Pi controller specific defines. */
|
||||
std::unique_ptr<RPiController::CamHelper> helper_;
|
||||
RPiController::Controller controller_;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue