Android11MIUI13中相机不工作,抛出CameraException(error,Attempttoinvokevirtualmethod'intandroid.hardware'
创始人
2024-08-20 11:00:35
0

通过在AndroidManifest.xml文件中声明CAMERA权限并重新安装应用程序来解决此问题。以下是包含CAMERA权限声明和初始化相机的示例代码:

在AndroidManifest.xml文件中添加以下权限声明:

在您的Flutter代码中,使用以下代码初始化相机:

import 'package:camera/camera.dart';

void main() async { WidgetsFlutterBinding.ensureInitialized();

final cameras = await availableCameras(); final camera = cameras.first;

runApp( MaterialApp( theme: ThemeData.dark(), home: TakePictureScreen( // Pass the appropriate camera to the TakePictureScreen widget. camera: camera, ), ), ); }

class TakePictureScreen extends StatefulWidget { final CameraDescription camera;

const TakePictureScreen({ Key key, @required this.camera, }) : super(key: key);

@override TakePictureScreenState createState() => TakePictureScreenState(); }

class TakePictureScreenState extends State { CameraController _controller; Future _initializeControllerFuture;

@override void initState() { super.initState(); // To display the current output from the Camera, // create a CameraController. _controller = CameraController( // Get a specific camera from the list of available cameras. widget.camera, // Define the resolution to use. ResolutionPreset.high, );

// Next, initialize the controller. This returns a Future.
_initializeControllerFuture = _controller.initialize();

}

@override void dispose() { // Dispose of the controller when the widget is disposed. _controller.dispose(); super.dispose(); }

@override Widget build(BuildContext context) { return Scaffold( appBar: AppBar(title: Text('Take a picture')), // Wait until the controller is initialized before displaying the // camera preview. Use a FutureBuilder to display a loading spinner // until the controller has finished initializing. body: FutureBuilder( future: _initializeControllerFuture, builder: (context, snapshot) { if (snapshot.connectionState == ConnectionState.done) { // If the Future is complete, display the preview. return CameraPreview(_controller); } else { // Otherwise, display a loading indicator. return Center(child: CircularProgressIndicator()); } }, ), floatingActionButton: FloatingActionButton( child: Icon(Icons.camera_alt), // Provide an onPressed callback. onPressed: () async { // Take the Picture in a try / catch block. If anything goes wrong, //

相关内容

热门资讯

2026版技巧!哈糖大菠萝有没... 2026版技巧!哈糖大菠萝有没有挂,德普之星透视辅助插件,都是真的有挂(有挂辅助)1、游戏颠覆性的策...
2026版攻略!wpk控制牌是... 2026版攻略!wpk控制牌是真的吗,智星德州可以透视吗,切实真的有挂(有挂教学)暗藏猫腻,小编详细...
攻略辅助挂!wepoker养号... 攻略辅助挂!wepoker养号规律,德普之星透视免费,真是存在有挂(有挂存在)1、超多福利:超高返利...
有了最新消息!wpk模拟器多开... 有了最新消息!wpk模拟器多开,德普之星怎么设置埋牌,确实是真的有挂(的确有挂)1、德普之星怎么设置...
连日来!拱趴大菠萝万能挂,德普... 连日来!拱趴大菠萝万能挂,德普之星辅助软件,果然真的有挂(有挂分享)1、实时德普之星辅助软件透视辅助...
更值得关注的是!德州局透视脚本... 更值得关注的是!德州局透视脚本免费版下载手机版,如何下载德普之星辅助软件,原来是真的有挂(详细教程)...
昨日!wepoker分析,红龙... 昨日!wepoker分析,红龙poker辅助,真是确实有挂(有挂工具)红龙poker辅助脚本下载中分...
经调查!拱趴游戏破解器,德扑之... 您好,德扑之星辅助器app这款游戏可以开挂的,确实是有挂的,需要了解加去威信【136704302】很...
做出回应!aapoker安装包... 做出回应!aapoker安装包怎么使用,德普之星怎么设置埋牌,其实真的有挂(真实有挂);1、用户打开...
经调查!hh poker插件下... 经调查!hh poker插件下载,德扑之星的辅助工具介绍,其实是真的有挂(存在有挂)1、德扑之星的辅...