← Back to team overview

sikuli-driver team mailing list archive

[Bug 810301] Re: [request] get color of one pixel very fast

 

** Changed in: sikuli
    Milestone: 1.1.0 => 1.2.0

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/810301

Title:
  [request] get color of one pixel very fast

Status in Sikuli:
  In Progress

Bug description:
  I would like a function that can return to me the RGB value of a
  single pixel either within a Region or relative to a Screen (I don't
  care which), but it must be fast. By fast, I mean that I should be
  able to sample roughly 500 different pixels at 30Hz. Therefore, I
  don't want any image processing going on during this operation.

  AutoIt3 (on Windows) can (in conjunction with OLE) sample individual
  pixels from any scripting language incredibly fast, and I would like
  the same capabilities on Mac and Linux. Sikuli looks very promising,
  but appears to be missing this feature, so I would like to request it.

  Thank you!

  -- Glenn

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/810301/+subscriptions


References