Sunday, August 05, 2012

Controlling an IP Camera from Unity3D.

I recently bought an IP camera, which I discovered has a HTTP interface which lets me pan, tilt, take pictures etc. Of course, I had to use this from within Unity, so I wrote a small class which lets me stream the camera's image down into a Texture2D instance.

Code available on github.

Popular Posts