デバイスの接続
ハードウェア サポートのインストール、Web カメラへの接続
関数 webcamlist を使用して、システムに接続された使用可能な UVC 互換の Web カメラのリストを返します。この関数はカメラ名の cell 配列を返します。その後、出力のカメラの名前を使用して、イメージを取得するための webcam オブジェクトを作成できます。
関数
| 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™.