Trendnet TV-IP422W

Post here to ask any questions about hardware suitability, configuration in ZoneMinder, or experiences. If you just want to know if something works with ZoneMinder or not, please check the Hardware Compatibility sections in the forum, and the Wiki first. Also search this topic as well.
Post Reply
Aressel
Posts: 2
Joined: Thu May 29, 2008 2:05 am
Location: Canada

Trendnet TV-IP422W

Post by Aressel »

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?
sfpeter
Posts: 9
Joined: Fri Jul 06, 2007 8:43 am

Post by sfpeter »

have you tried to play with ffmpeg at all? I've played around with the TV-IP400 quite a bit (wrote the PTZ driver) and was able to grab its stream using ffmpeg.
It may be possible to pass the stream through ffmpeg and have it clean it up a bit.
I'd be interested in working on streaming/ptz support for this camera, except I don't own one yet :)
sfpeter
Posts: 9
Joined: Fri Jul 06, 2007 8:43 am

Post by sfpeter »

I'm also wondering if the patch mentioned here might work:

http://www.zoneminder.com/forums/viewto ... t=trendnet
Shirka
Posts: 3
Joined: Fri Oct 10, 2008 11:48 am

Post by Shirka »

Hi,

The CGI Spec document from the TrendNet support. :P


Bye.
timcraig
Posts: 195
Joined: Mon Dec 10, 2007 5:53 pm
Location: San Jose, CA

Post by timcraig »

The Airllink101 SkyIPCam 747W is based on the same hardware and firmware (only difference is the Airlink camera lacks a USB port and lacks MPEG4 streaming).

Someone has contributed a lot of useful information on getting Airlink camera to work with zoneminder here:
http://www.zoneminder.com/forums/viewtopic.php?t=12238

and a PTZ module for zoneminder here:
http://www.zoneminder.com/forums/viewtopic.php?t=12271


Give the contributions in those threads a try, there is a good chance they will working on your Trendnet camera.
MrEvoMan
Posts: 55
Joined: Thu Apr 23, 2009 1:25 am

Post by MrEvoMan »

I feel I'm so close to getting my TrendNet TV-IP410 PTZ controls working, but I keep running into the same error. Can anyone help with just this error:

Code: Select all

04/22/09 20:49:55.273644 zmcontrol[21044].ERR [Error check failed: '500 No Host option provided']
No matter what control protocol I use, even if I modify it myself, and no matter what control address, I get the same errors everytime.

There's obviously just a broken link somewhere in here, but I'm not quite savvy enough to realize it.

SFPeter to the rescue?? :)
User avatar
cordel
Posts: 5210
Joined: Fri Mar 05, 2004 4:47 pm
Location: /USA/Washington/Seattle

Post by cordel »

Did you provide the IP for the host in the control section? If it's using http try user:password@aaa.bbb.ccc.ddd
for the host in the control tab.
MrEvoMan
Posts: 55
Joined: Thu Apr 23, 2009 1:25 am

Post by MrEvoMan »

cordel wrote:Did you provide the IP for the host in the control section? If it's using http try user:password@aaa.bbb.ccc.ddd
for the host in the control tab.
Yes, I have tired both conical name and ip address, with user account info in it. Neither works.
Post Reply