Input/Output support
Answeredare camera digital inputs/outputs supported via the API.
Input/Output capabilties: If a camera has a number I/O's is this information retrieved as part of the getCamerasEx data?
Inputs: Recieving notification when camera input triggered, we can support this via the "On Input Signal..." rules?
Outputs: is there a way to activate/deactivate an output via API?
-
Hi DC.
Input/Output capabilties: If a camera has a number I/O's is this information retrieved as part of the getCamerasEx data?
Yes, please use this JSONPath to extract I/O settings from the getCamerasEx reply.
$[*].addParams.[?(@.name="ioSettings")].value
Outputs: is there a way to activate/deactivate an output via API?
You may use Generic event type in combination with Event Rules mechanism to achieve that.
Post is closed for comments.
Comments
1 comment