-
-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Force camera size/layout and/or amount of expected cameras in a room capture #61
Comments
Saw in the v20 release notes there is a
This should achieve exactly what I need it to do, except that the mix order in the director does not allow for reordering in a |
Wiethoofd, I pushed a patch for this issue to https://vdo.ninja/alpha/. It should allow mix-ordering as a director, but still allow the &slots=N parameter to work on scenes. There was a bit of a conflict here with an unfinished Anyways, I'll push things to github/production once I'm satisified the bugs are worked out and I've tested things enough. Let me know if there are problems with it |
Figured out that with the following json I can get the layout I want on https://vdo.ninja/mixer However I can't seem to get a scene output from that, which I can use; only drag/drop camera IDs to the correct slots to the numbers in the layout I want, but nothing more than that. This would be doing exactly what I want with |
Watching the actual introduction video that came with the mixer announcement actually helped, but currently doesn't allow you yet to use the /mixer as a 'ghetto director' to take that over just yet, since the ?room and ?password aren't supported. Should probably move discussion to this issue instead of here for the electron capture software, utilizing that custom built scene/layout, if not an actual issue thread dedicated to |
@Wiethoofd The mixer is my next focus; I'm tying up some android and meshcast issues at the moment, but will work on the mixer more shortly. It's been requested quite a bit. |
When people join or leave a room the positions of the cameras change, or sometimes the amount of expected people don't all join a room, but the crops were already pre-set in OBS.
Example:
For my ice e-hockey streams I am always expecting 6 player cameras and am set up with a single room per Electron Capture. Being able to force a 2x3 layout, even with only 2-4 players showing up would guarantee the camera crops of the display/window capture . Because currently when there's only 3 cameras they jump to the center, 2 go side by side, 4 is a 2x2 grid etc. Being able to force slots or a layout would help save time recropping cameras every time, or causing odd crops if a camera suddenly disconnects from the mobile users and also causes a reshuffle of the order until you use the director's panel to reorganize them or drag the cropped source in OBS around to match the correct location.
The text was updated successfully, but these errors were encountered: