RE: Why is my profile picture rotated 90 degrees?

Alejandro Carrillo, modified 7 Years ago. New Member Posts: 2 Join Date: 2/1/19 Recent Posts
Hello, I have a detail using screenlet profile on android, on some devices rotate the photo 90 degrees, do you know how I can correct that? I already tried taking the orientation with ExifInterface but it is not possible because it always returns a 0 "zero".
thumbnail
Javier Gamarra, modified 7 Years ago. Expert Posts: 348 Join Date: 2/12/15 Recent Posts
Hi!

Some phones have the default camera in landscape, you can check the orientation (are you sure that is 0 in all the devices?) and rotate it in the onUserPortraitLoadReceived listener. There is some code to rotate in the rotateImage method under UserPortraitService.