Jetson support RGB888-24Bit or not?

Hi NV_Team,

Does agx orin support CSI camera RGB888-24 Bit ? If not, how to convert this?

vi5_formats.h

	/* RGB888 */
	TEGRA_VIDEO_FORMAT(RGB888, 24, RGB888_1X24, 4, 1, T_A8R8G8B8,
				RGB888, ABGR32, "BGRA-8-8-8-8"),
	TEGRA_VIDEO_FORMAT(RGB888, 24, RGB888_1X32_PADHI, 4, 1, T_A8B8G8R8,
				RGB888, RGB32, "RGB-8-8-8-8"),

hello Luna2020,

VI did not support RGB888 memory formats due to it’ll need luminance formats.
please also refer to similar discussion thread, Topic 1067424 as see-also.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.