please help me
nokin3 opened this issue · 0 comments
nokin3 commented
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.