このページの内容は最新ではありません。最新版の英語を参照するには、ここをクリックします。
デバイスの接続
ハードウェア サポートのインストール、Web カメラへの接続
関数 webcamlist
を使用して、システムに接続された使用可能な UVC 互換の Web カメラのリストを返します。この関数はカメラ名の cell 配列を返します。その後、出力のカメラの名前を使用して、イメージを取得するための webcam オブジェクトを作成できます。
関数
webcamlist | List of webcams connected to your system |
トピック
- 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™.