Device Connection
Install hardware support, connect to webcams
Use the webcamlist function to return the list of available
               UVC-compliant webcams connected to your system. The function returns a cell array of
               camera names. You can then use the name of the camera in the output to create the
               webcam object for acquiring images.
Functions
| webcamlist | List of webcams connected to your system | 
Topics
- 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™.