Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

11
votes
3answers
231 views

Capture image with imagegrabscreen and Wamp

I'm trying to capture a local web page with imagegrabscreen but I only get a black screenshot. I tried almost every solution from questions here on SO and others sites and nothing works. I'm using ...
11
votes
7answers
4k views

Fastest method of screen capturing

I want to write a screencasting program for the Windows platform, but am unsure of how to capture the screen. The only method I'm aware of is to use GDI, but I'm curious whether there are other ways ...
9
votes
1answer
1k views

Linux: Screen desktop video capture over network, and VNC framerate

Sorry for the wall of text - TL;DR: What is the framerate of VNC connection (in frames/sec) - or rather, who determines it: client or server? Any other suggestions for desktop screen capture - but ...
8
votes
5answers
2k views

iPhone demo help: anyone know of a faster screen capture alternative to UIGetScreenImage()?

I'm working on an iPhone app that I'm going to be demo'ing to a live audience soon. I'd really like to demo the app live over VGA to a projector, rather than show screenshots. I bought a VGA adapter ...
6
votes
1answer
141 views

Screen record a single window

I'm looking for a SDK, plugin or code that will videorecord a specific window (hwnd). If possible in C# or Java. Does anyone know if this exists? I've been googling, but haven't come across anything.
4
votes
1answer
275 views

fastest method to capture game screen shots in c#?(more than20 images per second)

How can i make screenshoots to the entire game screen very fast? Somthing like 20-30 per second?(i want to convert them to video) [[1]] I've tried WMEncoder.Results were that WMEncoder can capture ...
4
votes
4answers
412 views

How can I optimize my screencasting utility?

I'm developing a screencasting utility in C++. It basically captures desktop frames and creates an AVI file. The algorithm is as follows: Create a thread: ...
4
votes
3answers
876 views

Simulating Screen capturing as a webcam?

Do we have a way to simulate a webcam driver, that will provide realtime captured screen (30 frames per sec) as it's output?
4
votes
2answers
1k views

Capture Screen Image in C++ on OSX

Is there a way to programatically take a screenshot (or somehow get access to an image) of the current screen display on a mac? Preferably, in C++, not Objective-C.
3
votes
1answer
103 views

screencast support in Qt?

I know there're some really wonderful tools out there for capturing screen in motion on a desktop but as part of development of this app I've been working on, I need to capture activities taking place ...
3
votes
2answers
278 views

How to add screen sharing to my app

Are there any off the shelf components for adding a screen sharing feature to my app? I've built real time text chat for a group chat room - now I'd like to have a button where a user can share their ...
3
votes
1answer
118 views

Getting A Window's Region

I am trying to a get a window's height and width using this : [DllImport("User32.dll", SetLastError = true)] [return: MarshalAs(UnmanagedType.Bool)] private static extern bool ...
3
votes
1answer
421 views

C# Capturing Direct 3D Screen

I have been fooling around with screen capture for awhile now and I managed to capture the entire screen, certain areas on the screen etc... But when I go into a game and try to capture the screen, ...
3
votes
1answer
551 views

How to record screen on Windows Phone 7 as a video?

Does anyone know of a good way to record an application being used on Windows Phone 7 that includes markers as to where on the screen it is being touched?
3
votes
2answers
229 views

Recommendations for a Python library that can capture still images from a Flash/HTML5 video?

Part of a web application I am developing requires the ability to capture still images from a Flash or HTML5 video playing with in a browser. Is there a Python library out there that could help me ...
3
votes
2answers
1k views

Capture multiple screens desktop image using Qt4

i am writing a screen capture application in Qt4 with c++. I have a problem when tuning on dual screens. I am unable to get an image with the second screen. I tried a c# application and that will grab ...
3
votes
1answer
105 views

Save a portion of my program’s own window to a bitmap file using mfc/win32

Within my mfc program, I need to programmatically capture a portion of that program’s own window, then save it out as a file (bmp or jpg etc). How to do this without using 3rd party library?
3
votes
3answers
547 views

How to capture part of a screen

I am using the win32 PrintWindow function to capture a screen to a BitMap object. If I only want to capture a region of the window, how can I crop the image in memory? Here is the code I'm using ...
3
votes
2answers
2k views

Is there a way to capture the screen as real-time video?

I need to make a video as a demo for one application I have developed. I know that there are some experimental applications that use DDMS and achieve a framerate of 5-6 FPS. This framerate is ...
3
votes
4answers
1k views

Captured UIView image has distorted colors (iPhone SDK)

I'm using the UIGraphicsGetImageFromCurrentImageContext() function to capture the screen contents into an UIImage object (previously rendered into an Image context). This works great for both the ...
3
votes
2answers
938 views

Programmatically take ScreenShot of Desktop in Ruby?

I asked this question about taking a picture of a webpage programmatically, and I've downloaded and got webkit2png working (taking pictures of HTML pages like blogs and whatnot). So cool, thanks for ...
3
votes
3answers
3k views

Screen capture from windows service

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, ...
3
votes
10answers
767 views

I need to record a demo of our application. Can anyone recommend a good screen recorder?

I need to record a demo of our application. Can anyone recommend a good screen recorder? I have tried CamStudio, but it's throwing errors. Any other good free software I should try?
3
votes
3answers
477 views

Is there a good (FOSS) screen recorder that can be used to make training videos easily?

I am looking for a good screen recorder to make training videos of my systems - can you recommend any ?
2
votes
2answers
52 views

Creating a small images from JPanel

I'm writing simple slide program in Java. In that program, I draw lines, ellipses, rectangles and etc in each slide. What is more, like a powerpoint I want to show all of my slides' symbolic small ...
2
votes
3answers
211 views

BlackBerry screen shot utility - from a desktop computer

I am looking for a screen shot tool that I can use to capture screens from my BlackBerry Tourch 9850. I have tried using the included JavaLoader utility with my SDK but I receive "Retrieving screen ...
2
votes
1answer
246 views

Bitrate limitation on AVFoundation screen capture on OSX Lion

I'm using AVFoundation on OSX Lion to do screen capture. Accomplished as follows: self->screenInput = [[AVCaptureScreenInput alloc] initWithDisplayID:self->screen]; self->dataOutput ...
2
votes
1answer
260 views

How to capture screen to be video using C# .Net?

I know there are lots of question like this. But I don't want to use the Windows media encoder 9 because it's a problem to get one, and then it is no longer supported. I know that, one possibility ...
2
votes
2answers
248 views

Record iPhone app video (without simulator)

How can I record a video of an iPhone app? I can't use the Simulator because the application is very OpenGL-heavy and uses an accelerometer/gyroscope.
2
votes
3answers
218 views

Creating a Screenshot Plugin

Does anyone have a good tutorial on creating a simple screen capture plugin for Firefox and/or Chrome?
2
votes
1answer
722 views

Clean Android screencast video [closed]

I'd pretty much given up on the idea of being able to make a clean, professional-looking screencast to demonstrate an app. I'd looked at things like androidscreencast and whatnot, but the video is ...
2
votes
0answers
539 views

Capture screen of GLSurfaceView to bitmap

I need to be able to after a certain amount of time capture an image of a GLSurfaceView at that moment in time. I have the following code: relative.setDrawingCacheEnabled(true); screenshot = ...
2
votes
1answer
257 views

can i detect desktop changing to do screen capture

I'm in the process of creating a desktop screen capture application. I'm using a Timer to poll for screen changes. Can I detect if the desktop has changed through a Windows API?
2
votes
2answers
2k views

Android screen capture problem

How to use code to capture screen on android phone? Cound someone give some demo code to guide me?
2
votes
1answer
461 views

How I can develop a screen-capture tool in Python

I'm learning Python now and I want to develop a screen capture tool in Python.How I can do this work?
2
votes
2answers
615 views

Android acess to native screen buffer from Java

Is it possible, from within my android java app, to capture an image of what is on the screen, even if it was written using native (ndk)? I do not wish to take screen shots of other apps, just my own. ...
2
votes
0answers
180 views

WM_PAINT, Java and capturing hidden windows

First a disclaimer, I'm a Java programmer and have almost no idea about the Windows API. So please bear with me. My goal is to use Java to capture a hidden window. My target platform is Windows. I do ...
2
votes
0answers
297 views

Command line cross plaftorm screen recording & conversion to FLV

My goal is very simple - use a command line (standalone exe) that can record desktop activities & dump out a compressed FLV file. I looked at ...
2
votes
2answers
907 views

BitBlt ignores CAPTUREBLT and seems to always capture a cached copy of the target

I am trying to capture screenshots using the BitBlt function. However, every single time I capture a screenshot, the non-client area NEVER changes no matter what I do. It's as if it's getting some ...
2
votes
5answers
899 views

How to read the screen pixels?

I want to read a rectangular area, or whole screen pixels. As if screenshot button was pressed. How i do this? Edit: Working code: void CaptureScreen(char *filename) { int nScreenWidth = ...
2
votes
2answers
494 views

How to capture screenshot of a web site in unattended mode?

I need to write a .NET application that captures screenshots of various web pages periodically. The application needs to run as a windows service in unattended mode - when there is no user session or ...
2
votes
1answer
767 views

Screen capture on Linux

I need to port a screen capture utility to Linux. I'm not familiar with Linux. On Windows, you can get the handle of a specific window or desktop and using BitBlt in Win32 API, you can copy the image ...
2
votes
4answers
1k views

I'm writing a screen capture module in Java, but I'm having serious performance issues writing screenshots to disk. What else can I do?

I'm writing a screen capture module using the Robot class. I'm taking screenshots of the application every x milliseconds and writing them to disk. After screen capture is finished, I'm compiling the ...
2
votes
5answers
757 views

Is it possible to take a screenshot of a web page with ASP.net with C# Code

Is it possible to take a screenshot of a web page with ASP.net with C# Code and then submit that back to the server? In this code access only local host only, but same source code not access to the ...
2
votes
3answers
2k views

Capturing a Window that is hidden or minimized

I followed this tutorial (there's a bit more than what's listed here because in my code I get a window via mouse click) for grabbing a window as a bitmap and then rendering that bitmap in a different ...
2
votes
1answer
1k views

Java screen capture applet

Am wondering if there is any applet which I can use and customize to capture the users screen (windows and mac) in java? I saw jxCapture but it takes only screen shots. I want to use the tool to ...
1
vote
2answers
38 views

DIY: Project remove VGA cable by sharing screen over wifi to TV

This is one of my coding projects. I'm fairly new to linux, so I need some pointers and thoughts from you guys, before I get started. I know there exists screen sharing software already, but I want to ...
1
vote
1answer
44 views

PrintWindow works in standalone application and does partially work in NPAPI plugin

I have a code, which captures a given window by PrintWindow function. Specifically I do capture web-pages in a browser. This code is tested in a standalone Windows application, and it works ok. The ...
1
vote
0answers
80 views

How to capture screen pc and send to android phone

I'm looking for a solution to capture screen PC (use C#) and send frame by frame to android (just like team viewer) . Then, I found 3 problems: - How to capture screen PC to a bitmap and compress it ...
1
vote
1answer
33 views

Utility to do Windows screen recording at application level

I am looking for something similar to Camtasia (about which I only read about but haven't had a chance to try yet) geared more to just capturing what user is doing as opposed to producing flashy demos ...

1 2 3 4