- Home /
Question by
renjithpktiltlab · Nov 10, 2021 at 11:09 AM ·
texturerendertexturewebcamtexture
How can I convert webcam texture to rendertexture?
Is there any way we can convert the feed coming from a webcam to a rendertexture?
Comment
Answer by Pangamini · Nov 10, 2021 at 01:12 PM
You cannot convert the object, but you can render the webcam texture to a rendertexture, for example by using Graphics.Blit
https://docs.unity3d.com/ScriptReference/Graphics.Blit.html Start by reading this. Can you be specific about what needs explaining?
Your answer

Follow this Question
Related Questions
Rendering screen on texture and grabbing part of it 0 Answers
How do I set pixels with WebCamTexture.GetPixels 1 Answer
Render material to full screen quad 2 Answers
[SOLVED] Dynamic texture setting 0 Answers