Using Generic Event to change layouts
AnsweredDo you ever think something is going to be easy, then after spending a week trying to sort it out, you realize how over your head you are? I'm there right now.
I bought an Elgato Stream Deck and had a great idea to assign each button on it to pull up a different layout. When I bought the Stream Deck, I thought there must be an easy way to assign a hot key to a layout or camera, especially since layouts can be assigned a "Logical ID". Nope, no hot keys.
I then learned that the only way to do this was to set up what I want is by using the Generic Event Generator. So I found an API plug-in for the Stream Deck (BarRaider API Ninja). I made a rule for a Generic Event on the server that says:
Source contains: AD-Control-Streamdeck
Caption Contains: 1
Description Contains: AD Administration Layout
On the Generic Event generator, I made the code:
{
"source": "AD-Control-Streamdeck",
"caption": "1",
"description": "AD Administration Layout"
}
And when I test it from there, it works fine. I stick that and the URL into my Stream Deck, and nothing happens. I know I'm missing something, as there's a header box in the app that I have nothing in. I also tried understanding all the authentication stuff, and it melted my brain.
Is there not an easier way to do this? I feel like it's a whole lot of work for something that to me should be really simple. I realize the API is for programmers, and I'm definitely not one. I just don't get why there's no way to integrate with the app, other than for me to make a Generic Event for every layout.
-
Hi Johnathan Powell,
I hope this message finds you well. I noticed your recent topic hasn't received a response yet.
To ensure that your issue is addressed promptly, I transferred your topic into a support ticket so that our support team can assist you with the investigation and provide you with the necessary assistance.
Please let us know if there is anything else we can do to help.
Best regards.
Post is closed for comments.
Comments
2 comments