1

I want to record video with the front camera using SurfaceView and MediaRecorder but the video is flipped horizontally.

How do I record original video in the same orientation as when previewed on SurfaceView

Jack
  • 3,444
  • 5
  • 34
  • 50
Amar
  • 11
  • 2
  • Unfortunately, you cannot achieve this with MediaRecorder. You can swap the pixels and use MediaCodec to achieve this, see https://stackoverflow.com/a/47249032/192373 – Alex Cohn Dec 26 '17 at 12:32

0 Answers0