Coder Social home page Coder Social logo

Previews are not visible about camera HOT 23 OPEN

Jennifer2005x avatar Jennifer2005x commented on August 22, 2024
Previews are not visible

from camera.

Comments (23)

MHShetty avatar MHShetty commented on August 22, 2024 1

Hi @Jennifer2005x,

Thanks a lot for reporting this issue and sorry for the inconvenience you're facing.

Did this issue exist on your device in v72?

from camera.

MHShetty avatar MHShetty commented on August 22, 2024 1

Could you please try out the debug apk in the below link for this issue?

https://drive.proton.me/urls/ZE8YSCMNSG#bJjXGQs8RUzU

from camera.

MHShetty avatar MHShetty commented on August 22, 2024 1

It works, but it looks blurry

Yes that's the expected behavior, we just downscaled the image to a great extent to confirm that the issue lies there. I'll share an apk file for testing, once we have a fix ready for the same. Thanks a lot for your time and help!

from camera.

matchboxbananasynergy avatar matchboxbananasynergy commented on August 22, 2024

Which version of the camera app are you using?

from camera.

Jennifer2005x avatar Jennifer2005x commented on August 22, 2024

Which version of the camera app are you using?

The last one, the 73

from camera.

Jennifer2005x avatar Jennifer2005x commented on August 22, 2024

Hi @Jennifer2005x,

Thanks a lot for reporting this issue and sorry for the inconvenience you're facing.

Did this issue exist on your device in v72?

Since I downloaded the app (approximately a few months) I have had that problem, until now I found out that they have github

from camera.

MHShetty avatar MHShetty commented on August 22, 2024

Since I downloaded the app (approximately a few months) I have had that problem, until now I found out that they have github

Ah that seems unusual. Could you please share the logcat while trying to access the in-app gallery? If any internal/app level component logs this issue, we could dive in deeper to see what went wrong

Also, by any little chance, does the image show up when the device is rotated in horizontal orientation?

from camera.

Jennifer2005x avatar Jennifer2005x commented on August 22, 2024

Since I downloaded the app (approximately a few months) I have had that problem, until now I found out that they have github

Ah that seems unusual. Could you please share the logcat while trying to access the in-app gallery? If any internal/app level component logs this issue, we could dive in deeper to see what went wrong

Also, by any little chance, does the image show up when the device is rotated in horizontal orientation?

2024-08-03-22-38-10.txt

And no, the image does not appear when changing the orientation

from camera.

MHShetty avatar MHShetty commented on August 22, 2024

Hi @Jennifer2005x,

I don't think there's anything relevant in the logs unfortunately. Not being able to reproduce this behavior makes it harder to know what could have gone wrong there, I think we'll need to share a debug build with some more log messages to debug this further. I'll share a debug apk here soon.

Also, are you able to see the details of the photo while clicking on the info icon in the top navigation bar? We could know if it's a rendering problem an issue with loading the saved image uris that way to further narrow down to the exact issue

from camera.

Jennifer2005x avatar Jennifer2005x commented on August 22, 2024

Hi @Jennifer2005x,

I don't think there's anything relevant in the logs unfortunately. Not being able to reproduce this behavior makes it harder to know what could have gone wrong there, I think we'll need to share a debug build with some more log messages to debug this further. I'll share a debug apk here soon.

Also, are you able to see the details of the photo while clicking on the info icon in the top navigation bar? We could know if it's a rendering problem an issue with loading the saved image uris that way to further narrow down to the exact issue

Screenshot_20240804-044045_Camera

from camera.

MHShetty avatar MHShetty commented on August 22, 2024

The issue seems to be with the rendering in that case. Could be related to the bitmap (image) being too large for the device to render due to memory constraints or other reasons

from camera.

Jennifer2005x avatar Jennifer2005x commented on August 22, 2024

Could you please try out the debug apk in the below link for this issue?

https://drive.proton.me/urls/ZE8YSCMNSG#bJjXGQs8RUzU

Still the same

Screenshot_20240804-135532_Camera d_1
Screenshot_20240804-135537_Camera d

from camera.

MHShetty avatar MHShetty commented on August 22, 2024

Hi @Jennifer2005x,

Sorry to keep you waiting. I have maximized our existing image downscaling logic to a high extent to confirm that this is a rendering/memory related issue in the debug apk uploaded in the link below:

https://drive.proton.me/urls/4V5PXPA2R8#OEzrJI1XgZz7

Could you please try this debug apk to check if you're able to view a low-quality image of a recently taken photo? We could look for better image down scaling algorithm or constant to see if that could resolve the issue

from camera.

Jennifer2005x avatar Jennifer2005x commented on August 22, 2024

Hi @Jennifer2005x,

Sorry to keep you waiting. I have maximized our existing image downscaling logic to a high extent to confirm that this is a rendering/memory related issue in the debug apk uploaded in the link below:

https://drive.proton.me/urls/4V5PXPA2R8#OEzrJI1XgZz7

Could you please try this debug apk to check if you're able to view a low-quality image of a recently taken photo? We could look for better image down scaling algorithm or constant to see if that could resolve the issue

It works, but it looks blurry

Screenshot_20240806-131842_Camera d_1
Screenshot_20240806-131853_Camera d

from camera.

MHShetty avatar MHShetty commented on August 22, 2024

Hi @Jennifer2005x,

Could you please share the device model you're using for the camera app?

from camera.

MHShetty avatar MHShetty commented on August 22, 2024

Also, could you please try this test apk on your device? https://drive.proton.me/urls/3YKPK5YC04#YJ4JHLjq2ydu

from camera.

Jennifer2005x avatar Jennifer2005x commented on August 22, 2024

Hi @Jennifer2005x,

Could you please share the device model you're using for the camera app?

It's a Samsung A022M

from camera.

Jennifer2005x avatar Jennifer2005x commented on August 22, 2024

Also, could you please try this test apk on your device? https://drive.proton.me/urls/3YKPK5YC04#YJ4JHLjq2ydu

Same

Screenshot_20240807-155949_Camera d_1
Screenshot_20240807-160003_Camera d

from camera.

MHShetty avatar MHShetty commented on August 22, 2024

Hi @Jennifer2005x,

Could you please test the following debug apk on your device to check if it the preview is visible in the latest changes?

https://drive.proton.me/urls/WAJBQ22PJC#cve6AwLBGj7z

from camera.

Jennifer2005x avatar Jennifer2005x commented on August 22, 2024

It works more or less
Screenshot_20240813-164926_Camera d
Screenshot_20240813-164942_Camera d

from camera.

MHShetty avatar MHShetty commented on August 22, 2024

Glad to know that it's working as expected.

Will make a PR to include this fix soon after a issue with the new implementation gets addressed and after some testing.

Thanks for confirming @Jennifer2005x!

from camera.

MHShetty avatar MHShetty commented on August 22, 2024

Hi @Jennifer2005x,

Could you please test the in-app gallery of the app present in the following apk?

https://drive.proton.me/urls/0HAM7AYBEW#VoqTarq9Ypho

from camera.

Jennifer2005x avatar Jennifer2005x commented on August 22, 2024

It looks good now
Screenshot_20240815-124718_Camera d
Screenshot_20240815-124730_Camera d

from camera.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.