Tag

screen-capture

0 views collected around this technical thread.

Python Programming Learning Circle
Python Programming Learning Circle
Sep 2, 2022 · Fundamentals

Python Script for Periodic Screen Capture and Automatic Email Sending (Including EXE Packaging)

This article demonstrates how to use Python to capture the computer screen every five seconds, automatically email the screenshot using SMTP, and package the script into a Windows executable with PyInstaller, providing complete code, configuration steps, and visual results.

Email AutomationPythonexe
0 likes · 6 min read
Python Script for Periodic Screen Capture and Automatic Email Sending (Including EXE Packaging)
TAL Education Technology
TAL Education Technology
Aug 4, 2022 · Fundamentals

Comparing GDI and DXGI Screenshot Methods in Qt with Performance Analysis

This article introduces GDI and DXGI screen capture techniques, provides Qt implementations with detailed code examples, compares their performance and visual results, and presents a CPU/GPU usage benchmark, concluding that DXGI offers higher GPU efficiency while both methods have specific trade‑offs.

C++DXGIGDI
0 likes · 11 min read
Comparing GDI and DXGI Screenshot Methods in Qt with Performance Analysis
Xueersi Online School Tech Team
Xueersi Online School Tech Team
Jun 2, 2022 · Fundamentals

Comparing GDI and DXGI Screen Capture Methods in Qt: Implementation, Performance, and Code Samples

This article introduces GDI and DXGI screen‑capture techniques, shows how to implement them in Qt with complete code examples, compares their performance and visual results, and discusses practical considerations for teacher‑side applications such as multi‑screen and live‑streaming environments.

DXGIGDIQt
0 likes · 11 min read
Comparing GDI and DXGI Screen Capture Methods in Qt: Implementation, Performance, and Code Samples
Python Programming Learning Circle
Python Programming Learning Circle
Sep 11, 2021 · Mobile Development

Automating the WeChat Jump Game on Android Using ADB and Python

This guide explains how to set up ADB on a Windows PC, connect an Android device, capture screenshots, and run a Python script that detects the game pieces and board in WeChat's Jump mini‑program to automatically perform jumps based on calculated distances.

ADBAndroidPython
0 likes · 13 min read
Automating the WeChat Jump Game on Android Using ADB and Python
Python Programming Learning Circle
Python Programming Learning Circle
May 5, 2021 · Fundamentals

Python Scripts for Various Automation Tasks: Web Scraping, Chatbots, Poem Classification, Lottery Generation, Apology Writing, Screen Capture, and GIF Creation

This article presents a collection of Python 3.6.4 scripts that demonstrate how to scrape Zhihu images, converse with chatbots, classify Tang poems using NLP, generate random lottery numbers, automatically compose apology letters, capture screen images, and create animated GIFs, providing practical code examples for each task.

ChatbotGIFNLP
0 likes · 9 min read
Python Scripts for Various Automation Tasks: Web Scraping, Chatbots, Poem Classification, Lottery Generation, Apology Writing, Screen Capture, and GIF Creation
Baidu Intelligent Testing
Baidu Intelligent Testing
Jul 11, 2018 · Mobile Development

iOS Multi‑Device Remote Control: Technical Analysis and Implementation

This article analyzes the shortcomings of existing iOS remote‑control solutions, examines event‑driven and screen‑capture technologies, and presents a practical implementation that combines private APIs, optimized screenshot compression, and socket‑based real‑time streaming to achieve millisecond‑level event response and high‑frame‑rate video for multi‑device iOS control.

Remote Controlevent-driveniOS
0 likes · 11 min read
iOS Multi‑Device Remote Control: Technical Analysis and Implementation
360 Quality & Efficiency
360 Quality & Efficiency
Apr 2, 2018 · Mobile Development

Using minicap for Fast Android Screen Capture

This article introduces the minicap tool—a native NDK‑based screen‑capture solution for Android—explaining its advantages over the built‑in screencap command, how to compile or obtain binaries, install them on a device, and run it to obtain high‑speed, low‑size screenshots for automation testing.

AndroidAutomation TestingMinicap
0 likes · 5 min read
Using minicap for Fast Android Screen Capture
360 Quality & Efficiency
360 Quality & Efficiency
Jan 3, 2018 · Mobile Development

Analyzing and Extending Minicap for Dynamic Resolution and Rotation Handling

This article introduces the open‑source Android screen‑capture tool Minicap, examines its architecture and command‑line usage, and details code modifications that enable real‑time rotation detection, dynamic resolution changes, and inclusion of rotation metadata in the image stream for more reliable remote device display.

AndroidClient-ServerMinicap
0 likes · 12 min read
Analyzing and Extending Minicap for Dynamic Resolution and Rotation Handling