My app takes a video capture from the front camera and saves it to SD. Although the preview is just fine (after being rotated 90 degrees), the end result is tilt sideways.
Is there a way to save it properly?
My app takes a video capture from the front camera and saves it to SD. Although the preview is just fine (after being rotated 90 degrees), the end result is tilt sideways.
Is there a way to save it properly?
What is being user for the recording? In case is it MediaRecorder take a look at the method setOrientationHint()
and set it accordingly.