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!