Jyrone Parker
Jyrone Parker
The camera will start if I manually create a MLKitView but no callback received ## Steps to recreate ``` mounted() { LocalNotifications.requestPermission().then(() => { this.sendNotification('Starting scan', 'Scan your cards') this.initMLKit()...
I'm working on adding Custom Model functionality for object and image label detection. Please DO NOT MERGE yet.
When I run the code I am getting this error Uncaught ReferenceError: MLKObjectDetectorOptions is not defined ## Steps to recreate Load MLKitView in app.js ``` import MLKit from '@nativescript/mlkit-core/vue' Vue.use(MLKit)...