raptor_demon 0 Posted August 29, 2011 Hi Guys, i have been searching around and cannot find an answer to this so thought i would post and see if anyone could help me. We have 3 DM ECO-4's (the older model) and i have been trying to get a static image URL and mjpeg URl's for use with other camera software so i can integrate it with my home automation system. Does anyone know how i can get this info? the web viewer works great but does not do everything i need. Raptor Share this post Link to post Share on other sites
Cyberprog 0 Posted September 2, 2011 Try this: /display_pic.cgi?cam=1&res=hi&format=mp4&txmode=binary Which led me to this: http://www.dedicatedmicros.com/uk/files/cgi_resources/f21 It's not a static image, but it continually refreshes the image. Share this post Link to post Share on other sites
raptor_demon 0 Posted September 2, 2011 Thanks Cyberprog, i can't get this to work i tired it in the following syntax: http://192.168.1.2/display_pic.cgi?cam=1&res=hi&format=mp4&txmode=binary in internet exploerer and all it lets me do is want to download display_pic.cgi how would i view this? Raptor Share this post Link to post Share on other sites
Cyberprog 0 Posted September 4, 2011 Don't know exactly, it works in Firefox, though the image continually reloads - I'd suggest looking at it programatically and snagging the image stream. Share this post Link to post Share on other sites
elmwood 0 Posted September 19, 2011 I have some experience (mostly unsatisfactory) with Dedicated Micros' SD model. I'm guessing its very similar to yours. 1) You HAVE to use Firefox. IE won't work, DM admits as much. They seem to be unsure whether or not Chrome can access these CGI calls, but based on my experience, the answer is no. 2) Aside from "camera=", none of those parameters really matter, at least for ad_display_pic. I'm not sure they affect the video stream. Yes, I realize they are all mentioned in the document, but based on conversations from tech support, they either will fail gracefully and not affect your videostream, or it will error and force the download dialog you're talking about. That dialog means you either screwed up your image url with bad parameters, you're using the wrong browser, or your box is set up to record in the wrong format. 3) Under your record settings in the DVR Config webpage, make sure you're recording in JPG. Not MPEG, not multimode.... JPG. 4) You can also try ad_replay_pic instead of ad_display_pic. It needs more complicated parameters: id (should be a random integer), control (PLAY for video feed, STOP for still), camera (your camera number), and local (local time of the recording, 01:12:50:18:09:2011 == "September 18 2011, 1:12:50 AM") hope that helps. Share this post Link to post Share on other sites