ShowImageCaptureScreen

Description

This function has been deprecated, use SetDeviceCameraToImage instead.

Presents the user with an option to take a photo with the device camera, if available. If the device does not have a camera, or otherwise cannot be used, this will return 0 and your app will continue as normal. This does not immediately capture the image, depending on the platform your app may continue running in the background whilst the user is taking a photo, or it may pause execution whilst the photo is taken. In any case you must assume your app continues running but is no longer visible, use IsCapturingImage to check when the user returns from the image capture process, and GetCapturedImage to discover the result of the process. This does not currently work on Mac.

Definition

integer ShowImageCaptureScreen()