How to set different device formats as provided by the Image Acquisition Toolbox
3 ビュー (過去 30 日間)
古いコメントを表示
Hello,
my camera is a PointGrey GS3-U3-23S6M and I want to record about 1000 Fps, to do so I have to reduce the resolution, which is no problem in the software provided by PointGrey. Lower the resolution -> higher Fps.
Now if I reduce the resolution (Region of Interest) in the Image Acuisition Toolbox, Matlab doesn't give me the option to increase the Fps. I want to either set the right parameters for the camera via the provided software an then load them in Matlab or kind of refresh the toolbox so if I reduce the resolution I get to increase the Fps.
I'm using Matlab R2017b with the newest Toolbox and the Hardware Support Package for the Camera is installed.
This is my first question here so if I forgot to provide any Information or did sth wrong please tell me.
Thanks in advance! Marius
0 件のコメント
回答 (1 件)
Walter Roberson
2017 年 11 月 23 日
3 件のコメント
Walter Roberson
2017 年 11 月 23 日
You need to set it at the time of the videoinput() call that selected the device; you will need to set it to one of the sizes supported by the hardware, which you should be able to investigate with imaqhwinfo()
参考
カテゴリ
Help Center および File Exchange で Point Grey Hardware についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!