PTZ presets: wireless or cell or mechanical button

bug99

Pulling my weight
Joined
Dec 27, 2016
Messages
397
Reaction score
154
Is there a decent way to use a remote of some sort to go between 2 or three presets on a Dahua camera? I am up for trying almost anything, so long as the end result is fairly clean and robust. Thoughts are programmable RF remote to a IP gateway, cell phone app, wall buttons with or without raspberry Pi. My thought is to try it with the new SD1A203T-GN or the DH-SD12203T-GN, but the technique should likely apply to many models.

I would love to hear some creative ideas.
 

bp2008

Staff member
Joined
Mar 10, 2014
Messages
12,674
Reaction score
14,018
Location
USA
If you have time to put into custom programming, you can use a wireless numpad as a cheap type of button pad. I have put together 5 of these in my house, which I use for home automation.

DIY wireless home automation control panel

The tough part is finding software to respond to the key presses. I had to write that myself.
 

bug99

Pulling my weight
Joined
Dec 27, 2016
Messages
397
Reaction score
154
How would the HTTP shortcut method command a preset position? Is that something that can be passed in the URL like the login and stream and substream data choice?
 

tangent

IPCT Contributor
Joined
May 12, 2016
Messages
4,421
Reaction score
3,655
You can use software on a PC like auto hotkey to trigger commands that would change the preset (using http api for camera). There are lots of ways to do it with something like an ESP8266 or Pi zero w

Search dahua http api.
 
Top