Trendnet TV-IP422W
Posted: Thu May 29, 2008 6:19 am
Hello all,
I got a Trendnet TV-IP422W, which is their new PT model with LEDs and WIreless, in yesterday, and have spent the day playing with it. Unfortunately, I haven't been able to get it working with ZM yet.
I decompiled the Java applet that it uses, and it points to /cgi/mjpg/mjpeg.cgi I tried plugging that into ZM, but no luck. I ran a wget, and was able to run the resulting file in VLC. However, VLC popped up plenty of errors, suggesting the there is the same non-standard jpeg problem as exists in the IP110 and some other cameras.
Incidentally, I got the same Content-Type: multipart/mixed; boundary=--myboundary when I ran wget, as referenced in http://www.zoneminder.com/forums/viewtopic.php?t=11574
On the bright side, it looks like the PT controls should be easy to implement, as they are just calls to variations of http://x.x.x.x/admin/ptctl.cgi?move=$ARG.
Is there any way to write a camera "driver" so that these 28 bytes can be taken into account for this camera only?
I got a Trendnet TV-IP422W, which is their new PT model with LEDs and WIreless, in yesterday, and have spent the day playing with it. Unfortunately, I haven't been able to get it working with ZM yet.
I decompiled the Java applet that it uses, and it points to /cgi/mjpg/mjpeg.cgi I tried plugging that into ZM, but no luck. I ran a wget, and was able to run the resulting file in VLC. However, VLC popped up plenty of errors, suggesting the there is the same non-standard jpeg problem as exists in the IP110 and some other cameras.
Incidentally, I got the same Content-Type: multipart/mixed; boundary=--myboundary when I ran wget, as referenced in http://www.zoneminder.com/forums/viewtopic.php?t=11574
On the bright side, it looks like the PT controls should be easy to implement, as they are just calls to variations of http://x.x.x.x/admin/ptctl.cgi?move=$ARG.
Is there any way to write a camera "driver" so that these 28 bytes can be taken into account for this camera only?