Python Vision Slot Auto-Stopper -- 2

Заказчик: AI | Опубликовано: 12.12.2025
Бюджет: 500 $

I need an automation tool in Python that works on Windows and connects directly to DXCAM (DirectX-based screen capture) to monitor a 'Hold & Win' slot machine in real time. (The game will be run in the browser). The program must: • Capture the game window at full speed through DXCAM, without noticeable impact on gameplay. • Detect the MINI, MINOR, MAJOR, and GRAND symbols the moment they appear and track them as they move across the reels. • Calculate when the token is at the center of the reel and send a precise automatic 'Stop' command. • The program must be able to stop the MINI, MINOR, MAJOR, and GRAND tokens. Key points to consider for the program: • Performance is critical: the symbols fall quickly, so latency from capture to the stop action must be minimized. • Multithreading to avoid latency and freezes. • Use any support library you want (for example, OpenCV, NumPy, Torch) as long as the setup remains a single command through requirements.txt. Deliverables 1. Fully documented Python source code. 2. A README with setup steps, configurable parameters (for example, grid size, hotkey assignments), and troubleshooting tips. 3. Demo video and live session showing that the tool stops in time. Acceptance criteria will be a live test session in the target game; the script must achieve at least 90% effectiveness.