tslib icon indicating copy to clipboard operation
tslib copied to clipboard

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

Open urus-vp opened this issue 5 years ago • 6 comments
trafficstars

new one... https://github.com/libts/tslib/issues/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

urus-vp avatar Jan 27 '20 12:01 urus-vp

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.

merge avatar Jan 27 '20 13:01 merge

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 avatar Jan 27 '20 20:01 urus-vp

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

urus-vp avatar Jan 27 '20 20:01 urus-vp

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

merge avatar Jan 28 '20 12:01 merge

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 ../

urus-vp avatar Jan 28 '20 16:01 urus-vp

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

xunshichentuo avatar Oct 14 '22 03:10 xunshichentuo