Snapshot to Node Red
AnsweredHi,
is it possible to send a snapshot to Node Red via Http Event?
I know it is possible via /ec2/cameraThumbnail method, but then the request has to origin from Node Red.
Because of low delay I want to send a snapshot as soon as a motion occurs, just like the do http request action.
Thx
0
-
Official comment
Hi @...,
I have zero experience with NodeRed, but I would set up the following rule;
Event = Motion ⇾ Action = Do HTTP request (URL to NodeRed)
If this fails, set up two rules;
Event = Motion ⇾ Ation = Do HTTP request (URL to Nx Server with createEvent and mediaRefs)
Event = Generic Event ⇾ Action = Do HTTP request (URL to NodeRed)
Please sign in to leave a comment.
Comments
1 comment