VimbaExposureMode

Description

Sets the operation mode of the Exposure.

namespace VimbaExposureMode
{
	enum Type
	{
		Timed,
		TriggerWidth
	};
}