# AnV4L2Camera **Repository Path**: luolinhn/AnV4L2Camera ## Basic Information - **Project Name**: AnV4L2Camera - **Description**: Android V4L2 打开多个相机 - **Primary Language**: Android - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2023-03-10 - **Last Updated**: 2025-04-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # AnV4L2Camera Android 通过V4L2接口调用camera 因为需要能够打开设备 "/dev/video0" 可能在手机或其他成品机器上没有权限运行 需要在local.properties添加 ndk.dir=C\:\\Users\\Fiture\\AppData\\Local\\Android\\Sdk\\ndk\\21.1.6352462 工程介绍可以参考 https://www.jianshu.com/p/1fdf2ec2b206 https://www.jianshu.com/p/6933ab0f153d