How Can I use my FLIR Spinnaker SDK USB3 Vision or GigE Vision Camera with MATLAB?

59 views (last 30 days)

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 20 Sep 2022
Edited: MathWorks Support Team on 12 Jun 2023
FLIR GigE and USB3 cameras that are supported by the Spinnaker SDK are supported in MATLAB through the Image Acquisition Toolbox using the GenTL adapter. For more information, see
FLIR provides a GenTL producer for FLIR USB3 and GigE Vision cameras, which is included with the Spinnaker SDK. You can download the Spinnaker SDK from here:
You must select the x64 version.
  • Before you install the Spinnaker SDK software suite, you might have to uninstall any existing versions of it from the Windows Control Panel.
  • Reboot your computer after you have installed the Spinnaker SDK.
  • Install the Image Acquisition Toolbox Support Package for GenICam Interface hardware support package in MATLAB.
To test if the camera is detected, run the following command in the MATLAB Command Window.
>> imaqhwinfo gentl
If the camera is not detected, confirm that the camera is detected in the vendor's utility (SpinView). If the camera is found in the vendor’s utility, try the troubleshooting steps in
  1 Comment
Andrei
Andrei on 31 Jan 2023
Andrew, for cameras that work with FlyCapture SDK and pointgrey adaptor in MATLAB there is a workaround on how to embed metadata in the acquired images -- please contact MathWorks support.

Sign in to comment.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!