Axis ip camera

Howdy all,

Has anyone used an Axis ip camera in of? The Axis developer page http://www.axis.com/techsup/cam-servers/dev/index.htm seems to have quite a bit of information including an SDK (cross-platform I believe). I’m interested to hear any success stories or read/try example code before rolling my own solution.

Thanks!

hey dan

i’ve read streams from axis cameras from the web, with gstreamer, theres an example in this post:

http://forum.openframeworks.cc/t/gstreamer-advanced-utils-or-how-to-stream-an-of-app/3177/0

I actually wrote the code and tested it about 6 months ago, then the project was put on hold.

I’ve gone ahead and posted it to GitHub: https://github.com/danomatika/ofxIpCamera

Please feel free to test and send in patches/updates, etc.