libcamera: libipa: camera_sensor: Add Himax HM1246 sensor properties
Provide the Himax HM1246 camera sensor properties and registration with libipa for the gain code helpers. Signed-off-by: Matthias Fend <matthias.fend@emfend.at> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Reviewed-by: Paul Elder <paul.elder@ideasonboard.com> Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
committed by
Kieran Bingham
parent
481c659c7e
commit
e8304bc6c1
@@ -497,6 +497,16 @@ public:
|
||||
};
|
||||
REGISTER_CAMERA_SENSOR_HELPER("gc08a3", CameraSensorHelperGc08a3)
|
||||
|
||||
class CameraSensorHelperHm1246 : public CameraSensorHelper
|
||||
{
|
||||
public:
|
||||
CameraSensorHelperHm1246()
|
||||
{
|
||||
gain_ = AnalogueGainLinear{ 1, 16, 0, 16 };
|
||||
}
|
||||
};
|
||||
REGISTER_CAMERA_SENSOR_HELPER("hm1246", CameraSensorHelperHm1246)
|
||||
|
||||
class CameraSensorHelperImx214 : public CameraSensorHelper
|
||||
{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user