Mariusz
- Total activity 17
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Comments
Recent activity by Mariusz-
I used to work with an Alarm layout, but I ran into some limitations and switched to regular layouts. The thing is, I don’t quite remember what the exact problem was back then...Originally, my idea...
-
I know this options, but in my integration I have about 90 scenarios (fire detector–camera mappings), so I would have to configure all of them in the VMS, which is user/configurator error-prone. In...
-
I’m doing it a bit more complex: I create a new regular layout (not a fire alarm one), then I add as many cameras as I need depending on the alarm zone, and after that, I use a generic event to dis...
-
I’m integrating the FDS system with the CCTV, and I would like the selected cameras to be displayed in case of a fire. In such a situation, the cameras should be shown in live mode.
-
Let's assume that the user is watching recordings on a specific layout. Can I use an API command to force that layout to start playing live?
-
Yes, the bad request was on my side.Thanks for the quick responses and helpful guidance — the solution with the Open Layout action triggered via a generic event works as expected.Really appreciate ...
-
Norman Ichiro Thank you. The generic event and the "Open Layout" action seem to be exactly what I needed.I’m trying to create a new Rule via the API. In your example, d7f13fda-ae85-4e67-ba3d-bd6364...
-
Thank you for your response.The provided article describes launching additional instances of the VMS program with a selected layout — unfortunately, I am looking for a different solution.I would li...
-
I'm testing it on WAVE Cilent version 5.1.0.37133. I can create a new empty layout, a new layout with a camera, remove all cameras in the layout to display one camera (replace item layout).I need t...
-
You're right. It works: import requestsimport urllib3 urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning) def create_bearer_token(url, username, password): token_endpoint = f"{ur...