RealSenseDepthColorInfrared

Description

Set color profile for infrared stream.

namespace RealSenseDepthColorInfrared
{
	enum Type
	{
		Infrared_Y8,
		Infrared_RGB8,
		Infrared_BGR8,
		Infrared_RGBA8,
		Infrared_BGRA8
	};
}