MATLABでRealSense D455 RGBを用いてビデオをストリーミングする方法は?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
MATLABでビデオをストリーミングするために以下のコードを実行したら
% RealSenseカメラデバイスの情報を取得
info = imaqhwinfo('realsense');
% RealSenseカメラを選択してビデオオブジェクトを作成
vid = videoinput('realsense', 1);
% プレビューウィンドウを表示
preview(vid);
% ビデオキャプチャを開始
start(vid);
このエラーが出たため、Image Acquisition Toolbox Support Package for OS Generic Video Interfaceをインストールしたのですが改善されません。アダプタ名が違うのでしょうか?どうすればビデオをストリーミングできますか?
次を使用中のエラー: imaqhwinfo
Invalid adaptor or third-party custom adaptor specified. Type 'imaqhwinfo' for a list of installed adaptors. Open
Add-On Explorer to install additional adaptors or contact the author for third-party custom adaptor.
エラー: realsense1 (行 2)
info = imaqhwinfo('realsense');
2 Commenti
Risposte (0)
Vedere anche
Categorie
Scopri di più su Image Acquisition Support Packages for Hardware Adaptors (Generic Video Interface) in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!