No image on AXIS 205

Support and queries relating to all previous versions of ZoneMinder
Locked
rlefeve
Posts: 23
Joined: Sat Jan 07, 2006 5:43 pm
Location: Michigan

No image on AXIS 205

Post by rlefeve »

I am getting this same message over and over in my /var/log/messages file.
INF [Debug Level = 0, Debug Log = <none>]
INF [Starting Capture]

then after several of those I will get the occasional.
ERR [Invalid response status 400: Bad Request]

I think that it because I do not have anything in "Remote Host Path"
I do not know what to put there.
User avatar
cordel
Posts: 5210
Joined: Fri Mar 05, 2004 4:47 pm
Location: /USA/Washington/Seattle

Post by cordel »

The host would be the IP or host name and the path would be anything that would follow the host in a url ie. http://<host>/<host_path>
so your config would be
host - 192.168.1.20
host path - /video/video.cgi
If that don't make since there are plenty of references here on the site if you use the search and it's documented in the readme as well I believe.
Regards,
Corey
rlefeve
Posts: 23
Joined: Sat Jan 07, 2006 5:43 pm
Location: Michigan

Post by rlefeve »

I access my camera @ http://192.168.168.13:8013
Remote Host name = 192.168.168.13
Remote Host Port = 8013
Remote Host Path = /video/vodeo.cgi

I have been reading the posts and tried other solutions.

Anyhow thanks for all your help, I am probably getting on you last nerve.
rlefeve
Posts: 23
Joined: Sat Jan 07, 2006 5:43 pm
Location: Michigan

Post by rlefeve »

Messing around with my camera I have found the correct path for still images is /jpg/image.jpg

But I am still having no luck.
User avatar
cordel
Posts: 5210
Joined: Fri Mar 05, 2004 4:47 pm
Location: /USA/Washington/Seattle

Post by cordel »

I think for axis the remote host path is something like /axis-cgi/mjpg/video.cgi the path I gave you was just an example.
You'll have to check the axis manual for the proper path. There are allot of options you can send to the camera by putting the options in the path as well.

If you have authintication on the camera turned on then this changes things a little. There are two methods over all that can be used.
Axis you have to add the user and password to the host string seperated by a colon ie. user:password@192.168.x.x

Corey
User avatar
cordel
Posts: 5210
Joined: Fri Mar 05, 2004 4:47 pm
Location: /USA/Washington/Seattle

Post by cordel »

Also if you do a search for:
Remote Host Path axis

and select "Search for all terms"
You'll find a wealth of info.

Regards,
Corey
Locked