For questions about screenshots — digital images that show the contents of a computer display,
Questions tagged [screenshot]
4722 questions
2
votes
1 answer
Cannot capture screen
I have a windows service running on a client machine. I need to capture the screen of the client and sent it to server over the remoting. When I run the exe file, it can capture the screen and send it to the server fine. But when I run it as a…

Serhat Ozgel
- 23,496
- 29
- 102
- 138
2
votes
1 answer
FrameBuffer to file inside libgdx or OpenGL
I am trying to take screenshots in the most efficient way. I thing using a FrameBuffer is the most efficient way of taking screenshots because i can process the data in different thread than rendering thread.
How can i get the information from…

Duna
- 1,564
- 1
- 16
- 36
2
votes
2 answers
CopyFromScreen coordinates off
This is a followup to a previous question- sorry if followups are against the rules! I wasn't sure and wanted to be able to give full answer credit to whoever answered this question as well.
I am trying to get a screenshot of a particular section of…

user1548103
- 869
- 2
- 12
- 25
2
votes
2 answers
iPhone Take Screenshot of UIImagePickerController View - Always black if TAB app
Attempting to take a screenshot when the user is in Camera mode and user hits take picture. I have an application with several tabs. In one of them the user launches the Camera. I use CameraOverViewController to make a custom button to take a…
Jot
2
votes
2 answers
Capture Screen Programmatically not working
I have following method to Capture Screen on Action Item Click. Its working on Android <2.3 but not on 4+. What is wrong with this way of screen capture.
private void captureScreen() {
View v = mapView.getRootView();
…

aman.nepid
- 2,864
- 8
- 40
- 48
2
votes
1 answer
Taking screenshots with Windows Service in Windows 7
I know it's an old question about screenshots in Win 7 with winService on c#. I have read all articles about this on Stack Overflow and a lot on CodeProject...I know about 0 session for services , starting from Win Vista & about Allow service to…

Overrided
- 157
- 2
- 15
2
votes
1 answer
How to use OpenGl to take a screenshot on android
I want to take a system screenshot (not layout's screenshot) of an Android device... I followed this:
Android OpenGL Screenshot
but, where is the gl variable? How to create it?

user2123185
- 37
- 1
- 4
2
votes
1 answer
Running CutyCapt from Java
I try to take screenshot from Java with CutyCapt in Linux. But for some reason when I run command from Java, it will not wait for CutyCapt to finish taking screenshot, instead it returns instantly and no screenshot is never taken.
This command…

newbie
- 24,286
- 80
- 201
- 301
2
votes
0 answers
UIImage rendering of OpenGL view not working on device
I used Apple´s implementation to render a OpenGL view to a UIImage :
http://developer.apple.com/library/ios/#qa/qa1704/_index.html
This is working on simulator, but when I try it on the device it just shows a blank image.
The code I am using is…

fede
- 58
- 1
- 7
2
votes
1 answer
DataGridView - get actual column widths
I am developing an ASP.NET website in which I have some tables of data. I want to generate images of this data, so that I can display those images on forums (for example). The method I have used in the past is quite simple: I create a…

Nick Thissen
- 1,802
- 4
- 27
- 38
2
votes
1 answer
Partial screen capture in Objective C
I have been trying to figure out how to create an OS X routine in objective C that:
run in the background (separate thread) and
repeatedly (timed or when certain criteria are met) captures several defined subsets of a specified window/screen…

userjuicer
- 123
- 2
- 9
2
votes
3 answers
Is there a way to take screenshots during a scheduled task if the user isn't logged in?
I have a scheduled task that runs a set of Selenium tests every night at 3:30am. These tests also take a screenshot if they fail and email that screenshot to the development team. The problem I'm having, however, is that the screenshots only work…

Mark Erdmann
- 1,329
- 1
- 14
- 21
2
votes
1 answer
Android: Getting notified when a screen capture is done
Is there any way to get notified when a screen capture is performed using the soft key or the device hard key on android? Any way that works 2.3 onwards will help greatly.
Use case:
I already block screen capture using FLAG_SECURE. I want to show a…

Rohan
- 428
- 5
- 10
2
votes
1 answer
How can I show the computer's desktop using Java?
How can I show the computer's desktop (screen), using Java?

AshwinK
- 1,039
- 1
- 12
- 31
2
votes
1 answer
Bug while using bitmapdata.draw() AS3
I searched and tried many things to get this bug fixed. I have this following code for iOS.
import flash.media.CameraRoll;
//import flash.events.MediaEvent;
import flash.events.Event;
import flash.events.ErrorEvent;
stop();
var IMAGE_URL:String =…

Nicolas Sleiman
- 124
- 1
- 8