Newer example: [B4X] [B4XPages] Intent based camera
This example uses an intent to take a picture with the default camera app.
It is based on this tutorial: https://developer.android.com/training/camera/photobasics.html
It is simple to use and doesn't require any permission (*).
It does rely on the default camera app to work properly and save the image file in the path passed in the intent.
As a fallback, if the image was not saved it tries to get the thumbnail from the intent returned.
Don't miss the manifest editor code that is required for sharing file uris.
This example uses an intent to take a picture with the default camera app.
It is based on this tutorial: https://developer.android.com/training/camera/photobasics.html
It is simple to use and doesn't require any permission (*).
It does rely on the default camera app to work properly and save the image file in the path passed in the intent.
As a fallback, if the image was not saved it tries to get the thumbnail from the intent returned.
Don't miss the manifest editor code that is required for sharing file uris.
Attachments
Last edited: