RoseekImageFormat

Description

Sets captured image pixel format.

namespace RoseekImageFormat
{
	enum Type
	{
		Mono8,
		BGR24
	};
}