IDSMirror

Description

Defines mirror modes for IDS cameras.

namespace IDSMirror
{
	enum Type
	{
		OFF,
		UPDOWN,
		LEFTRIGHT,
		BOTH
	};
}