react-webcam icon indicating copy to clipboard operation
react-webcam copied to clipboard

Mirrored Video

Open montygoldy opened this issue 9 months ago • 1 comments

I am trying to record a mirrored video. The camera feed shows mirrored video but the recorded one still the opposite.

 <Webcam
      muted={true}
      audio={true}
      ref={webcamRef}
      onUserMedia={handleUserMedia}
      videoConstraints={{ facingMode: 'user' }}
      mirrored={true}
  />

How to fix it.

montygoldy avatar Sep 19 '23 03:09 montygoldy