Taking photos #14115
Unanswered
williambuchanan2
asked this question in
Q&A
Taking photos
#14115
Replies: 1 comment
-
This library DOES work, even though it never made it to final release: https://github.com/jamesmontemagno/MediaPlugin I would advocate using the standard library that is in .Net MAUI for managing the camera, however this library allows you to compress the image into a more useable size. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I'm trying to do something which I thought would be very simple - take a photo. Cameras have been in phones for over a decade - but using Maui it seems that it is almost impossible to reliably take a photo, and it sounds like there is no clear path forward to fix the problem (please correct me if I have that wrong).
Issues I have at the moment:
What do I need to do to take a photo?
There must be some kind of recognition of how big a problem this is. Googling turns up a stream of people asking the same question since even the Xamarin days. There is some advice about using Exif - whatever that is - but no real instructions on how we are supposed to do this in a way that fixes the problem on all platforms.
A bit of a rant, and feel free to tell me that none of the above is a real problem, but it's getting really frustrating trying to work around all these problems.
Steps to Reproduce
Well documented already
Link to public reproduction project repository
?
Version with bug
7.0 (current)
Last version that worked well
Unknown/Other
Affected platforms
iOS, Android, Windows
Affected platform versions
All
Did you find any workaround?
No
Relevant log output
No response
Beta Was this translation helpful? Give feedback.
All reactions