Panasonic AW-UE50KPJ auto-tracking start/stop command


 

Good Morning,
I am controlling a Panasonic AW-UE50KPJ  using the module Panasonic_PTZ_Camera_Series-HE-UE-UB-HR through IP.
 I do need the command to start/stop the autotracking. 
Any help??
Thanks a lot


 

Yopu could try these where the IP of course need to be changed :)
 
Auto Tracking OFF:
http://192.168.0.10/cgi-bin/aw_cam?cmd=OSL:B6:0&res=1
Auto Tracking ON:
http://192.168.0.10/cgi-bin/aw_cam?cmd=OSL:B6:1&res=1
 
Tracking OFF:
http://192.168.0.10/cgi-bin/aw_cam?cmd=OSL:BC:0&res=1
Tracking ON:
http://192.168.0.10/cgi-bin/aw_cam?cmd=OSL:BC:1&res=1
 
 
Full BODY:
http://192.168.0.10/cgi-bin/aw_cam?cmd=OSL:B7:1&res=1
Upper BODY:
http://192.168.0.10/cgi-bin/aw_cam?cmd=OSL:B7:2&res=1
OFF: (Innebär att den inte använder Zoom)
http://192.168.0.10/cgi-bin/aw_cam?cmd=OSL:B7:0&res=1


 

Hi,
I wouldn't make to work using IP, trying 422, I am using:
OSL:BC:1 to start auto tracking
I am sending:
\x02OSL:BC:1\x03
OR
\x02\x4F\x53\x4C\x3A\x42\x43\x3A\x31\x03
 
And is not working, anybody has an idea?