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:
Laurent Pinchart 2020-07-04 02:21:26 +03:00
parent 44aa793056
commit c0b0b7205c
5 changed files with 0 additions and 33 deletions

View file

@ -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)
{