Since the last days i’m working with the new Kodak PixPro SP360 4k and trying to get the camerastream played in Unity.
The PixPro itselfs provides a WiFi, that i can connect to. I was able to get the url from the stream (like: http://172.16.0.254:9176/ ) and to play it in the VLC-player. But is there a way to integrate the stream into unity, using this url?
I don’t know if it’ll work, but you can try streaming it using WWW and try to get WWW.movie and play that(returns MovieTexture if Unity can load that). If it doesn’t work then unfortunately I don’t know.