Announcement

Collapse
No announcement yet.

How to control Foscam Pan/Tilt functions in HS3Touch

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    How to control Foscam Pan/Tilt functions in HS3Touch

    When doing projects in the Designer, you can add these properties to up/down/left/right buttons to activate pan/tilt functions in the camera.

    AWP = Actions When Pressed
    AWR = Actions When Released

    Pan LEFT
    AWP: &hs.GetUrl("http://IPADDRESS/decoder_control.cgi?command=4&user=USERNAME&pwd=PASSWORD","" ,True,80)
    AWR: &hs.GetUrl("http://IPADDRESS/decoder_control.cgi?command=5&user=USERNAME&pwd=PASSWORD","" ,True,80)

    Pan RIGHT
    AWP: &hs.GetUrl("http://IPADDRESS/decoder_control.cgi?command=6&user=USERNAME&pwd=PASSWORD","" ,True,80)
    AWR: &hs.GetUrl("http://IPADDRESS/decoder_control.cgi?command=7&user=USERNAME&pwd=PASSWORD","" ,True,80)


    Pan UP
    AWP: &hs.GetUrl("http://IPADDRESS/decoder_control.cgi?command=2&user=USERNAME&pwd=PASSWORD","" ,True,80)
    AWR: &hs.GetUrl("http://IPADDRESS/decoder_control.cgi?command=3&user=USERNAME&pwd=PASSWORD","" ,True,80)


    Pan DOWN
    AWP: &hs.GetUrl("http://IPADDRESS/decoder_control.cgi?command=0&user=USERNAME&pwd=PASSWORD","" ,True,80)
    AWR: &hs.GetUrl("http://IPADDRESS/decoder_control.cgi?command=1&user=USERNAME&pwd=PASSWORD","" ,True,80)
    💁‍♂️ Support & Customer Service 🙋‍♂️ Sales Questions 🛒 Shop HomeSeer Products
Working...
X