ICubeGrabMode

Description

Describes grabbing methods.

namespace ICubeGrabMode
{
	enum Type
	{
		RAW,
		RGB
	};
}