You are here: Start » Program Examples » HMI Camera Selection

HMI Camera Selection

In this example the GenICamAddressPicker HMI control is used to choose the GenICam camera to connect with. The application uses also 2 ImpulseButton HMI Controls to start and stop the acquisition.

The HMI controls are related the HMI Events which modify the state of the application and the visibility of the HMI elements. Changing the value of the GenICamAddressPicker runs the CameraAddressChanged event, which stops the acquisition, enables the Start button visibility and disables Stop button visibility. Clicking on the "Start" button runs the StartAcquisition event, which enables image grabbing and modifies visibility of the HMI buttons.


Hints

Handling HMI events is explained in this article.

Further Readings