difficulty to setting up ptz functions on intelbras camera

Forum for questions and support relating to the 1.30.x releases only.
Locked
leo_hahn
Posts: 3
Joined: Mon Mar 26, 2018 7:56 pm

difficulty to setting up ptz functions on intelbras camera

Post by leo_hahn »

Hello everyone, I believe you can help me with my problem. my company bought an IP camera from the manufacturer Intelbras model VIP-5220-SD-IR. This camera has ptz functions but I can not configure it in zm.

the manufacturer's support says the camera is compatible with onvif profile "s".

I already ran wireshark while controlling for the web interface and I saw that the commands for the ptz are of the HTTP "POST" type as below:

command "left"

{"method": "ptz.start", "params": {"code": "Left", "arg1": 5, "arg2": 0, "arg3": 0, "arg4": null, "channel ": null}," id ": 679," session ": 42053615," object ": 33895736," seq ": 2175790861}
{"method": "ptz.stop", "params": {"code": "Left", "arg1": 5, "arg2": 0, "arg3": 0, "arg4": null, "channel ": null}," id ": 590," session ": 42086897," object ": 33895736," seq ": 2184311052}

command "right"

{"method": "ptz.start", "params": {"code": "Right", "arg1": 5, "arg2": 0, "arg3": 0, "arg4": null, "channel ": null}," id ": 736," session ": 42053615," object ": 33895736," seq ": 2175790863}
{"method": "ptz.stop", "params": {"code": "Right", "arg1": 5, "arg2": 0, "arg3": 0, "arg4": null, "channel ": null}," id ": 737," session ": 42053615," object ": 33895736," seq ": 2175790864}

the same for:
Up, Down, RightUp, RightDown, LeftUp, LeftDown

zoom +: ZoomTele
zoom -: ZoomWide
focus +: FocusNear
focus-: FocusFar
iris +: IrisLarge
iris-: IrisSmall

Can you help me with this question?
Locked