Re: [osg-users] Screen Shot question

2012-03-14 Thread Thomas Lerman
Thank you for the information. They are getting closer to what I am looking for. I tried osgwTools. It seems to work well, but ideally I would make the call and immediately know that the image has been created. Obviously, I can read the file back in to save it to the clipboard if needed. Also,

Re: [osg-users] Screen Shot question

2012-03-14 Thread Thomas Lerman
Okay, got something that seems to work well without spawning another thread, gets all that I need in the image, etc. from looking at the examples. Thank you again. -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=46287#46287

Re: [osg-users] Screen Shot question

2012-03-09 Thread Werner Modenbach
Is there also a high res example code? Am 09.03.2012 01:45, schrieb Sergey Kurdakov: Hi Thomas Is there a way to capture this programatically? here is example from osgWorks where you have full control: http://code.google.com/p/osgworks/source/browse/trunk/src/osgwTools/ScreenCapture.cpp

[osg-users] Screen Shot question

2012-03-09 Thread Sergey Kurdakov
Hi Is there also a high res example code? http://forum.openscenegraph.org/viewtopic.php?t=3482 regards Sergey On Fri, Mar 9, 2012 at 7:33 PM, Werner Modenbach werner.modenb...@texion.eu wrote: Is there also a high res example code? ___

[osg-users] Screen Shot question

2012-03-08 Thread Thomas Lerman
I know I can capture a single screen capture with _keyEventTakeScreenShot in the ScreenCaptureHandler. As long as I remember correctly, this writes it out to some file. Is there a way to capture this programatically? How about capture it to the clipboard or at least query what the file path is?

[osg-users] Screen Shot question

2012-03-08 Thread Sergey Kurdakov
Hi Thomas Is there a way to capture this programatically? here is example from osgWorks where you have full control: http://code.google.com/p/osgworks/source/browse/trunk/src/osgwTools/ScreenCapture.cpp Regards Sergey On Fri, Mar 9, 2012 at 4:27 AM, Thomas Lerman osgfo...@tevs.eu wrote: