firemonkey xe5使用指定的名称保存捕获的图像

时间:2014-02-06 00:28:23

标签: android android-camera firemonkey delphi-xe5

firemonkey xe5中有一些示例如何捕获图像并将其显示为bitmap,是否可以在捕获后立即使用源代码更改图像名称?

我试过使用这段代码:

Image.SaveToFile(GetHomePath + PathDelim + 'myimage.jpg')

关于此程序:

procedure TForm2.TakePhotoFromCameraAction1DidFinishTaking(Image: TBitmap);
begin

end;

但没有发生任何事情。

0 个答案:

没有答案