VimbaTriggerOverlap

Description

Sets the permitted window of trigger activation, relative to the previous frame. Works only with external triggering.

namespace VimbaTriggerOverlap
{
	enum Type
	{
		Off,
		PreviousFrame
	};
}