CamX 限制Camera App能同时打开Camera的数量

在CamX中,如何限制Camera App能同时打开Camera的数量?

方案

修改:camx\src\core\hal\camxhal3defs.h

/// The maximum number of concurrent devices supported by the HAL
static const UINT32 MaxConcurrentDevices = 16;

MaxConcurrentDevices改成对应想限制的数字即可。

Camera课程

Python教程

Java教程

Web教程

数据库教程

图形图像教程

办公软件教程

Linux教程

计算机教程

大数据教程

开发工具教程