How to set different device formats as provided by the Image Acquisition Toolbox
3 views (last 30 days)
Show older comments
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 Comments
Answers (1)
Walter Roberson
on 23 Nov 2017
3 Comments
Walter Roberson
on 23 Nov 2017
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()
See Also
Categories
Find more on Point Grey Hardware in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!