mergAVCamImageSaved

Typemessage
DictionaryLCS
LibraryLiveCode Script
Syntax
mergAVCamImageSaved <pFilePath>
Associationsmergav
Summary

Sent to the control that called mergAVCaptureImage

Introduced8.0
OSios, mac
Platformsdesktop, mobile
Parameters
NameTypeDescription
pFilePath

the file path the image was saved to as JPEG.

Example
on mouseUp
  mergAVCamCaptureImage false,0.8,the documents folder&"/photo.jpg",(100,100)
end mouseUp

on mergAVCamImageCaptured pImage
  put pImage into image "thumbnail"
end mergAVCamImageCaptured

on mergAVCamImageSaved pFilePath
  set the filename of image "full size" to pFilePath
end mergAVCamImageSaved
Description

Sent to the control that called mergAVCaptureImage

Tagsexternals