capture is the process of converting a set of pixels on a screen into a bitmap image stored in memory
Questions tagged [capture]
1457 questions
-1
votes
1 answer
Selenium 4 : How to capture screenshot
I need an After method to capture a screenshot compatible with Selenium 4 Java

Mehmet
- 1
- 1
-1
votes
1 answer
In Rust, can I return FnMut with a captured mutable reference, perhaps by specifying a generic lifetime?
Is it possible to specify a generic lifetime on FnMut in Rust for a function like this?
fn f1<'a, FRet:'a + FnMut() -> ()>(v: &'a mut i32) -> FRet {
let mut fret = || {
let i = v;
println!("inside");
// lots of complicated…

Ivan Koshelev
- 3,830
- 2
- 30
- 50
-1
votes
1 answer
How do I capture desktop screen image in Windows UWP app?
I am writing windows UWP app, I used PickSingleItemAsync to select the screen to capture. It does not list desktop image. So, How do I capture desktop screen image in Windows UWP app?
-1
votes
2 answers
how to create code for sanity testing auto screen capture?
Fast screenshot
How to easily take screenshot of my screen in windows 10?
I would like to have option to select a part of my screen to take the screenshot.
-1
votes
1 answer
Taking a photo without preview in android
I'm learning android studio and I'm currently working on a robotics project in which an Android phone is placed on the robot and used as the processor, therefore I can't reach the phone by hand. The phone needs to do some image processing. And it's…

a_void
- 11
- 3
-1
votes
2 answers
How can I grab data from TradingView charts and save them as a CSV file?
I am interested to know if is it possible to read chart data from the TradingView website chart and store it as a CSV file format to do data analysis on it?

Hasani
- 3,543
- 14
- 65
- 125
-1
votes
2 answers
How can I get two variables from a string with Regex
I have the following string that I need to extract two variables from with Regex. I've been looking at tutorials, but not getting the results I need. Can anyone help?
AWS-010062347904-uptree-base-prod-admin
I need the 12 digits between the first…

DavidM
- 31
- 6
-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
Orient image according to EXIF orientation before upload with PHP
I know that this topic is probably easy for most of you but i've been fighting over this for the last 2 days without any progress.
I'm doing a web app for myself, no security needed as it is non production intended.
Following scripts work fine,…

Alphabetus
- 309
- 3
- 12
-1
votes
1 answer
How to configure Burp Suite Community v1.7.36 to capture both http and https traffic on Windows 8?
How to configure Burp Suite Community v1.7.36 to capture both http and https traffic?
Test Environment:
OS: Windows 8 Pro
Browser: Google Chrome v68.0
Burp Proxy: burpsuite_community_windows-x64_v1_7_36.exe
Followed the @PortSwigger's amazing…

undetected Selenium
- 183,867
- 41
- 278
- 352
-1
votes
1 answer
Dangling references in std::function captures. Why undefined behavior?
I have a couple c++ programs that both use function captures. One of them succeeds with exit code 0 but the other results in Segmentation fault error. The std::shared_ptr() is captured by reference and should be destroyed before the…

dhoodlum
- 1,103
- 2
- 9
- 18
-1
votes
1 answer
When does the amount transfered to merchant's paypal account after capturing the partial amount?
I have been searching for this question but couldn't find anything clear. I have a woocommerce website with "Paypal Express" integrated as payment gateway. I have already set the payment action as "Authorization".
The scenario is:
If a customer…

Aisha Badar
- 179
- 2
- 14
-1
votes
1 answer
Okhttp how to prevent Fiddler capture https request?
Okhttp how to prevent Fiddler capture https request:
-1
votes
1 answer
camera2 burst capture manual mode
I use burst capture based on camera2, set Iso and exposure time value. Set ISO 50, EXPOSURE TIME 1/30s, but some pictures would turn to ISO 100, Exposure time 1/60.
Why?

Dylan Xia
- 11
- 3
-1
votes
1 answer
Web came resize image asp.net
I am using the below link to upload image via web cam. https://www.codeproject.com/Tips/528929/Capture-images-using-web-camera-in-ASP-NET. It's working fine, but I am unable to increase the image size. The default size is width="450"height="200" but…

Harish Madaan
- 37
- 6