VimbaTriggerSelector

Description

Selects the type of trigger to configure.

namespace VimbaTriggerSelector
{
	enum Type
	{
		ExposureStart,
		ExposureActive,
		AcquisitionStart
	};
}