Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2 version: ts_calibrate: "ts_setup: No such file or directory" #167

Open
urus-vp opened this issue Jan 27, 2020 · 6 comments
Open

2 version: ts_calibrate: "ts_setup: No such file or directory" #167

urus-vp opened this issue Jan 27, 2020 · 6 comments

Comments

@urus-vp
Copy link

urus-vp commented Jan 27, 2020

new one... #144

Hello!
I have the same issue... I just tried to implement your recomendation above, but w/o success...
please, take a look at the attached screenshots.
Do you have any ideas ?
note:
there are three input TouchController devices... but I can get events from event2 only

Screenshot_1
Screenshot_2

@merge
Copy link
Member

merge commented Jan 27, 2020

what version of tslib do you run? if you build tslib yourself, you can --enable-debug to see some more details when running ts_calibrate here.

@urus-vp
Copy link
Author

urus-vp commented Jan 27, 2020

right now I can tell:

  1. tslib version: 1.21
  2. I use following cmake cmd:
    cmake ./configure --enable-static --disable-shared --enable-input=static --enable-linear=static --enable-iir=static --enable-invert=static --enable-median=static --enable-pthres=static --enable-dejitter=static --enable-debounce=static --enable-lowpassskip=static --enable-evthres=static --enable-variance=static ../

@urus-vp
Copy link
Author

urus-vp commented Jan 27, 2020

I just rebuild tslib on Linux Mint 18.3 Sylvia.
Then copy to target device PDX-057 with Tiny Core & Touch Screen executable files only...
so, now I see following problems:
image

@merge
Copy link
Member

merge commented Jan 28, 2020

well, so you want to use the median filter but it doesn't seems to be installed so that a program can find it. the plugin libraries ned to be in, for example, /usr/lib/ts/median.so

@urus-vp
Copy link
Author

urus-vp commented Jan 28, 2020

mmm, I understand... but I make tslib with STATIC option... and median module too, cmake call: "...--enable-median=static...", so, I guess that all obj files into the tslib modules.
or there are another functionality ?
...
cmake ./configure --enable-static --disable-shared --enable-input=static --enable-linear=static --enable-iir=static --enable-invert=static --enable-median=static --enable-pthres=static --enable-dejitter=static --enable-debounce=static --enable-lowpass=static --enable-skip=static --enable-evthres=static --enable-variance=static --enable-waveshare=static --enable-touchkit=static ../

@xunshichentuo
Copy link

@urus-vp Have you solved this problem? Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants