Re: [Sikuli-driver] [Question #647383]: Cannot share scripts from my computer to my co-worker's computer

2017-07-24 Thread dinev
Question #647383 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/647383

dinev posted a new comment:
That's strange. I am using images recorded on one machine to run on win7 win8 
win10 (mac and linux with some limitations). Also resolutions vary from full HD 
to 1024x768 without a problem.(some tweaks are need in testing logic but it is 
ok) 
I am interested what is the case here.

here are some questions:
-- what is the display resolution of the laptop - you can share the model name
-- what is the OS of the laptops
-- do you have any extended displays
-- confirm that display setting of fonts sizes are 100%
-- confirm video driver is up to date
-- when capturing image does gray area cover all the screen

here are some some ideas:
-- check for conflicting software - video related software - like video capture
-- check java versions - what are the versions
-- capture image let say of google icon on both PC and compare them manually 
visually 
-- set both laptop to some lower resolution - like 1280x800 and try again
-- capture areas with circle(s) and check if they look circles on other 
laptop(you mention disproportion)
-- seems you are using regions - can you try without them

You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #649118]: How to pass strings from a python script to Sikuli script?

2017-07-24 Thread dinev
Question #649118 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/649118

Status: Open => Answered

dinev proposed the following answer:
1. You need to define "Fast" - how fast in seconds(or ms).
2. You need to define size of string - in bytes.
3. You need to define how many strings per second you need to read
4. You need to define power of underlying machine that will do the work

If you are doing something with sikuli like image recognition I doubt file read 
will be slow in comparison.
My first choice will be "file" if 1-4 questions have reasonable expectations.

However You can investigate :
1. pipes - sikuli script to open pipe to python script and to read directly 
from the pipe.
2. simple rest server run by sikuli that will get post request send by the 
python script
3. mysql database

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp