I am writing an OS X app, with cocoa, and trying to figure out how to get a web-cam still image from an axiscam at this url:
http://bigwatersedge.axiscam.net/view/snapshot.shtml?picturepath=/jpg/image.jpg×tamp=
Using the dispatch/queue/block suggested here:
Getting Image from URL Objective C
it will return the html code of the page.
What is the suggested way to get the image data from the web-cam and not the page? Since there isn't a direct link to a jpg image, it is a bit confusing.
I was able to make this work in C# - Save Webcam Image From Website which is my answer/question at the bottom - looks like I forgot my old accnt and started a new one.