googlearchive / android-Camera2Video

Migrated:
https://github.com/android/camera
Apache License 2.0
1.21k stars 568 forks source link

Is there an alternate for setting video orientation of the output file? #83

Closed shamravu closed 5 years ago

shamravu commented 6 years ago

This is not an issue but a query.

public void setOrientationHint (int degrees) is the method used by the MediaRecorder API to set the orientation hint for output video playback and this should be called before preparing MediaRecorder object. I want to know if I can set Orientation of the video other than using MediaRecorder.setOrientationHint.

Thanks Ravi

codingjeremy commented 5 years ago

This sample has been migrated to a new location (check README for more information).

As recommended by GitHub, we are closing all issues and pull requests now that this older repo will be archived.

If you still see this issue in the updated repo, please reopen the issue/PR there. Thank you!