Hello there,
I am building powerapp solutions which take images for site inspections, I am using the AddMediaButton approach to achieve this. However I found that it is not possible to control the resulting resolution of the image. Sometimes it returns 1200~ pixel wide images, sometimes less at ~750.
We would like to maximise the resolution of these images, ideally 2000-3000 pixels wide. Technically, there should be no reason why the app cannot handle these if our app is implemented correctly, with the right memory management approach. We appreciate Microsoft has defaulted to lock images to a low resolution as a guiderail for non-developers, but it would be appreciated if there was a way to disable this for experienced devs.
Alternatively, We will explore using the custom components to create a camera function that will take full res images in powerapps. However we want to avoid this if possible.
Any ideas from the community?