Currently I am postprocessing images on host using OpenCV (e.g. to draw detections or to apply face-blur). Is there any example of doing postprocessing on device? It would be great if the image can be passed into the VideoEncoder node. I've looked at the ScriptNode but could not find an available library for image processing.
I'd appreciate your suggestions. Thank you!