Topics
All
Mac OS X
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Guides
Examples
New in version:
8.2
8.3
8.4
8.5
9.0
9.1
9.2
9.3
9.4
9.5
Statistic
Vision.DetectBarcode
Detects barcodes in images.
Component | Version | macOS | Windows | Server | FileMaker Cloud | FileMaker iOS SDK |
Vision | 9.4 | Yes | No | Yes, macOS only | No | Yes |
MBS( "Vision.DetectBarcode"; Image ) More
Parameters
Parameter | Description | Example value |
---|---|---|
Image | The image to analyze. Can be container value with JPEG, PNG or other image formats supported by Vision framework. |
$image |
Result
Returns JSON or error.
Description
Detects barcodes in images.Returns JSON array with all recognized barcodes.
If you need cross platform barcode detection, please use Barcode.Detect function.
Examples
Detect barcode:
Set Field [ Vision::Result ; MBS( "Vision.DetectBarcode"; Vision::Image) ]
See also
Example Databases
Blog Entries
Release notes
- Version 9.5
- Fixed Vision.DetectBarcode to return proper JSON.
Created 18th August 2019, last changed 19th August 2019
Vision.ClassifyImage - Vision.KnownClassifications
Feedback: Report problem or ask question.

Links
MBS FileMaker Plugins