Skip to main content

Questions tagged [screenshot]

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

0 votes
0 answers
25 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
78 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
30 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
22 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
30 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
47 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
22 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
65 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
37 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
976 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
32 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
0 votes
1 answer
67 views

Loki test on CI

The Loki test is working fine in local but in github actions it is failing: [email protected] loki:test:ci npx loki --requireReference --reactUri file:./storybook-static loki test v0.35.0 (...
0 votes
0 answers
29 views

Cypress failed test screenshot are smaller when running inside docker container, any fix?

I have set my test to viewportWidth: 1920 and viewportHeight: 1080. When running locally, if a test fails, the screenshot captures the entire window. However, when I run it in Docker (cypress/browser ...
nico's user avatar
  • 11
0 votes
0 answers
33 views

How do I take screenshots during a VS Code extension test?

How do I take screenshots during a VS Code extension test? The VS code IDE is installed by the framework in headless mode. OS: ubuntu. Framework: @vscode/test-electron I already tried the ...
Ziv Shapira's user avatar

15 30 50 per page
1
2 3 4 5
320