MATLABでRealSense D455 RGBを用いてビデオをストリーミングする方法は?
1 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Image Acquisition Support Packages for Hardware Adaptors (Generic Video Interface) 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!