SOLVED: Do not upgrade to 5.6.0!!! Much worser exposure/focus performance

boomer53a

Young grasshopper
Joined
May 29, 2015
Messages
46
Reaction score
8
Could be one of the following:
Check the Network Service options - match them to the below.
View attachment 54976

Temporarily disable the Windows Firewall or Antivirus firewall.
View attachment 54975
Try again and let me know.
Had to enable websockets. Still the same error...

PTZ Settings 3.PNG

error 1.PNG

Noting that I didn't restart the PTZ after enabling websockets. Should I restart?
 

StewartM

Getting the hang of it
Joined
Dec 11, 2017
Messages
260
Reaction score
75
Location
Cape Town
Great. Next step is to send a PUT request to change the settings.
Set the METHOD to PUT
Use the same URL as before.
In the Body field paste the following text:
<?xml version="1.0" encoding="UTF-8"?>
<Exposure>
<ExposureType>manual</ExposureType>
<OverexposeSuppress>
<enabled>true</enabled>
<Type>MANUAL</Type>
<DistanceLevel>35</DistanceLevel>
</OverexposeSuppress>
</Exposure>


Click send.
If that works we can figure out the right settings next.

1580665647349.png
 

boomer53a

Young grasshopper
Joined
May 29, 2015
Messages
46
Reaction score
8
Great. Next step is to send a PUT request to change the settings.
Set the METHOD to PUT
Use the same URL as before.
In the Body field paste the following text:
<?xml version="1.0" encoding="UTF-8"?>
<Exposure>
<ExposureType>manual</ExposureType>
<OverexposeSuppress>
<enabled>true</enabled>
<Type>MANUAL</Type>
<DistanceLevel>35</DistanceLevel>
</OverexposeSuppress>
</Exposure>


Click send.
If that works we can figure out the right settings next.

View attachment 54982
thanks heaps... am trying it now... :)
 

boomer53a

Young grasshopper
Joined
May 29, 2015
Messages
46
Reaction score
8
Great. Next step is to send a PUT request to change the settings.
Set the METHOD to PUT
Use the same URL as before.
In the Body field paste the following text:
<?xml version="1.0" encoding="UTF-8"?>
<Exposure>
<ExposureType>manual</ExposureType>
<OverexposeSuppress>
<enabled>true</enabled>
<Type>MANUAL</Type>
<DistanceLevel>35</DistanceLevel>
</OverexposeSuppress>
</Exposure>


Click send.
If that works we can figure out the right settings next.

View attachment 54982
403 forbidden error...

output 1.PNG

output 2.PNG
 

boomer53a

Young grasshopper
Joined
May 29, 2015
Messages
46
Reaction score
8
It's working now... I had to disable the Image Parameters Switch...


output 3.PNG

changed exposure to 'Manual' from 'Auto'

output 4.PNG
 

boomer53a

Young grasshopper
Joined
May 29, 2015
Messages
46
Reaction score
8
Presumably this firmware version 5.6.0 doesn't permit the Exposure slide bar from being access even via ISAPI?

output 5.PNG
 

StewartM

Getting the hang of it
Joined
Dec 11, 2017
Messages
260
Reaction score
75
Location
Cape Town
I'm hesitant to say as my camera never had these options to start with. I'll check if there is some documentation in the ISAPI manual.
 

boomer53a

Young grasshopper
Joined
May 29, 2015
Messages
46
Reaction score
8
I'm hesitant to say as my camera never had these options to start with. I'll check if there is some documentation in the ISAPI manual.
Thanks for this... so... what's the process to restore the settings back to prior to making these changes? :)
 

boomer53a

Young grasshopper
Joined
May 29, 2015
Messages
46
Reaction score
8
Ok... I removed the 'distance' setting and changed it back to 'false'... seems to work ok...

output 6.PNG


output 7.PNG
 

StewartM

Getting the hang of it
Joined
Dec 11, 2017
Messages
260
Reaction score
75
Location
Cape Town
Use the webGUI to restore the settings or refer to your earlier XML response for the original settings.
1580668470570.png

Another way to manipulate the settings might be directly on the webGUI. I'll post a capture on how shortly.
 
Top