Skip to content

Commit

Permalink
Update README.md with install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua2000B authored Oct 2, 2023
1 parent d4af79e commit d905e18
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
# iTrace-Toolkit
OBS Plugin for Screen Recording during an iTrace-Core Tracking session.

To use, ensure that you have Python 3.6 installed on your machine. 3.6 is required, and any other version will not work. Python 3.6 does not need to be added to your PATH, and it can be installed anywhere.

Launch OBS, and select Tools->Scripts. Go to Python Settings, and locate the folder that contains the Python 3.6 installation. If done correctly, you should see "Loaded Python Version: 3.6" message on the window.

To load the plugin, go back to the Scripts tab, and select the `+` button. Then select the iTrace-Recorder.py file.

To use the plugin, ensure iTrace-Core is open. Click on "iTrace-Recorder.py" on the scripts window, and then click the "Connect to Core" button. iTrace-ScreenRecord should now be connected, and you can test it by quickly starting a tracking session. OBS should automatically start and stop a recording.

0 comments on commit d905e18

Please sign in to comment.