How to make it work with OBS?
olegzvg opened this issue · 5 comments

Is this how it should look like? I'm totally new with OBS, didn't know anything about python, so maybe i did something wrong. I've installed python and those two requirements, standalone version seems to work, but OBS isn't.
Make sure the script is enabled. (It is by default).
Where i can enable it?
I've searched cursor tracker already for weeks, i'm glad that you're doing it, thank you very much, keep it up. I want to fed it into houdini. I'm not able to use standalone because I'm hitting escape key prety often.
Sorry for missing your issue
Hmm. Interesting. Couple things:
- Firstly, make sure your installed and configured Python version is 3.6.
- If you're sure you have the right version, could you provide a screenshot of the
Python Settingstab to make sure you set the Python interpreter correctly? As shown here:
Make sure you have a Python (3.6.x) interpreter installed and its path set in OBS' settings (Scripts -> Python Settings).
- Alternatively, have you tried the newly released version 4? See here: https://github.com/JakubKoralewski/cursor-recorder/releases/tag/v0.4
There seemed to be some issues before where pyautogui and keyboard were not installed. If none of the above works try to run the following in your terminal: pip install pyautogui keyboard.
Cheers.
BTW. Thank you for the kind words.
I want to fed it into houdini.
Wow, never grasped Vex and Houdini. What's your use case (if it's not a secret 😅) ?