googlearchive/android-Camera2Video

Why the videos i record always are horizontal

Closed this issue · 1 comments

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

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