Mayur Kanojiya
Mayur Kanojiya
@srinusomisetti try this one. python -m spacy download en_core_web_sm
I faced this issue in my WebRTC based project too. This behaviour is happening because of unstable behaviour in iOS devices. For example: iOS 12+ will autoplay correctly with "playsinline"...
@brspurri ``` this._videoElem.addEventListener('loadedmetadata', (event) => { setTimeout(() => { this._videoElem.play(); }, 500); }); ```
``` FaceProcessor processor = FaceProcessor.with(this) .listener(this::processFaces) .build(); ``` In the processFaces you will get rectangles of detected faces. Now you just have to implement ``` fotoapparat .takePicture() .saveToFile() ```
Adding **android:scaleX="-1"** and **android:scaleY="1"** resolves this issue ``` ```