RoseekWorkingMode

Description

Working mode of image acquisition.

namespace RoseekWorkingMode
{
	enum Type
	{
		Continuous,
		Trigger
	};
}