yishu_corpex
Don't use video size. Have the pipeline like this:
Colorcamera.video --> ImageManip --> XlinkOut.
You can control Imagemanip from host side, by sending it the ImageManipConfig. You don't have to set the output shape when using ImageManip, whereas for the ColorCamera, you have to.
yishu_corpex Also is it possible to change other parameters like Camera FPS (setFps), Camera Resolution and NN properties over runtime that we usually initialize when defining the pipeline.
No, unfortunately that is not possible.
Thanks,
Jaka