diff options
Diffstat (limited to 'src/ipa/raspberrypi/cam_helper.cpp')
-rw-r--r-- | src/ipa/raspberrypi/cam_helper.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/ipa/raspberrypi/cam_helper.cpp b/src/ipa/raspberrypi/cam_helper.cpp index a0c73f99..b1343eb2 100644 --- a/src/ipa/raspberrypi/cam_helper.cpp +++ b/src/ipa/raspberrypi/cam_helper.cpp @@ -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) { |