Mouse control by Object tracking - opencv

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

I am using windows 10 can it run on python GUI or comment prompt

abhayjayan
Автор

It was initially written for Ubuntu, but most of the people who used the code started emailing me saying it doesn't work in their windows systems. The setCursorpos is a WINApi function, but you can comment out that line and uncomment the system(command); to make it work on ubuntu. Also uncomment all the lines containing xdotools commands

AdarshaJoisa
Автор

Does your code work on Ubuntu.. I see that you are using the setCursorpos function and that is available in WINAPI!

vevin