Skip to content

Commit

Permalink
more debug info for devices rotation
Browse files Browse the repository at this point in the history
  • Loading branch information
moovida committed Nov 13, 2024
1 parent 7d9f9d5 commit fb1b064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/com/hydrologis/flutterlibs/camera/camera_advanced.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1354,7 +1354,7 @@ class _CameraPreview2State extends State<CameraPreview2>
}
var currentOrientation = _getApplicableOrientation();
print('currentOrientation: $currentOrientation' +
' vs startuporient ${cameraState!.startupOrientation}');
' startup: ${cameraState!.startupOrientation} + rotation-applied: ${turns[currentOrientation]!} + $extraRotation');

return turns[currentOrientation]! + extraRotation;
}
Expand Down

0 comments on commit fb1b064

Please sign in to comment.