设备连接
安装硬件支持,连接网络摄像头
使用 webcamlist 函数返回连接到您系统的符合 UVC 标准的可用网络摄像头列表。该函数返回摄像头名称的元胞数组。然后,您可以在输出中使用摄像头名称来创建用于采集图像的网络摄像头对象。
函数
| webcamlist | List of webcams connected to your system | 
主题
- Webcam Acquisition OverviewYou can use MATLAB® webcam support to bring live images from any USB Video Class (UVC) compliant webcam into MATLAB. Supported platforms are listed here. 
- Install the MATLAB Support Package for USB WebcamsWebcam support is available through MATLAB Add-Ons. 
- Connect to WebcamsUse the webcamlistfunction to return the list of available UVC-compliant webcams connected to your system.
- Webcam Support in MATLAB OnlineYou can connect to your webcam and stream images in MATLAB Online™.