Jump to content

PixelSearch speed?


kw_rock
 Share

Recommended Posts

I'm using AutoIT v3...

It doesn't take long, but i'm just curious because i've heard AC Tool is faster at pixel searching and things of this sort. I want it to go as fast as possible, and I PERSONALLY feel it could be faster than it is now, because the things of color are moving, and when it pixel searches, it returns coordinates OUTSIDE of the coordinates I set for pixel search.

I have it searching every 5 pixels also. When I set to 1, it misses the objects completely. When I set it to 10, it does the same thing.

Link to comment
Share on other sites

What exact version in the v3-series ? The newest is 3.2.2.0. Run this code if you're unsure :

MsgBox(64, "", @AutoItVersion)

The reason I'm asking about the exact version is because if I remember correctly then PixelSearch's

performance was tweaked a bit a while back ago, where the speed then was increased quite a bit.

If it returns coord from outside the region you specified then I'm pretty sure you made a mistake.

Show us some code and give us a sample of what you get as results on your computer.

EDIT : typo galore

Edited by Helge
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...