Tagged Questions
The screen-grab tag has no wiki summary.
3
votes
1answer
261 views
Run Java ScreenGrabber example
I'm trying to test the Screen Grabber sample from JMF. Could anyone tell me how to write the main method to run this example?.
I have reviewed a lot in Google and have not found a way to make it ...
1
vote
0answers
69 views
How to grab audio from windows? [closed]
Possible Duplicate:
Capturing Audio Out
We can get frame (current monitor screen data) buffer via for example BitBlt but I wonder if we can do something similar with currently playing ...
1
vote
3answers
288 views
How to grab an image and save it in a folder [c# windows application]
I am Creating an windows application using c#.I have a button which should capture the image(the entire Desktop screen) and Save it in a folder .Also i need to show the preview of the image .
1
vote
1answer
179 views
Grab OpenGL output of an application from another application
i would like to know if it's possible, in c/c++, to launch an application and grab it's standard video output?
The goal of this would be to grab the buffer of an application, and use it as a texture ...
1
vote
2answers
796 views
Linux: launch window, capture screen
I need to write a Red Hat Linux command line tool that launches a window and captures its appearance to disk as a JPEG.
Typically the target machines don't have graphics cards, but we can install any ...
0
votes
1answer
32 views
Reducing PIL image size in memory
i am grabbing PIL images with screengrab from the screen, saving them in a queue and writing them into a jpg image sequence.
I use a producer thread to capture and a worker to write the images down ...
0
votes
1answer
29 views
Increasing fps when grabbing from screen
i want to record scenes from my screen, only keeping those that contain a certain pixelcolor.
I have already written a screengrabber using python for this:
import PIL.ImageGrab
def ...
0
votes
1answer
497 views
In C#, how can I grab the selected text from any software? [closed]
Possible Duplicate:
Babylon Text Select
Like Babylon. When you click on a word, it grabs the text. How can I do this? Thanks.
0
votes
2answers
621 views
iphone app submission. creating screen shots
When submitting screen grabs for an iphone app during the approval process, is it ok to submit screens that are different than what is represented on the app itself? for example, i wanted to submit a ...
0
votes
2answers
185 views
Choosing an area on a Mac OS X Desktop
If you press cmd+shift+4 in Mac OS X you are able to select an area on your screen with the corrosponding coordinates shown. I need to implement such a function in one of my applications and have no ...
0
votes
6answers
4k views
Screen Grab with PHP and/or Javascript?
Just wondering if it's possible to screen grab a page you are viewing with a PHP script or javascript? For example, load up a page in an iframe and then save that view as a JPEG?
I'm sure it's ...