Part Number: AM62A3
Dear TI Expert,
We have an image processing algorithm model in ONNX format. The input to the model consists of four RGGB channels. During the model importation using the TIDL-RT tool on the AM62A, we have set the `inFileFormat` to 2, and the `inData` is provided in a binary format. Since our input is a raw image rather than RGB, BGR, or YUV, how should we set the `inDataFormat` parameter? Can the TIDL-RT import tool successfully handle the importation of an algorithm model with four RGGB channels?