xdotool mousemove 10 10 not doing any thing when running xbmc on raspberrypi
#1
I am using Raspbian os on which i installed xbmc and from raspberry pi i am invoking xbmc from pi's terminal, it is working fine. And i am making another instance from my pC via ssh and as i am giving xdotool mousemove 10 10 it is not doing any thing on the xbmc display. Any one have any alternative to move mouse like wise.

Thanks in advance
Reply
#2
My naive view is that you're trying to use a tool, which assumes you control the monitor with X11, in an environment where XBMC has control, not X11.

Perhaps somebody more knowledgable can comment.
Derek
Reply
#3
Yes, I got that it is not working with Xorg but then how can i make my thing work?
I got this may be it is helpful.
http://wiki.xbmc.org/index.php?title=HOW...orld_addon
Reply
#4
What exactly are you trying to do?
If I have helped you or increased your knowledge, click the 'thumbs up' button to give thanks :) (People with less than 20 posts won't see the "thumbs up" button.)
Reply
#5
I am trying to give hand gesture for moving cursor. I have knowledge of opencv.
Well That was too far thing i told. I got a way to write plugin i made my simple ui with some buttons, and it worked fine over xbmc. But as i am giving a opencv function to a button clicked action that is not functioning. I don't know why, Here is my test code.

http://dump.no/files/c85c36e96212/xbmc.py
Reply

Logout Mark Read Team Forum Stats Members Help
xdotool mousemove 10 10 not doing any thing when running xbmc on raspberrypi1