Questions tagged [screen-capture]

Screen capturing is the act of copying the content of the screen to an image or other data structure, either to a file or memory.

Screen capturing is the act of copying the content of the screen to an image or other data structure, either to a file or memory.

802 questions
-1
votes
1 answer

Take Invisible Layout's Screenshot Programmatically In Android

I Want To Implement Share Functionality in my App.And I Want To Share Multiple Product At A Time For That I Have To Take Screenshot Of All Layout. Any Idea About It.
RAMU PAL
  • 149
  • 1
  • 11
-1
votes
2 answers

Getting black screen shot using screen capture method in c#

I am using screen capture method in my c# hands on. In local project everything is working fine. But when I am publishing my application to live domain then I am getting black screen shot. I am using below two ways for active window screen…
Jatin Gadhiya
  • 1,955
  • 5
  • 23
  • 42
-1
votes
1 answer

How to screenshot BIOS

I need to make screenshot of BIOS Award 1984-2009 F8 setup for my Project without using devices like camera. Is there any way to do it? I tried some emulators, but they won't work.
clearTaoe
  • 37
  • 4
-1
votes
1 answer

Can i take the screen capture of a remote machine if knew the IP address?

Is it possible to take the screen capture of the desktop of a remote machine using C++? We were able to take the screen capture of the current machine using window APIs and save to local as bitmap. If the knew the IP address of a remote machine, is…
Kiran Joshy
  • 105
  • 10
-1
votes
1 answer

Want to write a screen capture recording app, where do I start?

I want to start writing an application that can capture screen content, or capture specific full screen app content, but I am not sure where to start. Ideally this would be written using OpenGL but I don't know the capabilities for OpenGL to capture…
user1634494
  • 609
  • 1
  • 7
  • 23
-1
votes
1 answer

How to record screen in android from inside or outside the app?

I see some apps on Google Play which allow you to record entire screen for Android version 5.0+ I have been digging into android reference for a while but could not figure our a right way to do it. Could someone please provide me just a small hint…
Amit Gupta
  • 533
  • 6
  • 17
-1
votes
1 answer

Can we grab iPhone screen before program launch?

Can we grab iPhone screen before program launch? Of course it will be grabbed after application launching. But maybe iOS cashes it somewhere so we can access it.
Dmitry
  • 14,306
  • 23
  • 105
  • 189
-1
votes
1 answer

C# - How to save many files to the hard disk until it become full without crashing

I have a console application which do "Screen Capture", and save the images in "c:/" directory with infinite number of pictures, I want the application to keep capturing and saving pictures until the hard disk become full WITHOUT crashing the…
kareemborai
  • 394
  • 1
  • 5
  • 14
-1
votes
1 answer

Launching selemium scripts from browser for screen capture

I am looking for creating a functional training package for a web based product (more like a screen capture). However, the requirement is not just to have screen capture, but to have a test mode for the training where we can prompt the user to click…
Sharath Chandra
  • 654
  • 8
  • 26
-1
votes
2 answers

Capture still image with Microsoft Expression Encoder SDK

I was playing around with my webcam and started to create a small application (using the Microsoft Expression Encoder SDK), where the images of the webcam are streamed to a picturebox on a winform [1]. So far, everything went pretty smooth. But now…
muellerd
  • 1
  • 1
  • 2
-1
votes
3 answers

In any languages, Can I capture a webpage and save it image file? (no install, no activeX)

I heard it is possible to capture webpages by using PHP(maybe above 6.0) on windows server. I got some sample code and tested. but there are no code to perform rightly. If you know some right ways to capture webpage save it image file on web…
user112072
  • 37
  • 5
-2
votes
1 answer

How to make automatic screen capture program for math question workbook

I want to make a auto screen capture program and the program recognize each questions' height and width and control the capturing size (like green box in example image). Is the deep learning or AI technology essential?? I really want to make this…
-2
votes
1 answer

Getting the screen pixels as byte array

I need to change my screen capture code to get a pixel array instead of a Bitmap. I change the code to this: BitBlt > Image.FromHbitmap(pointer) > LockBits > pixel array But, I'm checking if it's possible to cut some middle man, and have…
Nicke Manarin
  • 3,026
  • 4
  • 37
  • 79
-2
votes
2 answers

How can I use the screen as a video input to darkflow

I've trained darkflow on my data set and have good result! I can feed it a pre recorded image or video and it draws the bounding boxes around the right things, win! Now I'd like to run it live as has been done with camera feeds, except I'd like my…
user6916458
  • 400
  • 2
  • 7
  • 19
-2
votes
1 answer

Does the android screen capture file contain any informations about the source device?

Is we have a screen capture token on android , what information can we get from that file about the source device ( we can know the screen resolution for exemple , but what else ? ) .
Dhia Hassen
  • 508
  • 4
  • 20
1 2 3
53
54