googlearchive / android-Camera2Video

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

Why the videos i record always are horizontal #97

Closed i2863CookieZJ closed 5 years ago

i2863CookieZJ commented 5 years ago

All the videos I record on the vertical screen are horizontal. why?

i2863CookieZJ commented 5 years ago

mVideoSize = CameraUtil.chooseVideoSize(map.getOutputSizes(MediaRecorder.class)); mMediaRecorder.setVideoSize(mVideoSize.getWidth(), mVideoSize.getHeight()); mVideoSize.getWidth() > mVideoSize.getHeight() even when my screen are vertical ;