Why always NVBUF_COLOR_FORMAT_RGBA when use VIC

**• Hardware Platform (Jetson / GPU) Jetson orin nx
**• DeepStream Version: 6.2
**• JetPack Version (valid for Jetson only) 5.1.1
**• TensorRT Version8.2.2

when I review the source of gstnvinfer.cpp, I have a question of gst_nvinfer_start function.

why is it always RGBA when using VIC to process pictures ?
Even though I set model-color-format=0 and my model’ input is also RGB

Due to hardware limitations, VIC only supports RGBA format in these formats.

My model’ input is RGB, will there be some error impact if I use VIC for preprocess

There is no update from you for a period, assuming this is not an issue anymore. Hence we are closing this topic. If need further support, please open a new one. Thanks

Yes. You need to convert the format yourself in your preprocess. Or you can use the GPU to process the image.

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