Hi all,
as a follow up on this thread, I'd like to understand which is the preferred way to take a photo nowadays.
Would you still use the Camera Intent or switch to CameraEx (or Camera2 depending on Android version)?
I used the former in an old project of mine and I'm aware that I've to update it in order to use FileProvider, but, eventually, interacting directly with the camera is nowadays the preferred method?
BTW, I will have to search on how to take photos on iOS too (but let's have a functioning Android app first).
To better focus on my specific goal: I expect pictures taken out of paper documents being A5, A4 or even larger in size. That means good resolution but non so many colors (I hope..ehehe).
Once a "good" photo is taken, I'll use techniques from the linked thread to keep the file size to a minimum and upload it to a remote server.
udg
as a follow up on this thread, I'd like to understand which is the preferred way to take a photo nowadays.
Would you still use the Camera Intent or switch to CameraEx (or Camera2 depending on Android version)?
I used the former in an old project of mine and I'm aware that I've to update it in order to use FileProvider, but, eventually, interacting directly with the camera is nowadays the preferred method?
BTW, I will have to search on how to take photos on iOS too (but let's have a functioning Android app first).
To better focus on my specific goal: I expect pictures taken out of paper documents being A5, A4 or even larger in size. That means good resolution but non so many colors (I hope..ehehe).
Once a "good" photo is taken, I'll use techniques from the linked thread to keep the file size to a minimum and upload it to a remote server.
udg