RealSenseRGBColorProfile

Description

Set color profile for RGB stream.

namespace RealSenseRGBColorProfile
{
	enum Type
	{
		RGB_YUYV,
		RGB_BGR8,
		RGB_RGBA8,
		RGB_BGRA8,
		RGB_Y8,
		RGB_RGB8,
		RGB_RAW16
	};
}