Skip to content Skip to sidebar Skip to footer

Accessing Photo File

I use the standard TTakePhotoFromCameraAction in my application in order to take a photo. What I would like to do, is when the user closes the application and then open it again, t

Solution 1:

The TTakePhotoFromCameraAction.OnDidFinishTaking event gives you a Bitmap of the taken photo. It is then your responsibility to save it where and how you need it. TTakePhotoFromCameraAction does not save it for you.

Solution 2:

There is a sample showing you how to do it coming with delphi samples:

C:\Users\Public\Documents\RAD Studio\12.0\Samples\FireMonkeyMobile\PhotoEditorDemo

Post a Comment for "Accessing Photo File"