[Sikuli-driver] [Question #656425]: Checking for a picture faster

2017-08-17 Thread layanor
New question #656425 on Sikuli: https://answers.launchpad.net/sikuli/+question/656425 https://gyazo.com/3946c51e2e658c1fb5b38eeda6c4a100 I have two pictures that need to be watched for every second "Player1 Player2". The way I have them set up now almost works but sometimes is too late to recog

Re: [Sikuli-driver] [Question #656425]: Checking for a picture faster

2017-08-17 Thread masuo
Question #656425 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/656425 Status: Open => Needs information masuo requested more information: Nobody know which line of code you want to make faster. You should confirm response time each line of codes, and decide which line of

Re: [Sikuli-driver] [Question #656425]: Checking for a picture faster

2017-08-17 Thread Manfred Hampl
Question #656425 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/656425 Status: Needs information => Answered Manfred Hampl proposed the following answer: A general hint: The smaller the region where you search for the image, the faster the search. E.g. If you know that the

Re: [Sikuli-driver] [Question #656425]: Checking for a picture faster

2017-08-17 Thread layanor
Question #656425 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/656425 Status: Answered => Open layanor is still having a problem: Where do I get the location numbers? -- You received this question notification because your team Sikuli Drivers is an answer contact for Sik

Re: [Sikuli-driver] [Question #656425]: Checking for a picture faster

2017-08-17 Thread layanor
Question #656425 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/656425 layanor gave more information on the question: Okay I got the numbers. Now I need to know how to put in the code the correct way. https://gyazo.com/9fa5117497acd769ccc54593a7ac2c27 This does not work. --

Re: [Sikuli-driver] [Question #656425]: Checking for a picture faster

2017-08-17 Thread Manfred Hampl
Question #656425 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/656425 Status: Open => Answered Manfred Hampl proposed the following answer: 1. A statement like "This does not work." does not stimulate anybody to help further. Can't you tell what happens if you try? 2. It

Re: [Sikuli-driver] [Question #656425]: Checking for a picture faster

2017-08-17 Thread layanor
Question #656425 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/656425 layanor posted a new comment: https://gyazo.com/399c349648eee103c1ff7b53a2f2c6e1 Is this more of what you were saying? -- You received this question notification because your team Sikuli Drivers is an answ

Re: [Sikuli-driver] [Question #656425]: Checking for a picture faster

2017-08-17 Thread layanor
Question #656425 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/656425 layanor posted a new comment: Why is there no way to edit comments here past the first question? Anyway... In the region palyer1 and player2 i took a small sample of the green and red bars. It aborts at lin

Re: [Sikuli-driver] [Question #656425]: Checking for a picture faster

2017-08-18 Thread Manfred Hampl
Question #656425 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/656425 Manfred Hampl proposed the following answer: I do not see the definition of endregion in your latest script. I assume the following might work: Settings.MoveMouseDelay(0.0) endregion = Region (400, 30, 100,

Re: [Sikuli-driver] [Question #656425]: Checking for a picture faster

2017-08-18 Thread layanor
Question #656425 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/656425 layanor posted a new comment: https://gyazo.com/2069c5350ce885ed80fd80f089159a38 We have made great progress! I did not set up the rest of the code yet as you suggested. I just set up the green and red bars

Re: [Sikuli-driver] [Question #656425]: Checking for a picture faster

2017-08-18 Thread Manfred Hampl
Question #656425 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/656425 Manfred Hampl proposed the following answer: I do not have the program that you want to control, so I cannot really tell why your script is not doing what you expect. You have to do some debugging yourself,

Re: [Sikuli-driver] [Question #656425]: Checking for a picture faster

2017-08-20 Thread layanor
Question #656425 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/656425 Status: Answered => Open layanor is still having a problem: https://gyazo.com/6b7574aacfbf7db7c54c7d8efd78cf5a I have been working on this over the last few days. The fighting game is something I have

Re: [Sikuli-driver] [Question #656425]: Checking for a picture faster

2017-08-20 Thread Manfred Hampl
Question #656425 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/656425 Status: Open => Answered Manfred Hampl proposed the following answer: Changing MinSimilarity will not help making processing of the script faster. Key for speeding up the script is making the endregion a

Re: [Sikuli-driver] [Question #656425]: Checking for a picture faster

2017-08-21 Thread layanor
Question #656425 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/656425 layanor posted a new comment: https://www.youtube.com/watch?v=s5P8N0ZMBVo I split up the code into different projects so I can work on them one at a time. This is a video to show you how it looks. I have eve

Re: [Sikuli-driver] [Question #656425]: Checking for a picture faster

2017-08-22 Thread layanor
Question #656425 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/656425 Status: Answered => Open layanor is still having a problem: https://gyazo.com/deb1c6d766678df409c04c1a6527521d Each of the 4 sections of code now works and are fast. But the issue I thought I would have

Re: [Sikuli-driver] [Question #656425]: Checking for a picture faster

2017-09-07 Thread Launchpad Janitor
Question #656425 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/656425 Status: Open => Expired Launchpad Janitor expired the question: This question was expired because it remained in the 'Open' state without activity for the last 15 days. -- You received this question no