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

Empty lines #7

Closed JakubKoralewski closed 4 years ago

JakubKoralewski commented 5 years ago

They appear in VSCode, but not in the default Windows Notepad. May be some sort of end of line issue.

0.14304900169372559 870 605
0.1450495719909668 840 603

0.15405511856079102 811 601
0.15505361557006836 774 598

Seems like this one went back to the past:

105.2 360 1056

105.197 360 1056
105.2 360 1056\n\n105.197
  1. Tell after-fx script to ignore empty lines and go along.
  2. Debug what's going on.
JakubKoralewski commented 5 years ago

Happens both when travelling back in time as well as normally travelling to the future.

131.19925665855408 351 1018
131.2142617702484 351 1021

131.22226548194885 351 1022
131.24034976959229 351 1023
131.23734784126282 351 1023
131.24527215957642 350 1026
131.26428151130676 350 1027
131.2612795829773 350 1027
131.2772867679596 350 1028

131.27428483963013 350 1028
131.3142967224121 348 1035
JakubKoralewski commented 4 years ago

Closed issue due to inactivity.