missfei
missfei
  • 发布:2025-03-31 23:45
  • 更新:2025-03-31 23:45
  • 阅读:57

安卓不能使用前置摄像头

分类:uni-app

plus.camera.getCamera(); 设置了参数为2 ,还是不能使用前置摄像头

var cmr = plus.camera.getCamera(2);
var res = cmr.supportedImageResolutions[0];
var fmt = cmr.supportedImageFormats[0];
console.log("Resolution: "+res+", Format: "+fmt);
cmr.captureImage( function( path ){
console.log(res);

                    },  
                    function( error ) {  
                        alert( "Capture image failed: " + error.message );  
                    },  
                );
2025-03-31 23:45 负责人:无 分享
已邀请:

要回复问题请先登录注册