Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
ImageCapture.Initialize
Initializes Image Capture engine.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
ImageCapture | 6.4 | ✅ Yes | ❌ No | ❌ No | ❌ No | ❌ No |
MBS( "ImageCapture.Initialize" )
Parameters
none
Result
Returns OK or error.
Description
Initializes Image Capture engine.The plugin will now browse for devices and wait till at least till all local devices have been found.
Network devices may be discovered a second later. So call this in your start script or first time user goes to scanning. Device count may change over time as devices are discovered or go away.
Examples
Initialize:
Set Variable [$r; Value:MBS("ImageCapture.Initialize")]
If [MBS("IsError")]
Show Custom Dialog ["Initialize"; $r]
Exit Script []
End If
See also
Release notes
- Version 13.5
- Improved IKDeviceBrowserPanel.Show and IKScannerDevicePanel.Show functions to internally call ImageCapture.Initialize if needed.
Example Databases
- Mac only/ImageCapture/Camera Import
- Mac only/ImageCapture/ImageCapture Dialogs
- Mac only/ImageCapture/ImageCapture
Blog Entries
FileMaker Magazin
This function checks for a license.
Created 11st September 2016, last changed 7th November 2016