使用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
});