05-06-2021 07:14 AM
I have the information of the external window only in this popup screen.
But I want to use the numbers in the program myself.
Any suggestions are welcome.
Thanks Paul
05-06-2021 04:08 PM
@moving_machines wrote:
I have the information of the external window only in this popup screen.
But I want to use the numbers in the program myself.
If under "the numbers" you means X and Y coordinates where user has clicked (or coordinates of the ROI for Draw Event), then you can use IMAQ WindLastEvent. The intensity then can be obtained then with IMAQ GetPixelValue. The only small difference - you will not able to get this info "OnMove", it will work "OnClick" only. The other numbers such as size of the image, type and zoom ratio can be obtained programmatically with IMAQ GetImageInfo and IMAQ WindZoom.