Hello.
Let’s assume a I have a camera stream (or set of images). This stream is passed to ONNX neural network.
As a sample:
This is input image:
Output image of neural network:
So, with detection there is no problem.
But how can I apply shader for a particular part of image? My understanding shader is applied to material in Unity, I have to create a dynamic meshes with materials which is overlayed the original image or pass original image to shader and handle positions there.
But I can’t find any sample of such shader. Has anybody seen such shader or probably someone has an idea how lens studio does it?