Trendnet TV-IP100

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
jihem
Posts: 4
Joined: Mon Dec 12, 2005 10:47 pm
Location: Annecy France

Trendnet TV-IP100

Post by jihem »

hello

novice in zoneminder (and linux) i've got an IPcam Trendnet TV-IP100.

someone can tell me how to fill the fields :
remote hostname-remote port and remote host path ?

I only know the IP adress of the cam and gateway

I can view image by typping IP adress of the cam in mozilla but not in ZM

thanks for your help

jihem
jameswilson
Posts: 5111
Joined: Wed Jun 08, 2005 8:07 pm
Location: Midlands UK

Post by jameswilson »

whats the whole path statement you type into firefox
and is this image a pure jpg or does it have other things on the page
James Wilson

Disclaimer: The above is pure theory and may work on a good day with the wind behind it. etc etc.
http://www.securitywarehouse.co.uk
jihem
Posts: 4
Joined: Mon Dec 12, 2005 10:47 pm
Location: Annecy France

Post by jihem »

into firefox I only type IP adress's cam (192.168.1.7)
and I get the build-in software of the cam that allow seing the cam or modifie parameters

I've try to type
in hostname :
Internet IP adress of routeur
IP adress of gateway
cam's name
in port number : port number specified in cam's configuration (81or 8482)
in hostpath : IP adress of cam (192.168.1.7)
nothing works !
all working correctly with an USB webcam
thanks for answer

jihem
jameswilson
Posts: 5111
Joined: Wed Jun 08, 2005 8:07 pm
Location: Midlands UK

Post by jameswilson »

there will be a path statement to get a jpeg image only from your ip thing, you need to find that out. Obviously if you enter your ip a web browser can parse the code and display an image and some other stuff, but zm requires an image only. Of you get the path required (they are all different) then i will usually be able to take that path and split it into the various zm settings for ya
James Wilson

Disclaimer: The above is pure theory and may work on a good day with the wind behind it. etc etc.
http://www.securitywarehouse.co.uk
jihem
Posts: 4
Joined: Mon Dec 12, 2005 10:47 pm
Location: Annecy France

Post by jihem »

here is view-source of firefox display of java view I can see
can you find the correct path of image ?
thanks
jihem

html>
<head>
<META http-equiv=Content-Type content="text/html; charset=windows-1252">
<style type=text/css>
A:link {FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: ff6600; FONT-FAMILY: arial,geneva,sans-serif}
A:visited {FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: ff6600; FONT-FAMILY: arial,geneva,sans-serif}
.org-news {FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: ff6600; FONT-FAMILY: arial,geneva,sans-serif}
</style>
</head>

<SCRIPT LANGUAGE="JavaScript">
function Init() {
if ((navigator.appName != "Netscape") &&
(navigator.userAgent.indexOf('Opera') == "-1"))
{
window.setInterval("ShowFrameRate()", 1000)
}
}

function ShowFrameRate() {
if (1)
{
var fFrameRate = cvcs.GetFrameRate()
window.status = "Frame:" + fFrameRate.toString() + " fps"
}
cvcs.GetRealTimeData()
CurrentTime.innerHTML = cvcs.GetTimeString()
GetTrigger()
}

function GetTrigger() {
if (cvcs.GetImageUpload() == 1) {
ImageUpload.innerHTML = "[ON]"
}
else {
ImageUpload.innerHTML = "[OFF]"
}
if (cvcs.GetImageEmail() == 1) {
EmailImage.innerHTML = "[ON]"
}
else {
EmailImage.innerHTML = "[OFF]"
}
}
</SCRIPT>

<body bgcolor=white onload="Init()">
<form action="/Jview.htm" method="POST">
<table border=0 bgcolor=white cellspacing=0 width=745>
<tr>
<td bgcolor=4f9d9d width=450>

<FONT FACE="Times New Roman,Times"><FONT COLOR=black><FONT SIZE=+1>
<B>&nbsp;&nbsp;View Image - Java Mode</B></font></font></font>
</td>
<td bgcolor=4f9d9d width=235>&nbsp;
</td>
<td bgcolor=black align=center width=60><a href="Home.htm" TARGET="_top">Home</a>
</td>
</tr>

<tr><td bgcolor=e4ebf1 colspan=3><hr></td></tr>
<tr>
<td bgcolor=e4ebf1>
&nbsp;&nbsp;CS-5705CD<br>
&nbsp;&nbsp;<br>
&nbsp;&nbsp;<SPAN ID="CurrentTime"></SPAN>
</td>
<td bgcolor=e4ebf1 colspan=2 valign=top><ul>

<li><font class=org-news>Upload Image&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</font>
&nbsp;&nbsp;<INPUT type=button value=' ON ' onClick="cvcs.SetImageUpload(1)">
&nbsp;&nbsp;<INPUT type=button value='OFF' onClick="cvcs.SetImageUpload(0)">
<SPAN ID="ImageUpload"></SPAN>
<li><font class=org-news>E-mail Image&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</font>
&nbsp;&nbsp;<INPUT type=button value=' ON ' onClick="cvcs.SetImageEmail(1)">
&nbsp;&nbsp;<INPUT type=button value='OFF' onClick="cvcs.SetImageEmail(0)">
<SPAN ID="EmailImage"></SPAN>

</td>
</tr>
<tr><td bgcolor=e4ebf1 colspan=3><hr></td></tr>
<tr>
<td bgcolor=e4ebf1 align=center colspan=3>
<TABLE>
<tr>
<td>
<APPLET name="cvcs" CODEBASE="http://192.168.1.7:80/" CODE="xplug.class" WIDTH=320 HEIGHT=240>

<param name="RemotePort" value=80>
<param name="Timeout" value=5000>
<param name="RotateAngle" value=0>
<param name="PreviewFrameRate" value=2>
<param name="DeviceSerialNo" value="">
</APPLET>
</td>
</tr>
</TABLE>

</td>
</tr>
<tr><td bgcolor=e4ebf1 colspan=3><hr></td></tr>
</table>
</form>
</body>
</html>
jameswilson
Posts: 5111
Joined: Wed Jun 08, 2005 8:07 pm
Location: Midlands UK

Post by jameswilson »

not from that lol, whats your docs say about jpegs
James Wilson

Disclaimer: The above is pure theory and may work on a good day with the wind behind it. etc etc.
http://www.securitywarehouse.co.uk
User avatar
cordel
Posts: 5210
Joined: Fri Mar 05, 2004 4:47 pm
Location: /USA/Washington/Seattle

Post by cordel »

jihem,
Can you port forward to the camera and pm the info to either James or myself (or both) and as soon as either of us have the chance we might be able to see what the path is you need.

Regards,
Corey
jihem
Posts: 4
Joined: Mon Dec 12, 2005 10:47 pm
Location: Annecy France

Post by jihem »

I've found path.......simply by right clicking on the image:
/IMAGE.JPG?cidx=2005121318529552476
great thanks at all for your help

jihem
jameswilson
Posts: 5111
Joined: Wed Jun 08, 2005 8:07 pm
Location: Midlands UK

Post by jameswilson »

glad ur sorted
James Wilson

Disclaimer: The above is pure theory and may work on a good day with the wind behind it. etc etc.
http://www.securitywarehouse.co.uk
User avatar
zoneminder
Site Admin
Posts: 5215
Joined: Wed Jul 09, 2003 2:07 pm
Location: Bristol, UK
Contact:

Post by zoneminder »

I suspect the cidx=... part is just to stop your browser caching the image. You may find that you don't need that bit for ZM.

Phil
tux
Posts: 55
Joined: Wed Mar 16, 2005 1:18 pm

Post by tux »

How much fps can you get with this camera in zm box?
thanks
Post Reply