Cordova插件相机预览在Ionic中调用低质量图像

时间:2016-10-14 11:05:20

标签: angularjs ionic-framework

使用cordova plugin camerapreview.startcamera时,我获得了低质量的图像。以下是我的代码。

 cordova.plugins.camerapreview.startCamera({
    x: 0, 
    y: 0,
    width: screen.width,
    height: screen.height
 }, "back", true, false, false);

 cordova.plugins.camerapreview.takePicture({
     maxWidth:640, 
     maxHeight:640
 }); 

0 个答案:

没有答案