Can I access FLIR specific GenICAM events via Image Acquisition Toolbox?

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)

답변 (1개)

Image Analyst
Image Analyst 2026년 1월 11일

1 개 추천

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.

제품

릴리스

R2024a

질문:

2026년 1월 9일

답변:

2026년 1월 11일

Community Treasure Hunt

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

Start Hunting!

Translated by