Hi, On the last version of nativescript, of the plugin and of iOS the latest image of the MLKitView is in landscape orientation. I tried to turn it manually but i found only android code, which in android it works. Thats how i take the image ` let source = (this.faceDetectorRef.nativeElement as MLKitView).latestImage;` Thank you