This is a known limitation. I cannot process a frame while not showing it. And I cannot show the finished mask for a frame I'm only processing at that time.
Idea for fix:
Completely overwrite the whole image with a shader like I used for the mask preview.
The problem here is that I cannot get the image data in its colour space, it's always interpreted as non-colour data.
This is a known limitation. I cannot process a frame while not showing it. And I cannot show the finished mask for a frame I'm only processing at that time.
Idea for fix: Completely overwrite the whole image with a shader like I used for the mask preview. The problem here is that I cannot get the image data in its colour space, it's always interpreted as non-colour data.