aicapturebase icon indicating copy to clipboard operation
aicapturebase copied to clipboard

Basic code template to start your new AI detection/processing project with real-time image capturing (i.e. of a game window).

trafficstars

AI Capture Basic Template

Basic code template to start your new AI detection/processing project with real-time image capturing (i.e. of a game window).

Supports different capture backends:

  • d3dshot
  • dxcam
  • dxcam (capture mode)
  • mss
  • screengear
  • win32

Mouse control libraries included

  • pyAutoGui
  • pyDirectInput
  • pynput
  • win32

Other

  • Windmouse algorithm included (realistic mouse movement simulation)
  • Benchmarks class
  • NMS stuff
  • CV2 utils
  • etc utils

Not done yet

There's a 2 and more PCs streaming code included (client only). That lets you run application/game on first PC, and do inference etc on another.