that may still works since the code still keep the flow to parse pixel_t property.
however, you should try to avoid using pixel_t since it’s already deprecated.
VI did not support RGB888 memory formats due to it’ll also need luminance formats.
please also refer to similar discussion thread, Topic 1067424 as see-also.
thanks
In SDK32.6.1
Can these items be used to set RGB888?
•mode_type
•csi_pixel_bit_depth
•pixel_phase
"
VI did not support RGB888 memory formats due to it’ll also need luminance formats."
This means gst-launch-1.0 only use v4l2src ,not use nvcamerasrc (Xavier ISP )??
you can use them to device sensor properties, but RGB888 still cannot supported.
while you’re having gst-launch-1.0 you can have different plugin to enable different pipelines. for example, v4l2src, and nvarguscamerasrc.
please check [RGB Memory Formats] session via Xavier TRM,
the memory buffer will add luminance format, for example, it will use T_A8R8G8B8 instead of RGB-8-8-8 to store the frames.