Machine Vision

cancel
Showing results for 
Search instead for 
Did you mean: 

Capture Image Events in LabVIEW Event structure

Is there anyway to capture image events like "Click Event, Draw Event, Size Event, Scroll Event, Double click event" in the LV Event Structure instead of polling continuously for an event in a loop.

 

"Even in Dynamic Event is also fair enough to go", but its just supporting basic LV Event Properties, no specific Events for Image type

----------------------------------------------------------------------------------------------------------------
Palanivel Thiruvenkadam | பழனிவேல் திருவெங்கடம்
LabVIEW™ Champion |Certified LabVIEW™ Architect |Certified TestStand Developer

Kidlin's Law -If you can write the problem down clearly then the matter is half solved.
-----------------------------------------------------------------------------------------------------------------
0 Kudos
Message 1 of 3
(2,247 Views)
Use mouse event to generate event then inside you can use Get Last Event method in invoke node to see the event type (Check Histogram.vi example on using Get last event method).
Thanks
uday
0 Kudos
Message 2 of 3
(2,232 Views)

Yes i did the something "Using Mouse event and Filtering the event based on Draw Rectangle event"

 

----------------------------------------------------------------------------------------------------------------
Palanivel Thiruvenkadam | பழனிவேல் திருவெங்கடம்
LabVIEW™ Champion |Certified LabVIEW™ Architect |Certified TestStand Developer

Kidlin's Law -If you can write the problem down clearly then the matter is half solved.
-----------------------------------------------------------------------------------------------------------------
0 Kudos
Message 3 of 3
(2,218 Views)