简体   繁体   中英

Get live video stream in c# Unity

I'm using Unity3D c# and want to read a video feed to display on a texture.

The issue here is that I would like to get the video from a live feed eg IP Camera. Guessing similar sites like this or this uses similar techniques live. Also testing against apps like this

Don't really know where to start, trying out TCPListener and Socket but can't really use a url, just ip and port.

Simple solution is to fetch single frames from image server application that provide such a feature. An example of such a technique can be found in Unity3d documentation A simple Image server to test that setup could be any IP-cam application. See this article for details.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM