Geräteverbindung
Mithilfe der Funktion webcamlist
können Sie die Liste verfügbarer UVC-kompatibler Webcams ausgeben, die mit Ihrem System verbunden sind. Die Funktion gibt ein Zellen-Array mit Kameranamen aus. Sie können den Namen der Kamera in der Ausgabe verwenden, um das Webcam-Objekt zum Erfassen von Bildern zu erstellen.
Funktionen
webcamlist | List of webcams connected to your system |
Themen
- 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™.