phonegap自定义相机

时间:2013-03-06 05:34:35

标签: eclipse cordova android-camera

phonegap使用getPicture函数

中设备的默认摄像头布局
navigator.camera.getPicture(onSuccess, onFail, { quality: 50, destinationType: Camera.DestinationType.FILE_URI ,targetWidth: 500}); 

有没有办法自定义这个,我需要将图像捕捉为正方形并隐藏多余的高度,因为我会在拍照后将其裁剪掉。

由于

0 个答案:

没有答案