You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, CS Demo Manager allows for tracking the POV of a single player. I’d like to suggest an enhancement where the user can select 2–4 players, and the app automatically switches between their POVs depending on in-game events and player impact.
💡 How It Could Work:
-The user selects multiple players (e.g. via checkboxes in the UI).
-The system monitors all selected players simultaneously.
-A few seconds before an impactful event (e.g. kill, death, assist, flash assist), the camera switches to that player’s POV.
-After the event, the camera can:
stay on that player if additional impact is expected
revert to another active player if they’re involved in something relevant
otherwise, default back to the previous POV
⚙️ Possible Implementation Details:
-Could hook into demo event data like player_death, player_hurt, player_blind, etc., and use timestamps to predict and preemptively switch POVs.
-Add a buffer (e.g. 2–3 seconds) to jump to the POV slightly before the actual event to show buildup/context.
✅ Use Case:
-Makes it easier for coaches or analysts to track how a group of players performed in sync.
-Reduces the need to re-watch the same round from multiple individual perspectives.
-Helps to visualize round impact more clearly when multiple players are contributing.
Thanks again for your hard work on this project. <3
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Currently, CS Demo Manager allows for tracking the POV of a single player. I’d like to suggest an enhancement where the user can select 2–4 players, and the app automatically switches between their POVs depending on in-game events and player impact.
💡 How It Could Work:
-The user selects multiple players (e.g. via checkboxes in the UI).
-The system monitors all selected players simultaneously.
-A few seconds before an impactful event (e.g. kill, death, assist, flash assist), the camera switches to that player’s POV.
-After the event, the camera can:
stay on that player if additional impact is expected
revert to another active player if they’re involved in something relevant
otherwise, default back to the previous POV
⚙️ Possible Implementation Details:
-Could hook into demo event data like player_death, player_hurt, player_blind, etc., and use timestamps to predict and preemptively switch POVs.
-Add a buffer (e.g. 2–3 seconds) to jump to the POV slightly before the actual event to show buildup/context.
✅ Use Case:
-Makes it easier for coaches or analysts to track how a group of players performed in sync.
-Reduces the need to re-watch the same round from multiple individual perspectives.
-Helps to visualize round impact more clearly when multiple players are contributing.
Thanks again for your hard work on this project. <3
Beta Was this translation helpful? Give feedback.
All reactions