Android expo-camera not processing photo with "exif: true"

Please provide the following:

  1. SDK Version: 42.0.0
  2. Platforms(Android/iOS/web/all): Android
  3. Add the appropriate “Tag” based on what Expo library you have a question on.

I created a Snack to demo the problem - Android setting exif true is skipping procesing - Snack

Here you see a button “Take Photo Exif True”. If you tap this, you will then see the screen get replaced by <Image> with uri of the photo just taken. However the image is not taking proper dimensions of the screen.

If you press “Take Photo Exif False” then the image fits the screen properly.

I even tried setting skipProcessing: false but it seems to skip the processing regardless.

Any ideas?

Hey @noitidart, it seems that this is a bug with the module. Would you mind creating a github issue for this?

Thanks, done - Android expo-camera not processing photo with “exif: true” · Issue #14254 · expo/expo · GitHub

In the mean time I think I found a workaround by passing skipProcessing: true. It’s funny because by telling it to skip processing, it is actually processing it lol.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.