Contenido principal

Adquisición de imágenes de webcam

Adquiera imágenes de webcams

Puede crear un objeto webcam y, después, usar la función snapshot para adquirir imágenes de la webcam. Puede adquirir una sola imagen o configurar un bucle para adquirir varias imágenes. Utilice la función preview para probar la transmisión de la cámara.

Puede establecer propiedades específicas para el dispositivo, como la resolución y el brillo, si la cámara permite el acceso programático. Estas propiedades varían en función del dispositivo. Para ver las propiedades de la cámara, observe la salida cuando cree el objeto webcam. Para obtener información acerca de cómo establecer propiedades, consulte Set Properties for Webcam Acquisition.

Funciones

webcamlistList of webcams connected to your system
webcamConnection to a webcam
previewPreview live video data from webcam
snapshotAcquire single image frame from a webcam
closePreviewClose webcam preview window
propertyInfo Retrieve metadata for webcam properties (Desde R2024a)

Tareas de Live Editor

Acquire Webcam ImageAcquire snapshot from webcam in the Live Editor

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.

  • Acquire Images from Webcams

    To acquire images from a webcam, you first create a webcam object using the webcam function. This example describes the typical workflow for acquiring images from webcams and bringing them into MATLAB.

  • Using Acquire Webcam Image Live Editor Task from Hardware Manager

    You can use MATLAB Hardware Manager to detect your webcam and run the Acquire Webcam Image Live Editor task to interactively connect to your webcam, set its properties based on the live video, and capture images.

  • Acquire Webcam Images in a Loop

    The snapshot function acquires a single image from a webcam. If you want to acquire images in a loop, you can do that with some extra programming.

  • Acquiring a Single Image in a Loop

    This example shows how to use the snapshot function to acquire live images from USB webcams.

  • Logging Video to Disk

    This example shows how to use the snapshot function to acquire live images and log the video to disk.

  • Set Properties for Webcam Acquisition

    You can set object-specific properties for the webcam object to use with any webcam. You can also set device-specific properties for a specific webcam, if supported by your device.

Ejemplos destacados