Taking pictures and sorting them in the app

Hello,

Is there a way to be able to create an app with XOJO to take pictures in the app, sort them and then send them via an API to another device ?

Idea is to select the location you want to save them in the app, select the rules for example, then take all the pictures you need and once done just sent them to the api.

So far I did not se any options to interact with the camera in the IDE, any ideas ?

Thanks.

iOSPicturePicker should do what you need: https://documentation.xojo.com/api/deprecated/iospicturepicker.html.

If you want more manual control there is Extensions.Canera, UIImagePickerController, and all of the associated AVFoundation classes available in iOSKit. You’ll need to add the camera usage description reason if using iOSKit.