How to make video captured by front camera not being inverse Android?
问题 I recording video using MediaRecorder.When using back-camera,it working fine,but when using front camera,the video captured is being flipped/inverse.Means that the item in right,will appear on the left.The camera preview is working fine,just final captured video flipped. Here is the camera preview looks like But the final video appear like this (all the item in left hand side,appear on right hand side) What I tried so far: I tried to apply the matrix when prepare recorder,but it seems does