
Sebastian Louis
- Total activity 40
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 12
Activity overview
Latest activity by Sebastian Louis-
Sebastian Louis created a post,
camera connected event detection
AnsweredHi, How can I detect a camera connected event in the event rules ? We can detect " camera disconnected" event. If the disconnected camera back online how can we detect it ? Thanks in advance
-
Sebastian Louis commented,
Hi Andrey, Thanks for the clarification. It is clear now
-
Sebastian Louis commented,
Hi Andrey Thanks I found the following param {"name": "credentials","resourceId": "{3550a921-cfed-3f69-1e15-0f43c5f8bab6}","value": "admin:******"}, so when I set credential through setResourcePara...
-
Sebastian Louis commented,
Hi Norman, Thanks for the explanation. Now my question is if I bind "Do HTTP Action" with following url directly to a motion event instead of generic event, will it work ? http://localhost/my-eve...
-
Sebastian Louis created a post,
how to set the username and password of the camera through API
AnsweredHi, How to set the username and password of the camera through API? The scenario is given below IP camera will be connected the the system in advance Our programs needs to set the username and pass...
-
Sebastian Louis commented,
Hi Norman, Thanks for the reply. I still didn't understand how my custom HTTP end point receives camera id dynamically Do Nx have some token which will be replaced at runtime ? for example http://l...
-
Sebastian Louis commented,
Hi Norman How can I pass the camera Id to the http endpoint from the event rule ? Do you have any samples for that
-
Sebastian Louis commented,
Thanks
-
Sebastian Louis commented,
Hi Norman, I want to achieve the following 1. A program to listen motion events from a camera 2. Once motion is detected, the program can get notified and it can trigger a recording and do its own...
-
Sebastian Louis created a post,
How to subscribe to Nx motion events on a camera
AnsweredHi, How can I programmatically subscribe to motion events on a camera so that I can detect motion events when some motion detected. Thanks