Page 1 of 1
panasonic BL-C1A URL authenication problem
Posted: Sun Nov 25, 2007 11:35 pm
by sloan949
I am trying to enter the login and pass in the URL to authenticate the user for the begginig of the session on ZoneMinder Live CD 1.22.2. The Forum gave me the proper format
<user>:<pass>@<ip> but I have tried this numerous ways and it is not working.
on the host line of the source tab I entered the IP address of the camera and on the path tab
i have tried several ways to no avail.
Any ideas
Thanks
Posted: Mon Nov 26, 2007 5:33 pm
by haus
Mine is:
Remote Host Name: <user>:<pass>@<ip>
Remote Host Port: <port number>
Remote Host Path: /SnapshotJPEG?Resolution=320x240&Quality=Clarity
24 bit color
Capture width: 320
Capture height: 240
If you are having trouble, try turning off auth on the camera and make sure you can get it working that way. Also check your shared memory, it may need a boost. Finally, restart ZM; this sometimes fixes wonky issues with my panasonics.
Posted: Fri May 02, 2008 10:42 pm
by gort42
when I use:
Code: Select all
/SnapshotJPEG?Resolution=320x240&Quality=Clarity
I only end up w/ about 2 fps. However, when I use either:
Code: Select all
/cgi-bin/nphMotionJpeg?Resolution=640x480&Quality=Clarity
/cgi-bin/nphContinuousServerPush?Resolution=640x480&Quality=Clarity
or
Code: Select all
/nphMotionJpeg?Resolution=640x480&Quality=Clarity
/nphContinuousServerPush?Resolution=640x480&Quality=Clarity
I can get 4+ fps, w/ an average of ~4 fps.
Posted: Fri Sep 05, 2008 6:58 pm
by misty
I am able to get the 2fps method to work now. I can't get either of the supposedly 4fps ones to work. I don't understand if I'm only supposed to use one line or both lines of each blockquoted section. I have tried both ways with no success.
Posted: Fri Sep 05, 2008 7:43 pm
by gort42
I am able to get the 2fps method to work now. I can't get either of the supposedly 4fps ones to work. I don't understand if I'm only supposed to use one line or both lines of each blockquoted section. I have tried both ways with no success.
Of the two code blocks, just one from either is what you want. So, either
Code: Select all
/nphMotionJpeg?Resolution=640x480&Quality=Clarity
or
Code: Select all
/nphContinuousServerPush?Resolution=640x480&Quality=Clarity
It seems that with the current version, the /cgi-bin/ prefix is optional.