Hi @erik,
when prepare the input image, I need to transpose HWC to CHW for a custom NN model.
I realize that there is dai.node.ImageManip can do all kind of image preprocessing (resize, crop, rotate, etc.) But did not find the transpose function.
Question: is there a transpose function in the pipeline I can use/config? or I need to program it myself? how? is there a reference example? Please advise. Thanks a lot for your help.