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’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...
-
This is python script written based on the github example you gave me (with changed password): import requestsimport urllib3 urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning) def ...
-
I found information: "All owner-level API requests in the /rest section of the API documentation require session authentication with a fresh bearer token to enforce password checks before executing...
-
I'm using an administrator (owner) account. I am logged in to this account.