Alpal94 / aforge

Automatically exported from code.google.com/p/aforge
Other
0 stars 0 forks source link

Screen capture IVideoSource #317

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi there,

Some time ago I needed a way to capture the user's screen. So I created a 
IVideoSource implementation to perform this. The file is attached below, if 
anyone ever finds it interesting or otherwise useful.

Original issue reported on code.google.com by cesarso...@gmail.com on 13 Sep 2012 at 2:59

Attachments:

GoogleCodeExporter commented 8 years ago
Hello,

Yes, seems to be useful. I thought of adding it myself, but did not have urgent 
use case for it.

Thank you.

Original comment by andrew.k...@gmail.com on 14 Sep 2012 at 9:01

GoogleCodeExporter commented 8 years ago
Thanks Andrew. I just noticed the documentation example is missing a screenArea 
argument in the ScreenStream constructor. I may have missed other things while 
porting it from my code to AForge, so let me test it again before it gets added.

Original comment by cesarso...@gmail.com on 14 Sep 2012 at 2:28

GoogleCodeExporter commented 8 years ago
Here it is - the constructor was missing as well.

Original comment by cesarso...@gmail.com on 14 Sep 2012 at 2:52

Attachments:

GoogleCodeExporter commented 8 years ago
Added ScreenCaptureStream class which captures specified rectangle of the 
screen. Added demo of its usage to Player sample application.

Committed in revision 1699.

Original comment by andrew.k...@gmail.com on 18 Sep 2012 at 3:49

GoogleCodeExporter commented 8 years ago

Original comment by andrew.k...@gmail.com on 16 Jul 2013 at 9:53