Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [screenshot]

For questions about screenshots — digital images that show the contents of a computer display,

screenshot
0 votes
1 answer
13 views

How can you capture a screenshot of any window using Python on Wayland?

For context I have a PyQt5 widget with a single button that let's me select a region of the screen to capture. I can use pillow and mss to capture stuff on X11 like so def take_screenshot(self, x1, y1,...
Vanillaice's user avatar
0 votes
1 answer
27 views

Android app not asking for permission, automatically denies it

I am trying to upgrade an old app, designed for Android 5, and I am a bit lost. The application needs storage permission to read a JSON file from a location selected by user and write images (...
daydr3am3r's user avatar
2 votes
0 answers
80 views

How do I take faster screenshots using C#?

I'm writing an app to automate some gameplay elements of a rhythm game (and for those curious, I've already beaten it, so this is more of a programming challenge rather than a cheat tool). I've got it ...
Toll's user avatar
  • 21
0 votes
0 answers
28 views

Is essential flutter home widget for working some feature of my app is okey for user experiance?

I'm trying to make a flutter project and I won't go into details, but I have an issue where some feature of my app can only work in real-time, which means installing the necessary home widget for this ...
armada's user avatar
  • 31
-1 votes
0 answers
86 views

Very slow CPP color detection when checking for mass amounts of color pixels

So, I am creating a program where it counts of pure black pixels given an x,y range on the monitor. The only problem is that this method provided below takes so long to run, while in java, it can run ...
wasddsaw's user avatar
1 vote
0 answers
35 views

Take screenshot of virtual display of Android emulator (via ADB)

I am working with Android devices with multiple displays (physical devices and emulators) and want to take screenshots of each display through ADB. The problem that I have encountered is that whenever ...
Vamoos's user avatar
  • 347
-1 votes
0 answers
25 views

How to capture the entire screen, including Bottom Sheets and other overlays in android kotlin?

` fun captureScreen(){ val myActivity = activity ?: return val view = myActivity.window.decorView.rootView view.isDrawingCacheEnabled = true view.buildDrawingCache(true) val bitmap ...
Subash K's user avatar
0 votes
0 answers
38 views

How to Take a Screenshot of a Full ListView in Flutter

I am working on a Flutter application where I need to capture a screenshot of a ListView that might have many items, possibly requiring scrolling. My goal is to take a screenshot of the entire list, ...
Nehal Babu's user avatar
0 votes
0 answers
48 views

How do I convert a big Tkinter window to a picture?

I am creating a dashboard, and I want to copy the window I created onto a PowerPoint presentation. My problem with using Pillow or other modules is that they take only what's on the screen; however, ...
Mohamad Makkouk's user avatar
0 votes
0 answers
40 views

How do I stitch two screenshots without any overlap?

I am trying to take screenshots of a pane in a windows app without any overlap between scrolls using Python. This is the code I have so far. When I run this, it works but there is overlap on the ...
James Allgood's user avatar
0 votes
0 answers
25 views

I'm trying to automate the google dinosaur game but cannot seem to detect the obstacles

As part of a course I'm on, one of the tasks is to make a program that automatically plays the google dino game. I have tried to check if the pixels are white or not in certain areas of each ...
Lemon's user avatar
  • 1
0 votes
0 answers
79 views

Puppeteer doesn't load dynamic content (.setContent method)

I am using Puppeteer to take screenshots of the given HTML, the problem is that the setContent method does not load all the resources that are dynamically loaded (in my opinion). As a result, the ...
Luke M's user avatar
  • 27
0 votes
2 answers
38 views

ADB Screencap save location

So currently I have an Android emulator running on my system. I then have a tool that runs adb commands to the emulator to cause certain screens to come up. My goal is to take screen shots of the ...
UltraStars19's user avatar
0 votes
2 answers
1k views

Is there any way to get around macOS Sequoia prompt for continued access to screen and audio permissions?

I am currently developing an Electron application with a companion Swift application that takes screenshots of the user's screen on keypress. It also takes a 1x1 pixel screenshot of the screen from ...
Krish Shah's user avatar
1 vote
0 answers
35 views

How to make take-vector-screenshot work with PyCharm (under Ubuntu 22.04)?

My goal is to take vector screenshots of my Python development IDE. I am using PyCharm community edition under Ubuntu 22.04. I have the package gtk-vector-screenshot installed (see https://launchpad....
Thomas Weise's user avatar

15 30 50 per page
1
2 3 4 5
320