iOS only - image rotation on latestImage
kriefsacha opened this issue · 2 comments
kriefsacha commented
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
kriefsacha commented
@triniwiz there is a chance you take a look at this ?