Effacer les filtres
Effacer les filtres

MATLABでRealSense D455 RGBを用いてビデオをストリーミングする方法は?

7 vues (au cours des 30 derniers jours)
輝
le 5 Fév 2024
Commenté : le 13 Fév 2024
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 commentaires
Tohru Kikawada
Tohru Kikawada le 7 Fév 2024
imaqhwinfo単体で実行したときにRealSenseのデバイスが表示されますでしょうか。
輝
le 13 Fév 2024
ご回答ありがとうございます。返信が遅れてしまい申し訳ありません。
デバイスは表示されていないと思います。

Connectez-vous pour commenter.

Réponses (0)

Produits


Version

R2023b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!