Conexión de dispositivos
Instale soporte del hardware, conéctelo a webcams
Use la función webcamlist
para devolver la lista de webcams compatibles con UVC disponibles conectadas al sistema. La función devuelve un arreglo de celdas de nombres de cámara. Luego, puede usar el nombre de la cámara en la salida para crear el objeto webcam para adquirir imágenes.
Funciones
webcamlist | List of webcams connected to your system |
Temas
- Webcam Acquisition Overview
You 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 Webcams
Webcam support is available through MATLAB Add-Ons.
- Connect to Webcams
Use the
webcamlist
function to return the list of available UVC-compliant webcams connected to your system. - Webcam Support in MATLAB Online
You can connect to your webcam and stream images in MATLAB Online™.