Hello. Is there any way to build an app that in one of its objects a live video feed from an external USB web cam from another computer is displayed? I am a beginner in Unity, so I could not find simple useful materials.
Hello,
It sounds like you need to hook up the web cam to receive data form a server then render the images. I’m not sure how to do that, but I did find this link. Also, maybe check out the Video Player component as you can pass a VideoPlayer.url for the video.
I went through it to do some video played using a url.
I am trying to use the Video Player in Unity 5.6 in a 3D cube. When I change the source to “URL”, and I paste a sample MP4 url into the place beneath it, and I add the following code found in:
into it, it does not show anything. This is a way that maybe I can solve my problem. If I can stream my webcam into http and give the url to Unity, I assume the problem can be solved. Do you have any idea how I can solve it? Thanks.
Thanks for your sharing, i will check it out