Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

please help me #9

Closed
nokin3 opened this issue Jul 23, 2021 · 0 comments
Closed

please help me #9

nokin3 opened this issue Jul 23, 2021 · 0 comments

Comments

@nokin3
Copy link

nokin3 commented Jul 23, 2021

wincap = WindowCapture('Blacksmith')

vision_limestone = Vision('greenday.jpg') ------------> if see = and click
vision_limestone2 = Vision('greenperfect.jpg.jpg') ---------> when click 1 this appear and track and click

loop_time = time()
while(True):
screenshot = wincap.get_screenshot()
points = vision_limestone.find(screenshot, 0.7, 'rectangles') ------------> same up
points2 = vision_limestone5.find(screenshot, 0.7, 'rectangles') ------------>

print('FPS {}'.format(1 / (time() - loop_time)))
loop_time = time()

I'm beginner. just now it see track Ok. I cant to code for click.
please help me.
thank you very much.

@nokin3 nokin3 closed this as completed Jul 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant