SpinnakerPixelFormat

Description

Sets captured image pixel format.

namespace SpinnakerPixelFormat
{
	enum Type
	{
		Mono8,
		Mono16,
		RGB8,
		RGBa8,
		RGB16,
		RGBa16,
		Bayer8,
		Bayer16,
		Raw8,
		Raw16
	};
}