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
0
votes
2 answers

Screen capture without main window

I will like to take a screen capture without a window. I currently hide my main window take a screen shot of the desktop and then make my main window visible again. Will it be possible to achive the same functionality without having to hide my…
Tono Nam
  • 34,064
  • 78
  • 298
  • 470
-1
votes
0 answers

windows screen capture output artifacting/warping

When viewing my output from OpenCV it appears to be artifacting/warping. I've attached an image of the issue.Artifacting/Warping Output Initially I assumed it was due to incorrect window sizing, so I tried specifying the exact window dimensions with…
Akuen
  • 1
  • 2
-1
votes
1 answer

How to capture the window where flutter widget's area is located

hi guys im making my own flutter desktop program but when trying to make a fucntion that capturing the window where flutter widget's area is located i have troubled.. first, i tried to transparent the program's background and capture the widget(by…
breakeme
  • 1
  • 1
-1
votes
2 answers

Test cases for screenshot in manual testing

what are the test cases for capture screenshot in manual testing? Capture screenshot
-1
votes
1 answer

WebRTC ScreenCapturerAndroid

I'm trying to create a screen capturer app for android. I already have the webRTC portion setup with a video capturer using Camera2Enumerator library from here. How can I modify this to create a pre-recorded video capturer instead of camera…
snigdha v
  • 1
  • 3
-1
votes
1 answer

How to make visioforge run

I am having trouble getting a screen capture program to work that I am trying to replicate from a YouTube video. the picture is the error I am getting and my code is supplied. I do not believe my error is in my code I think there is a file I am…
BigRed
  • 1
  • 1
-1
votes
1 answer

How to screen capture DOSBox output using OBS?

Just downloaded OBS Studio, and would like to record a working session in DOSBox. Most of the setup worked so nicely, but I suppose that I should have expected a few problems. Under "Sources", I have added a Window capture, which worked immediately…
JonathanDavidArndt
  • 2,518
  • 13
  • 37
  • 49
-1
votes
1 answer

C# Using PrintWindow

I am trying to capture a window in win7 without disabling aero and I hear PrintWindow Works. But I'm not sure how to use it, I found some articles but I can't see any image or bitmap output in any of them Has anyone ever had experience with this…
user779444
  • 1,365
  • 4
  • 21
  • 38
-1
votes
1 answer

Is it possible to block screen capture on certain parts of the screen?

To disable screen capturing we can use: getWindow().setFlags(WindowManager.LayoutParams.FLAG_SECURE,WindowManager.LayoutParams.FLAG_SECURE); Is possible to use something similar to hide views? For example: [imageview] [hidden content] [text view]
Vitor Ferreira
  • 1,075
  • 1
  • 14
  • 28
-1
votes
1 answer

How to capture screen of loaded page of user using node.js

Is there a such way to capture the loaded page screen of user browser, using my node app. For Example if user visits the profile page, and i get the screenshot of that user loaded page. I have tried to do so but end up getting the screenshot of my…
Osama Xäwãñz
  • 437
  • 2
  • 8
  • 21
-1
votes
1 answer

Swift: How to save screenshot of a view with all views which below that view?

I need to make a screenshot of tableview(it has a clear background). But under it, I have one ImageView and blur view as well. I need to get screenshot with all those views. I tried different solutions, but they did not capture the bottom views.…
ddfasdfasd
  • 11
  • 4
-1
votes
1 answer

Screen recording in electron using angularJS framework

I'm trying to implement electron recording method into my electron + anuglarJS desktop app. I'm using angularJS so I use services/controllers/views across to maintain application. In one view (html file) I have button which should start recording…
BT101
  • 3,666
  • 10
  • 41
  • 90
-1
votes
2 answers

Alternate way to use DuplicateOutput() of IDXGIOutput1 in C# for UWP?

Is there any way to use the DuplicateOutput() method of IDXGIOutput1 interface to get desktop duplication currently it is available in C++, I want to use it in C#. The DuplicateOutput() is only available for desktop I want it to implement in UWP, so…
Raghva
  • 65
  • 1
  • 8
-1
votes
1 answer

Qt - get output from running process

I would like to get output from running process on Linux in Qt. My code looks like this: #include "mainwindow.h" #include "ui_mainwindow.h" #include #include QProcess process; MainWindow::MainWindow(QWidget *parent) : …
tomsk
  • 967
  • 2
  • 13
  • 29
-1
votes
1 answer

Efficient screen capture program

Im looking to create a sort of remote desktop software, and it is required that i transfer the users screen over the internet to the viewer. My goal is to create an optimized capture so that i dont have to transfer the whole screen 10 times a…
caesay
  • 16,932
  • 15
  • 95
  • 160