3

I have captured a video in portrait mode from my application. When I uploaded the same and checked on server, the video was converted to Landscape automatically.

I am using folowing code to start capturing the video

picker.sourceType = UIImagePickerControllerSourceTypeCamera;

picker.videoMaximumDuration = 3.0;

picker.cameraCaptureMode = UIImagePickerControllerCameraCaptureModeVideo;  

[self presentModalViewController:picker animated:YES];

Please advice, I was having same issue while taking image from camera, for which I got help from this post but for video I am not getting any proper idea.

Community
  • 1
  • 1
V.V
  • 3,082
  • 7
  • 49
  • 83

0 Answers0