- Home /
View Ip cameras remotely over the internet
Hello,
I am not sure if this is doable in unity, although I found some scripts and links.
I know it can be done something using WebCamTexture but let some experts tell me if anybody developed a similar project.
I will develop a nightlife application using unity, where user will be able to see live the club. Ip-cameras will be installed at the club and installed to pc-s / SIGNAL DVR/NVR. (I think DVR method does not serve for our case here but that's not the unity subject)
I need the method to read the data and display in a unity made application.
I found this script: https://github.com/DifferentMethods/UnityComponents/blob/master/IPCamControl.cs
I think I am on the right track but need some guidance.
In case someone has done such a thing before please guide me to the steps meanwhile I'll continue my research.
Hi,
I am also investigating this problem. The solution will facilitate the development of an application for the Gear VR that will enable strea$$anonymous$$g of 360 videos from a camera to users over a wireless network. So far I have come up (almost) empty handed. Have you made any progress?
Hi, same here :( I'm currently staring a new project for school where I have to build a RC Car using the Raspberry Pi, but I would like to mount a camera on the car and stream live video to Unity so I can watch it on the Oculus rift. This approach can also be useful for drones and projects alike. I'm gonna continue my research and I'll give you guys a heads up if I find something.