JakubKoralewski / cursor-recorder

Records mouse movement to a file. Use with OBS Studio as an external Python script or using the standalone Python script. Use the After Effects script to import the generated cursor movement data.
https://obsproject.com/forum/resources/obs-cursor-recorder.789/
Mozilla Public License 2.0
16 stars 0 forks source link

Allow to set custom FPS #4

Closed JakubKoralewski closed 5 years ago

JakubKoralewski commented 5 years ago

Uses the standalone's way of getting the time instead of relying on OBS to get the seconds variable.

Uses threading to start a new thread to get the cursor movement data.