ipa: raspberrypi: Drop CameraHelper::GetOrientation()
The camera sensor orientation is now handled by the pipeline handler. Drop hardcoded per-sensor orientations from the IPA. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Jacopo Mondi <jacopo@jmondi.org> Reviewed-by: Naushir Patuck <naush@raspberrypi.com>
This commit is contained in:
@@ -106,12 +106,6 @@ unsigned int CamHelper::MistrustFramesModeSwitch() const
|
||||
return 0;
|
||||
}
|
||||
|
||||
CamTransform CamHelper::GetOrientation() const
|
||||
{
|
||||
/* Most sensors will be mounted the "right" way up? */
|
||||
return CamTransform_IDENTITY;
|
||||
}
|
||||
|
||||
RegisterCamHelper::RegisterCamHelper(char const *cam_name,
|
||||
CamHelperCreateFunc create_func)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user