Hi,
it is possibile to flip the video?
best
Cristian
Hi
you can try add this to the Camera’s InitScript to Mirror the image:
this._media.getMediaObject().style.transform = “scaleX(-1)”;
HTH, regards
Hi Paul,
FacingMode work well for select camera.
If possibile I would like to mirror the image, I have try with this css,
video {
-webkit-transform: scaleX(-1);
transform: scaleX(-1);
}
but dont work. do you have any suggestions?
Hi
If you meant meant to flip the camera, you can do that by setting the FacingMode to Environment
Regards
Please login first to submit.