Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Starts QRCode detection.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
AVRecorder | 8.4 | ✅ Yes | ❌ No | ❌ No | ❌ No | ✅ Yes |
Parameter | Description | Example | Flags |
---|---|---|---|
AVSession | The ID for the AVRecorder session as returned by AVRecorder.Init. | $AVSession | |
Filename | The database file name where the script is located. | "test.fmp12" | Optional |
ScriptName | The script to trigger if a barcode was detected. | "MyScript" | Optional |
Returns OK or error.
Start QRCode recognition:
Set Variable [ $r ; Value: MBS("AVRecorder.StartQRCodeDetection"; AVRecorder::Session; Get(FileName); "GotBarcode") ]
This function checks for a license.
Created 29th August 2018, last changed 30th August 2018