## Target opencv-plot on node-hub. ## Problem Another node on hub like [kornia-v4l-capture](https://github.com/kornia/dora-nodes-hub/tree/main/kornia-v4l-capture) may output encoding in uppercase (e.g. RGB8) The current code only allows lower case (rgb8) and causes error between kornia-v4l-capture and this node. ## This PR Take lowercase string for encodings and bbox formats before compairing them.pull/1036/head