User interaction with "NewCamera" panel

Dear all,

I am currently working on some image processing software in IgorPro 7. A very convenient feature is the NewCamera command. However, I need the user to select one point (further on multiple points) on the image for further processing. Is there a way to detect a mouse click on the NewCamera panel or utilize markers on the panel?

Best regards.
A bit late with a reply, but:

I cannot help you completely as I am still on Igor 6.37, but if the camera image is displayed in a graph, a la newimage, one can use:

AxisValFromPixel( graphNameStr, axNameStr, pixel )

displayhelptopic "axisvalfrompixel"

best,
_sk
The NewCamera window is not a graph or a panel. It does not support the addition of GUI.

If you would like to allow the user to interact with images you will have to display the image in a regular graph window (or in a graph sub-window embedded in a panel).

A.G.
WaveMetrics, Inc.