Clear Filters
Clear Filters

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

7 views (last 30 days)
輝
on 5 Feb 2024
Commented: on 13 Feb 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 Comments
Tohru Kikawada
Tohru Kikawada on 7 Feb 2024
imaqhwinfo単体で実行したときにRealSenseのデバイスが表示されますでしょうか。
輝
on 13 Feb 2024
ご回答ありがとうございます。返信が遅れてしまい申し訳ありません。
デバイスは表示されていないと思います。

Sign in to comment.

Answers (0)

Products


Release

R2023b

Community Treasure Hunt

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

Start Hunting!