- Home /
Record WebCamTexture
My unity project is supported with Banuba SDK. I have attached face masks in my scene and I am recording the texture using the webcam. Here my concern is that I am trying to record WebCamTexture, but this results in recording my face only (therefore I can't record the Masks along with my face).
I want to record my face along with the masks.
For that I want to record webCamTexture with the filters or masks, I want to render all this result somewhere(for example RenderTexture), and start recording this RenderTexture.
But I don't know how to achieve this task.
Looking for the solutions.,My unity project is supported with Banuba SDK. I have attached face masks in my scene and I am recording the texture using the webcam. Here my concern is that I am trying to record WebCamTexture, but this results in recording my face only (therefore I can't record the Masks along with my face).
I want to record my face along with the masks.
For that I want to record webCamTexture with the filters or masks, I want to render all this result somewhere(for example RenderTexture), and start recording this RenderTexture.
But I don't know how to achieve this task.
Looking for the solutions.