-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Is there any OpenSource Java Crossplatform (at least win, mac, lin) Screen (desctop) Capture programm/lib?
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I've got DirectShow based screen capture software. Internally it calls CopyScreenToBitmap function to grab screen. Then the picture is compressed by ffdshow.
It works fine as a desktop application, but as window service, on certain computers it does not work (black picture). I've set 'Allow service…
>>> More
-
as seen on Super User
- Search for 'Super User'
I am currently attempting to burn a screen capture file to DVD. I will admit that I know very little about the process, the terminology, and am at a loss of how to find this information. I am using Nero 9 and am very displeased that the manuals available to me online explain very little.
My current…
>>> More
-
as seen on Super User
- Search for 'Super User'
I am currently attempting to burn a screen capture file to DVD. I will admit that I know very little about the process, the terminology, and am at a loss of how to find this information. I am using Nero 9 and am very displeased that the manuals available to me online explain very little.
My current…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
Does anyone know if there's a tool to capture a video from a CE device (like this)? I used the Windows CE Remote Zoom-in to capture stills, but for presentation purposes I would like to show moving images. The devices is connected a pc using USB.
I've tried using a webcam, but I have to move the…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have the following code:
use Imager::Screenshot 'screenshot';
my $img = screenshot(hwnd => 'active', left => 450, right => 200, top => 50, bottom => 50);
$img->write(file => 'screenshot.png', type => 'png' ) || print "Failed: ", $img->{ERRSTR} , "\n";
it returns:
…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm looking for a way to make it easy for technically unsophisticated users to submit screenshots of their browser to me, to aid in debugging web application problems.
There will be a button on all pages inside a web application they can use to report problems, which I would like to submit a screenshot…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Some of our FogBugz users experience that the Screenshot tool does not start-up automatically at boot. The quickest work-around is to re-install it. Any ideas on what causes this to happen? And how to prevent it from happening?
>>> More
-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
I've been building a website for a guy who uses Mac OS X and occasionally he sends me screenshots of bugs. They come out looking like this:
This is fairly typical of Mac screenshots. You get the window decorations, the shadow from the window and a white or transparent background (not the desktop…
>>> More
-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
Are there any sort of configuration options for specifying the default save location for gnome-screenshot, or is this hard-coded into the source code?
It used to be ~/Desktop, which seems to have changed to ~/Pictures (in 12.04).
The only possible solution I've seen is about Setting the default…
>>> More