WebCameraInputFormat

Description

WebCamera preferred input pixel type.

namespace WebCameraInputFormat
{
	enum Type
	{
		Any,
		RGB24,
		RGB32,
		YUY2,
		I420,
		Y411,
		MJPEG
	};
}