Take a picture
Launch the device’s camera app, allowing the user to take a picture (or shoot a video) and return the image (or video) to your Marmalade app. You can provide hints on the desired image size and format. Click here for the full API documentation.
Save and load images to and from the device gallery
Load an image from the device gallery (image store), process it within your app and save it back to the gallery with Marmalade. Click here for the full API documentation.
Stream the camera image to the screen
Send the camera image to the screen in real time and draw over it using the standard Marmalade graphics APIs. Together with Marmalade’s rich APIs for location and sensors, this opens up a whole swathe of augmented-reality experiences. Click here for the full API documentation.