Borrar filtros
Borrar filtros

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

7 visualizaciones (últimos 30 días)
輝
el 5 de Feb. de 2024
Comentada: el 13 de Feb. de 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 comentarios
Tohru Kikawada
Tohru Kikawada el 7 de Feb. de 2024
imaqhwinfo単体で実行したときにRealSenseのデバイスが表示されますでしょうか。
輝
el 13 de Feb. de 2024
ご回答ありがとうございます。返信が遅れてしまい申し訳ありません。
デバイスは表示されていないと思います。

Iniciar sesión para comentar.

Respuestas (0)

Productos


Versión

R2023b

Community Treasure Hunt

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

Start Hunting!