erwinwolff/aforge

Screen capture IVideoSource

GoogleCodeExporter opened this issue · 5 comments

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:

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

  • Changed state: Accepted
  • Added labels: Project-Video
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

Here it is - the constructor was missing as well.

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

Attachments:

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

  • Changed state: Fixed

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

  • Changed state: Released