donaldp24 / CanvasCameraPlugin

Phonegap CanvasCameraPlugin
107 stars 119 forks source link

Is there a way to increase the quality from 352 X 288 to higher? #28

Open MrBokeh opened 8 years ago

MrBokeh commented 8 years ago

Is there a way to increase the quality from 352 X 288 to higher? The quality of 352 X 288 is too low.

KamranAliKhan01 commented 8 years ago

You can, I changed it from CanvasCamera.m, Just Open that file, Ctrl + F and search AVCaptureSessionPresetPhoto and replace it with AVCaptureSessionPreset1280x720 or any other resolution allowed by device.