标签: eclipse cordova android-camera
phonegap使用getPicture函数
navigator.camera.getPicture(onSuccess, onFail, { quality: 50, destinationType: Camera.DestinationType.FILE_URI ,targetWidth: 500});
有没有办法自定义这个,我需要将图像捕捉为正方形并隐藏多余的高度,因为我会在拍照后将其裁剪掉。
由于