NC-220 accessing a jpeg image
Having given stirling service for the last few years as a security camera, I am now wanting to re purpose my NC-220 camera.
What I wish to do is extract jpeg images from it over the web at certain times.
I believe that the command to achieve this should be
http://<Camera_ip>/jpg/image.jpg
however this just returns 404 - Not Found
however this works which is surprisingly as I don't have to log in, but hey ho however its a video stream and not what I require.
http://<Camera_ip>:8080/stream/video/mjpeg
and these two commands work
http://<Camera_ip>/login.html
http://<Camera_ip>/index.html does most of the stuff (I'm using firefox and I have not downloaded the app to get the video stream, but all the setup works.)
and I can use
rtsp://admin:admin@<Camera_ip>/h264_vga.sdp
with vlc - open network stream, only I appear to have to issue it twice to make that work, another problem but again this does not get me an image easily.
Could someone please advise, thanks.