-
Notifications
You must be signed in to change notification settings - Fork 65
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
feature request: Multi Camera input #29
Comments
For anyone else stumbling upon this feature idea: you can achieve the desired output (as outlined by s-light) by using OBS Studio and combining multiple camera sources into a virtual camera output stream. However, OBS Virtual Camera used as input seems to freeze reacTIVIsion (1.5.1) |
great idea !! |
I'm stumbling upon this now. I need to connect my OBS virtual camera to reactivision, but it doesn't seem to be able to recognise it. And I have no clue how to find the correct camera id if it would recognise it (as I need to change the camera id in camera.xml to change camera inputs). |
as discussed at https://sourceforge.net/p/reactivision/discussion/user/thread/9504717b/#32be
it would be super to have a basic multi-cam input option.
i will start with the porting of the things mostly already done by cmayer0087 to the simpler approach based on the current master branch. Pull request will follow.
This Feature request is meant as discussion platform for 'what should work in which way'.
Current Approach from my side would be:
configuration would be done in camera.xml something like this:
the idea is you have a canvas defined by the first
<capture width="600" height="360" />
tag (green border).than for every camera you want to show you create one
<childcamera>
tag. in this element the<capture>
tag defines the hardware camera config/format. then there is a<frame x="100" y="200" width="240" height="140" xoff="20" yoff="50" mode="-1" />
tag to define the position and visible portion of the camera image.If you have ideas how to change this for easier understanding pleas let me know.
The text was updated successfully, but these errors were encountered: