Closed thomasdragsnes closed 1 year ago
I see Preset recall/save but Scene is missing. I know this Issue post is from last year, but +1 to this. Recall and Save for Scenes 1-6 Reading through the Panasonic PTZ documentation, it looks like it has functionality for this feature.
I got this to work via the Generic HTTP Requests module.
Module Setup - IP Address: http://XXX.XXX.XXX.XXX/cgi-bin/
GET command
URI: aw_cam?cmd=XSF:1&res=1
XSF:
with the Scene Number you want to use... i.e. XSF:1&res=1
for Scene 1, XSF:3&res=1
for Scene 3.Header Input: Left field blank
JSON Response: Convert Result to String
and JSON Stringify Result
Was the scene change functionality able to be added directly into the module instead of needing to use a generic HTTP request module?
I don’t know. Another developer just said I could close it
Hi, we would love the functionality to save and recall scene files.
The use case for this is making color corrections to a specific lighting setup, but if an operator gets lost in the settings, i would like a quick way of recalling a safe standard preset that will be mostly right.
Is this possible to accomplish?