No multi-touch with Kivy
up vote
0
down vote
favorite
Hi everyone I have a Raspberry Pi 3 running Raspbian Desktop Strech, the board is mounting this Waveshare 4" touchscreen with its official drivers and the touch already calibrated.
Installed Kivy and I first tried to run an example written in examples/demo/pictures/main.py
to test multi-touch, it runs gracefully but just with single touch functionalities since I cannot zoom pinching or rotating images, I only can move them.
I already checked the config.ini
inside the Kivy folder writing these lines because I want multi-touch to be enabled:
[input]
mouse = mouse
mtdev_%(name)s = probesysfs,provider=mtdev
hid_%(name)s = probesysfs,provider=hidinput
The result is that I still have single touch.
I noticed that when I tap with a second finger the mouse coordinates change to the vectorial sum of my two taps, so I guess the multiple touch is recognized by the the touch and misintepreted by Kivy itself
What am I doing wrong? Thanks for the attention
kivy raspbian multi-touch
add a comment |
up vote
0
down vote
favorite
Hi everyone I have a Raspberry Pi 3 running Raspbian Desktop Strech, the board is mounting this Waveshare 4" touchscreen with its official drivers and the touch already calibrated.
Installed Kivy and I first tried to run an example written in examples/demo/pictures/main.py
to test multi-touch, it runs gracefully but just with single touch functionalities since I cannot zoom pinching or rotating images, I only can move them.
I already checked the config.ini
inside the Kivy folder writing these lines because I want multi-touch to be enabled:
[input]
mouse = mouse
mtdev_%(name)s = probesysfs,provider=mtdev
hid_%(name)s = probesysfs,provider=hidinput
The result is that I still have single touch.
I noticed that when I tap with a second finger the mouse coordinates change to the vectorial sum of my two taps, so I guess the multiple touch is recognized by the the touch and misintepreted by Kivy itself
What am I doing wrong? Thanks for the attention
kivy raspbian multi-touch
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
Hi everyone I have a Raspberry Pi 3 running Raspbian Desktop Strech, the board is mounting this Waveshare 4" touchscreen with its official drivers and the touch already calibrated.
Installed Kivy and I first tried to run an example written in examples/demo/pictures/main.py
to test multi-touch, it runs gracefully but just with single touch functionalities since I cannot zoom pinching or rotating images, I only can move them.
I already checked the config.ini
inside the Kivy folder writing these lines because I want multi-touch to be enabled:
[input]
mouse = mouse
mtdev_%(name)s = probesysfs,provider=mtdev
hid_%(name)s = probesysfs,provider=hidinput
The result is that I still have single touch.
I noticed that when I tap with a second finger the mouse coordinates change to the vectorial sum of my two taps, so I guess the multiple touch is recognized by the the touch and misintepreted by Kivy itself
What am I doing wrong? Thanks for the attention
kivy raspbian multi-touch
Hi everyone I have a Raspberry Pi 3 running Raspbian Desktop Strech, the board is mounting this Waveshare 4" touchscreen with its official drivers and the touch already calibrated.
Installed Kivy and I first tried to run an example written in examples/demo/pictures/main.py
to test multi-touch, it runs gracefully but just with single touch functionalities since I cannot zoom pinching or rotating images, I only can move them.
I already checked the config.ini
inside the Kivy folder writing these lines because I want multi-touch to be enabled:
[input]
mouse = mouse
mtdev_%(name)s = probesysfs,provider=mtdev
hid_%(name)s = probesysfs,provider=hidinput
The result is that I still have single touch.
I noticed that when I tap with a second finger the mouse coordinates change to the vectorial sum of my two taps, so I guess the multiple touch is recognized by the the touch and misintepreted by Kivy itself
What am I doing wrong? Thanks for the attention
kivy raspbian multi-touch
kivy raspbian multi-touch
edited 9 mins ago
eyllanesc
66.5k82952
66.5k82952
asked 2 hours ago
Undeclinable
134
134
add a comment |
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53263369%2fno-multi-touch-with-kivy%23new-answer', 'question_page');
}
);
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password