Skip to content

How to run a NonMouse executable file in each OS

Yuki Takeyama edited this page Sep 13, 2021 · 7 revisions

English

† On mac and linux, I would recommend running it as python, as it will give better performance. 30fps camera on python will be 12fps on mac and 10fps on linux in the executable file.

Download the binary that matches your OS from the release. Then unzip it and follow the steps below.

Windows

image
Run NonMouse.exe

Mac

First, run brew install tcl-tk in the terminal.

スクリーンショット 2021-09-12 午前0 21 58

Next, run NonMouse in the folder, then the following screen will appear, click OK.

スクリーンショット 2021-09-11 午後11 56 39

Next, go to System Preferences, go to "Security and Privacy," open the "General" section, and click "Open As..." at the bottom.

スクリーンショット 2021-09-11 午後11 56 56

When the following screen appears, click "Open".
スクリーンショット 2021-09-11 午後11 57 08

This still doesn't allow the app to access the camera and mouse cursor, so I went to System Preferences and under "Privacy" in "Security and Privacy", in the "Accessibility" and "Camera" sections, I added a terminal as shown below.

スクリーンショット 2021-09-12 午前0 02 20 スクリーンショット 2021-09-12 午前0 02 31

The first step is to follow the instructions above, and the next is just a click away.

Linux

Screenshot from 2021-09-12 00-36-46
Run NonMouse in the folder.

日本語

† macとlinuxにおいては、pythonとして実行したほうが、性能が出るので、そちらをおすすめします。pythonだと30fpsでるカメラでも、実行可能ファイルでは、macだと12fps,linuxだと10fps程度になってしまいます。

リリースからOSに合わせたバイナリをダウンロードしてください。そして、解凍して、以下の手順に従います。

Windows

image

を実行。

Mac

まず、ターミナルでbrew install tcl-tkを実行。

スクリーンショット 2021-09-12 午前0 21 58

次に、リリースフォルダー内のNonMouseを実行。すると、以下の画面が出るので、OKをクリック

スクリーンショット 2021-09-11 午後11 56 39

次に、システム環境設定から「セキリュティとプライバシー」の「一般」の項目を開いて、一番下の「このまま開く」をクリック

スクリーンショット 2021-09-11 午後11 56 56

以下の画面が出るので、「開く」をクリック

スクリーンショット 2021-09-11 午後11 57 08

これでも、アプリがカメラとマウスカーソルにアクセスできないので、システム環境設定から「セキリュティとプライバシー」の「プライバシー」で、「アクセシビリティ」と「カメラ」の項目において、以下のようにターミナルを追加。

スクリーンショット 2021-09-12 午前0 02 20 スクリーンショット 2021-09-12 午前0 02 31

最初に、以上の手順を踏めば次からはクリックだけで実行できます。

Linux

スクリーンショット 2021-09-12 午前0 02 20

フォルダー内のNonMouseを実行。

Clone this wiki locally