eoakley / artifacthelper

Helps you pick cards in draft mode on Valve's Artifact game. Made with Python.
GNU General Public License v3.0
39 stars 9 forks source link

Card Detection not working. #16

Closed emerald000 closed 5 years ago

emerald000 commented 5 years ago

As a follow-up to #13, version v0.9 still isn't working. I tried running from master too (4eaecc0637aa9346db22bc19190f0b55c86214b3) and it's not working either. Here's the output I get from master (after the price collection) from starting the overlay and clicking on "Scan Cards" a couple of times:


Detecting grid once... (1080, 1920, 3)
It worked! At least one card is not empty.
['Empty Slot', 'Empty Slot', 'Empty Slot', 'Empty Slot', 'Empty Slot', 'Empty Slot', 'Empty Slot', 'Empty Slot', 'Empty Slot', 'Empty Slot', 'Empty Slot', 'Empty Slot'] (270, 640, 960)
It worked! At least one card is not empty.
['Empty Slot', 'Empty Slot', 'Empty Slot', 'Empty Slot', 'Empty Slot', 'Empty Slot', 'Empty Slot', 'Empty Slot', 'Empty Slot', 'Empty Slot', 'Empty Slot', 'Empty Slot'] (270, 640, 960)
It worked! At least one card is not empty.
['Empty Slot', 'Empty Slot', 'Empty Slot', 'Empty Slot', 'Empty Slot', 'Empty Slot', 'Empty Slot', 'Empty Slot', 'Empty Slot', 'Empty Slot', 'Empty Slot', 'Empty Slot'] (270, 640, 960)
eoakley commented 5 years ago

screen_shot_debugg This is your screenshot from before, seems to be working for me. It appears that the card grid was not detected properly. Are you using Windows 7 or 10?

eoakley commented 5 years ago

Just fixed this in the latest release.

Try the new function "Customize Grid".

If you still have problems, open a new issue with the following:

Thanks for the help!