[SOLVED] Flip Camera extension

Answered
1
0

Hi,

it is possibile to flip the video?

best

Cristian

  • You must to post comments
Best Answer
0
0

Hi

you can try add this to the Camera’s InitScript to Mirror the image:

this._media.getMediaObject().style.transform = “scaleX(-1)”;

 

HTH, regards

  • You must to post comments
0
0

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?

 

  • You must to post comments
0
0

Hi

If you meant meant to flip the camera, you can do that by setting the FacingMode to Environment

Regards

  • You must to post comments
Showing 3 results
Your Answer

Please first to submit.