-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature]-[508]:Camera widget bugs #14069
Comments
@osloma thank you for the information. We'll debug this and let you know what is going wrong |
@vivekverma2312 can you ask someone to test on an android phone? It is broken in iphone for sure. |
Stats
|
Found a set of issues
Android devices -
Enhancements
Slack discussion thread - https://theappsmith.slack.com/archives/C02JV8G1MP0/p1653567793725609 |
@techbhavin please start triaging all the blockers mentioned first and leave a comment on if all these blockers can be fixed or not. If you need any help with devices, do reach out to me or @vivekverma2312 Here's the sample app - https://app.appsmith.com/app/untitled-application-5/page1-628f70677901344ba8d2e7cb |
@dilippitchika updated noted of blocker issue Apple Devices:
Android Device :
|
Regarding
Low resolution of the image leading to hazy images for app developers -- Please talk to ashit once, he can show this to you |
Scope:
|
here is the library issue tooltip working fine with a click but there is an issue while touching. |
@techbhavin Couple of observations here while Testing camera widget on Android Device:
|
@techbhavin what is the suggestion regarding tooltip and fullscreen library? I thought there was a discussion around it. |
|
I'll answer 2 first, if we can detect which is front camera and which is back then yes we can add this icon. The problem I currently think is we don't have a way to do that, please correct me if I am wrong @techbhavin. You may think it may not matter but the problem is if you have 3 cameras on your laptop. Maybe we can still use an icon here but it should be a different camera icon which changes the camera. This way we can get rid of tooltip completely. Regarding fullscreen, can we just remove that functionality for now? |
Agree with your point @dilippitchika, Yes, we can remove fullscreen but can we do a similar like webcamera to show list of available camera and Currently, we have a tooltip on capture and a fullscreen icon so can we remove this tooltip? |
Are you referring to how it shows the settings? If so, then we can proceed from a product standpoint, but i thought there is a tech limitation.
Yes we can remove this for now |
@vivekverma2312 @chandannkumar let's discuss this issue once on a call, i believe this needs a small discussion to align and decide if we need more issues created from this issue. |
@techbhavin On ios it's almost impossible to use camera widget
ios:15.5 RPReplay_Final1656396008.MP4 |
@techbhavin A Observation related to picture quality
|
Moving this issue to in progress due to blockers and callouts. There is also a merge conflict in this PR |
As per our discussion,
|
|
@techbhavin we can add another icon if needed, which turns on/off camera and one which changes cameras. |
|
Observation: @techbhavin Not sure about the video recording stops automatically on switching camera is a bug or an expected behavior |
|
@techbhavin On ios when my mic is disabled and I record a video the sound is getting recorded. |
For now, we are removing the video/audio mute buttons for ios devices because of an issue with the Safari browser. whenever we get the solution for that at that time we fix that. |
Is there an existing issue for this?
Summary
We can see that when Appsmith is run on an Android, pictures are not having all the quality than the camera on the phone can capture. Also, using iPhone, pictures taken are only a completely black image where nothing can be seen
Why should this be worked on?
The use case for this is to capture pictures of documentation (like bills, receipts, etc.) that should be in a resolution that can be read easily.
In our case, we are storing the pictures in Cloudinary but pictures have reduced size (around 350x350 pixels) that make them very hard to read their content (letters cannot be read easily). We have tried to change the resolution of the camera on the phones with no result
So far we are finding:
The goal will be to be able to select the resolution required on the picture before it's taken. It could be done either from the widget (more preferred way) or from the running camera on the application.
Thank you so much!
The text was updated successfully, but these errors were encountered: