Phase 1: Vision & Perception - DXGI Capture and Window Management #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/dpi-dynamic-capture"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR implements the core perception layer for the self-driving agent.
Changes
FrameCaptureusingbettercam(DXGI) to ensure low-latency, high-FPS screen capture.WindowManagerusingpygetwindowandpywin32to:requirements.txtwithbettercam,pygetwindow,pywin32, andnumpy.Verification
test_capture.py,test_dynamic_capture.py) to verify capture speed and coordinates on Windows.This completes Phase 1 of the project roadmap.