[request] individual Scan rate for multiple observe

Asked by Ador Juan Cruz

Is there a way to change the scan rate for multiple observe ?
I know there is Settings.ObserveScanRate, however I think this is for all observe calls ?
e.g.
All 3 observes are all running and scanning in the background at the same time.
I need to check region1 for image1 every 60 seconds.
region2 for image2 every 30 seconds
and region3 for image3 the default scan rate which I think is 3 scans every second.

if not then I guess the next questions is how do I make my own thread in jython that wont interfere with sikuli

Question information

Language:
English Edit question
Status:
Solved
For:
SikuliX Edit question
Assignee:
RaiMan Edit question
Solved by:
RaiMan
Solved:
Last query:
Last reply:
Revision history for this message
Best RaiMan (raimund-hocke) said :
#1

I have put it on the list for version 1.1: individual scan rate for observe

regarding threading in Jython:
http://www.jython.org/jythonbook/en/1.0/Concurrency.html#chapter-19-concurrency

Revision history for this message
Ador Juan Cruz (ajuan7101) said :
#2

Thanks RaiMan, that solved my question.