Could this be related to:
The PTZArgs we use are the following:
{
‘movement’: {
‘name’: ‘pan’,
‘value’: -1},
‘speed’: {
‘name’: ‘pan’,
‘value’: 1},
‘Normalized’: False
}
For completeness - this the response from GetConfiguration server client command:
{
‘RecorderId’: ‘’,
‘HardwareId’: ‘’,
‘DeviceId’: ‘’,
‘Name’: ‘’,
‘Description’: None,
‘Shortcut’: None,
‘DeviceIndex’: 0,
‘GisPoint’: ‘POINT EMPTY’,
‘ShortName’: None,
‘Icon’: 0,
‘CoverageDirection’: 0.0,
‘CoverageDepth’: 0.0,
‘CoverageFieldOfView’: 0.0,
‘MaxFPS’: 0.0,
‘BrowsableStream’: False,
‘Streams’: {
‘StreamInfo’: [
{
‘StreamId’: ‘’,
‘Name’: ‘Video stream 1’,
‘Default’: True
}
]
},
‘Tracks’: {
‘TrackInfo’: [
{
‘TrackId’: ‘’,
‘Edge’: True
},
{
‘TrackId’: ‘’,
‘Edge’: False
}
]
},
‘CameraSecurity’: {
‘Live’: True,
‘Browse’: False,
‘ExportAvi’: False,
‘ExportJpeg’: False,
‘SmartSearch’: False,
‘GetSequences’: False,
‘ExportDatabase’: False,
‘StartRecording’: False,
‘StopRecording’: False,
‘PtzSecurity’: {
‘ManualControl’: True,
‘PresetControl’: True,
‘ReserveControl’: True
},
‘BookmarkView’: False,
‘BookmarkAdd’: False,
‘BookmarkEdit’: False,
‘BookmarkDelete’: False,
‘RetentionView’: False,
‘RetentionCreate’: False,
‘RetentionRemove’: False,
‘ManagePresets’: True,
‘ManagePatrollingProfiles’: True,
‘ManagePresetLocks’: True,
‘RetrieveEdgeRecordings’: False
},
‘PtzSettings’: {
‘PtzEnabled’: True,
‘Presets’: None,
‘Capabilities’: {
‘CapabilityInfo’: [
{
‘CapabilityId’: ‘’,
‘Name’: ‘pan’,
‘Absolute’: True,
‘Relative’: True,
‘Start’: True,
‘Stop’: True,
‘Speed’: True,
‘Automatic’: False
},
{
‘CapabilityId’: ‘’,
‘Name’: ‘tilt’,
‘Absolute’: True,
‘Relative’: True,
‘Start’: True,
‘Stop’: True,
‘Speed’: True,
‘Automatic’: False
},
{
‘CapabilityId’: ‘’,
‘Name’: ‘zoom’,
‘Absolute’: True,
‘Relative’: True,
‘Start’: True,
‘Stop’: True,
‘Speed’: True,
‘Automatic’: False
}
]
},
‘IsCenterOnPositionInViewSupported’: True,
‘IsPtzCenterAndZoomToRectangleSupported’: True,
‘IsPtzHomeSupported’: False,
‘IsPtzDiagonalSupported’: True,
‘EditPreset’: True
},
‘IpixSettings’: {
‘IpixEnabled’: False,
‘Hemisphere’: None,
‘Homeposition’: None,
‘CeilingMounted’: False
},
‘PanoramicLensSettings’: {
‘PanoramicLensEnabled’: False,
‘PanoramicLensType’: None,
‘CameraMount’: None,
‘ImmerVision’: None
},
‘MulticastEnabled’: False,
‘EdgeStorageSupported’: True,
‘EdgeStoragePlayback’: False,
‘StopManualRecordingSeconds’: 300
}




