• Ilandar@aussie.zoneOP
    link
    fedilink
    arrow-up
    1
    ·
    1 month ago

    Plus their android app uses their own camera implementation, which because of differences in camera architecture, always results in much worse photos.

    I think that’s just a problem with Android in general. Very few applications are able to access the native camera. Historically support has been so limited that when Samsung released its most recent range of smartphones, it actually advertised native camera support for Instagram and Snapchat as a major selling point. The recent CameraX API is supposed to help with this but there is a huge range of Android phones and not all of them support it, which makes it challenging for developers to implement.

    • Baku@aussie.zone
      link
      fedilink
      English
      arrow-up
      2
      ·
      1 month ago

      Very few applications are able to access the native camera.

      I’m not sure this is entirely correct. I’ve used many apps which will open up the camera and allow 1 photo to be taken which then displays with a check mark to import it into the application. The photo is then deleted (I’m pretty sure).

      • Ilandar@aussie.zoneOP
        link
        fedilink
        arrow-up
        1
        ·
        1 month ago

        I’ve used many apps which will open up the camera

        Are they actually accessing the camera module and using that to take the photo? Or are they taking a screenshot of the viewfinder? Historically, the latter has happened on basically every third party Android app.

        • Baku@aussie.zone
          link
          fedilink
          English
          arrow-up
          1
          ·
          1 month ago

          I’m fairly sure it’s the former and not the latter, but I may be wrong. It seems to be a different interface to the usual camera app and usually takes similar quality photos to the regular camera (before post processing anyway)