Last updated on
Apr 27, 2021
|
Also applies to ColdFusion
Setting the camera options
You can set the options to customize the camera settings using the setOptions() function as shown below:
<cfset options = {"quality" = "40", "encodingType" = "png","saveToPhotoAlbum":true}> |
Method summary
setOptions(options)
- returns – None
- params
- Options object