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
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.
카테고리
도움말 센터 및 File Exchange에서 GenICam Interface에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!