|
|
|
|
|
by kadoban
1348 days ago
|
|
I was thinking a decent proof-of-concept. All you'd really need is a generic object detector and fake mouse. Latency _could_ make it a lot more difficult, but beating a human I don't expect would be hard. You don't need to do hundreds of fps. Just grab the newest frame, process it, repeat. Missing frames at most increases effective latency or means your cheat isn't 100% effective if you miss a head. It's a sliding scale of improvements, not a deal breaker. You also don't even necessarily have to process the whole frame. Just the bit actually _at_ the crosshairs is probably going to be enough for a crappy version. And a fake mouse is just usb-hid, usb gadget whatever search terms, not like you'd have to break any new ground there. I consider it a "weekend project" because it's just throwing together a couple of existing libraries in a fairly standard way. Like most things, cleaning it up enough to be perfect could/would take far longer. |
|