Can I access FLIR specific GenICAM events via Image Acquisition Toolbox?
Show older comments
I am using a FLIR A70 thermal camera with Matlab's Image Acquisition Toolbox and GenTL as the adapter.
Is there a way to access FLIR specifc events (see the list below) via Image Acquisition Toolbox in Matlab?
- EventNUCStart (event ID 0x9008)
- EvenNUCEnd (event ID 0x9009)
- EventRangeSwitchStart (event ID 0x900A)
- EventRangeSwitchEnd (event ID 0x900B)
- EventFOVSwitchStart (event ID 0x900C)
- EventFOVSwitchEnd (event ID 0x900D)
Answers (1)
Image Analyst
on 11 Jan 2026
1 vote
If you use the ImageAquisitionExplorer then whatever properties you see there are the ones you can modify. If it's really FLIR-specific and not in that GenTL list, then you'll have to talk to the camera directly, perhaps through a DLL the camera manufacturer provides. Maybe you can use loadlibrary. You might have to call tech support to guide you through that.
Categories
Find more on GenICam Interface in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!