phonegap 在 getPicture 函数中使用设备默认的摄像头布局
navigator.camera.getPicture(onSuccess, onFail, { quality: 50, destinationType: Camera.DestinationType.FILE_URI ,targetWidth: 500});
有没有办法自定义这个,我需要图像捕捉是一个正方形并隐藏多余的高度,因为我会在拍照后裁剪掉它。
谢谢
phonegap 在 getPicture 函数中使用设备默认的摄像头布局
navigator.camera.getPicture(onSuccess, onFail, { quality: 50, destinationType: Camera.DestinationType.FILE_URI ,targetWidth: 500});
有没有办法自定义这个,我需要图像捕捉是一个正方形并隐藏多余的高度,因为我会在拍照后裁剪掉它。
谢谢