Thanks, that got me started.
I have the 320x240 feeds working now, though the 640x480 doesn't work with the resolution parameter you specified.
Following the instructions at the beginning of this thread, I've installed your perl module, and created the control type.
I then went into the monitor (under the control tab) and clicked controllable, and set the control type to "Hootoo IP Cam". Lastly, I set the control address to the IP of the camera (I don't see a place for the port, which is 80).
When I fire up the monitor, the feed is fine (timestamp is ticking and there seems to be motion -- it's hard to say in this scene). I can pull u the controls and as long as I don't click them too fast, there is no error.
However, there is also no movement from the camera.
I experimented by putting the following URL into my web browser:
Code: Select all
http://192.168.1.30/decoder_control.cgi?user=parent&pwd=&command=5
but again, no movement, even with repeatedly sending the URL.
So, I could use help on the resolution and with the motion.
BTW: I'm pretty good with Perl, so if you need something, let me know.
-S