NativeScript/mlkit

iOS only - image rotation on latestImage

kriefsacha opened this issue · 2 comments

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

@triniwiz there is a chance you take a look at this ?

Should be fixed in e6c694c