elcharlie
elcharlie

Reputation: 529

How to execute a TTakePhotoFromCameraAction in other procedure on Delphi XE7?

I want to execute a TTakePhotoFromCameraAction in other procedure, but I can't. I Tested with TakePhotoFromCameraAction1.Execute, TakePhotoFromCameraAction1.ExecuteTarget,..., but without success. Is it possible?

Upvotes: 0

Views: 732

Answers (1)

Zam
Zam

Reputation: 2940

You cannot execute because TakePhotoFromCameraAction1.Enabled = False.

Please check this sample http://docwiki.embarcadero.com/RADStudio/XE8/en/Taking_Pictures_Using_FireMonkey_Interfaces

First: make sure that you able to work with Camera.

Upvotes: 1

Related Questions