Hey there,
I'm hosting drone races and want to use OBS to streamline the review process of possible missed obstacles or other reasons. I get the live video from the drones into OBS via and HDMI matrix and Capture card. I'm usually a one-man-show so I make pilots spot other pilots for bad laps. During "regular" events there are downtime between single races that can be used to review claims. I want to venture into endurance/team racing where those downtime are not available right away. So either I have to bulk review the claims at a certain point or might have a helper with me who can take on that task.
My current idea is to use the replay buffer to optimize the review process. I was thinking to hook up an Arduino or similar to act as a keyboard and provide 4 hotkeys. Four competing pilots will be placed in front of a big screen to watch the live video of another pilot each. In case there is a missed obstacle, the pilot in charge can hit the button and OBS saves a XX seconds replay a helper or me can review at an appropriate time.
For some reasons (avoid spamming, easier identification of which pilot made the mistake) I'd love to have the file names with a certain naming convention. This has to be changed by the hotkey pressed. For example:
Hotkey F13 gets pressed I want the saved file to be named "Team 1 hh:mm:ss"
Hotkey F14 gets pressed I want the saved file to be named "Team 2 hh:mm:ss"
...
Someone with an idea or example code on how to use hotkeys to change the suffix/prefix/filename for replay recordings?
I'm hosting drone races and want to use OBS to streamline the review process of possible missed obstacles or other reasons. I get the live video from the drones into OBS via and HDMI matrix and Capture card. I'm usually a one-man-show so I make pilots spot other pilots for bad laps. During "regular" events there are downtime between single races that can be used to review claims. I want to venture into endurance/team racing where those downtime are not available right away. So either I have to bulk review the claims at a certain point or might have a helper with me who can take on that task.
My current idea is to use the replay buffer to optimize the review process. I was thinking to hook up an Arduino or similar to act as a keyboard and provide 4 hotkeys. Four competing pilots will be placed in front of a big screen to watch the live video of another pilot each. In case there is a missed obstacle, the pilot in charge can hit the button and OBS saves a XX seconds replay a helper or me can review at an appropriate time.
For some reasons (avoid spamming, easier identification of which pilot made the mistake) I'd love to have the file names with a certain naming convention. This has to be changed by the hotkey pressed. For example:
Hotkey F13 gets pressed I want the saved file to be named "Team 1 hh:mm:ss"
Hotkey F14 gets pressed I want the saved file to be named "Team 2 hh:mm:ss"
...
Someone with an idea or example code on how to use hotkeys to change the suffix/prefix/filename for replay recordings?