Virtual Greenscreen: Potentially better masking with downscaling #855
Xaymar
started this conversation in
Ideas & Feedback
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Explain the Feature/Enhancement
The Virtual Greenscreen feature currently applies a mask at the same size of the source. However inspecting the mask itself reveals that the underlying "density" of the mask appears to be 1/5th of the size of the actual source. This results in odd shapes for the mask, as it is treated like a blob of paint by NVIDIA's SDK.
If we can downscale the mask back to its original size, we might be able to create far better masks using better upscaling technology. Perhaps we may even be able to reduce the input size to 1/5th, with great reduction in power usage.
What makes this feature/enhancement useful for StreamFX and its users?
The Virtual Greenscreen effect would use less power and time.
Checklist
Any additional Information we need to know?
This is based on observations on an RTX 3070. Behavior on other GPUs may differ wildly.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
Beta Was this translation helpful? Give feedback.
All reactions