Why is there only 'Mono16' option as available pixel format for Oryx GIGE camera?

8 ビュー (過去 30 日間)
Akash Maity
Akash Maity 2021 年 10 月 7 日
I am using videoinput command to capture data from an Orxy Gige camera. I want to capture 8-bit images at high speed (300 fps). But the only available pixel format is 'Mono16'. Is there anything I am missing?
I have already installed Gige support package for Matlab.
  2 件のコメント
Soft Robot
Soft Robot 2022 年 3 月 24 日
I have the same problem. Did you solved?
Akash Maity
Akash Maity 2022 年 3 月 24 日
Yeah, I reached out to the FLIR technical support, they have an updated Matlab adaptor, not the generic Gige Vision add on. Installing their adaptor solved the problem.

サインインしてコメントする。

回答 (1 件)

Michele Arcangelo Mandolino
Michele Arcangelo Mandolino 2022 年 3 月 28 日
Hi,
you are probably using the 'gige' adaptor.
To solve this problem, go to the FLIR Spinnaker support page FLIR Spinnaker support by Image Acquisition Toolbox - File Exchange - MATLAB Central (mathworks.com) and download the .zip file.
Move the .dll and .m files in the Matlab folder and run the Readme file (change the file path before).
After that, you can capture with the camera using the command
cam = videoinput ('mwspinnakerimaq')
where 'mwspinnakerimaq' is the AdaptorName.

Community Treasure Hunt

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

Start Hunting!

Translated by