Live 1D Barcode Detection

Hello,

Can 1D barcodes be detected live with mbs plugin? Or just QR codes?

thanks
Musti

It’s not limited to QR Code.

The Apple classes can do many other types.
And cross platform we can query live picture from camera and run that through barcode detector.

is there a tutorial on this topic?

with vision works quite well (live detection Code128). Is there the same for Filemaker?

Yes, please check Vision functions in MBS FileMaker Plugin: Vision.DetectBarcode

Basically this function does the same as our VNDetectBarcodesRequestMBS and VNBarcodeObservationMBS classes in Xojo.