0

I am using UIIMagePickerController to take image using camera on iOS, I want to know how is it possible to capture the picture same as shown in the viewfinder which is full screen in this case. What will be the resolution ? Can it be high enough ?

Please help.

vishal dharankar
  • 7,146
  • 5
  • 46
  • 85

1 Answers1

0

when you use UIImagePickerController controller you can get only the default resolution images as per your device camera resolution. If you want to customize your camera screen you can use AVCamCaptureManager. Please refer this link for more info : Camera with Custom View

Community
  • 1
  • 1
Natarajan
  • 3,027
  • 3
  • 15
  • 34