Skip to content
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

Desktop Source don't work with complex multi-screen setups #34

Open
GoogleCodeExporter opened this issue Mar 15, 2015 · 5 comments
Open

Comments

@GoogleCodeExporter
Copy link

I have a complicated 3 monitor setup, with the primary one in the middle.

Until now, webcamstudio only captures from the middle monitor, but using the 
coordinates from the left one, it's all a bit of a mess.

The reason is, that only the default GraphicsConfiguration is used, and the 
multi-monitor setups aren't taken into consideration while calculating the 
display size and setting up the robot for capturing.

I've attached a patch that fixes all of these issues ( for me ), although I'm 
sure there are some specific side cases that I've not considered. But it's a 
vast improvement over the current state.


Original issue reported on code.google.com by [email protected] on 12 Jul 2011 at 2:39

Attachments:

@GoogleCodeExporter
Copy link
Author

This has been a long issue with WebcamStudio. Actually, the problem lies in the 
Java framework, only able to capture from the default graphic device...  

Next release will have a full desktop source, meaning capturing your whole 
desktop...

Original comment by patrick.balleux on 11 Aug 2011 at 9:33

  • Changed state: Accepted

@GoogleCodeExporter
Copy link
Author

I only have a laptop and external display, but I could really use the option to 
show what is on that second display.

Can I use this fix safely?

I am not very versed in this stuff.

Thanx!

zeddock

Original comment by [email protected] on 17 Aug 2011 at 2:29

@GoogleCodeExporter
Copy link
Author

A pipeline could be the answer to that problem...

I think you can specify the screen and area directly in the pipeline.

Original comment by patrick.balleux on 25 Aug 2011 at 7:30

@GoogleCodeExporter
Copy link
Author

I really do not understand what you mean. Care to explain?  Or if it is 
complicated, please just say so.  I do not want to slow down this great work 
with things maybe only I am interested in.

Thanx!

zeddock

Original comment by [email protected] on 26 Aug 2011 at 3:11

@GoogleCodeExporter
Copy link
Author

A pipeline is a file in which you can put a custom gstreamer pipeline as a 
source.  See the website for examples

Original comment by patrick.balleux on 10 Oct 2011 at 5:38

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant