Question / Help Mouse cursor does not animate in OBS.

Laocorn

Member
I have an animated mouse cursor, and thought it'd look cool while I'm streaming in OBS. But it's static. Any reason for this? Happens both in Display Capture and Window Capture.
 

Daria35

New Member
I know it's 2021 but ... I have the same problem, did you find the solution to this problem?
 

Attachments

  • 1610540124634.png
    1610540124634.png
    326 bytes · Views: 56

BreakItDown

New Member

Attachments

  • flux3.png
    flux3.png
    71.2 KB · Views: 28

xMaxrayx

New Member
here is a fix
 

Suslik V

Active Member
Just some technical info.
It was so many moons ago. Even there were some ideas to make it work (https://github.com/obsproject/obs-studio/pull/1299)

So, why it was not working by default for old methods of window/game capture in the past?
The cursors in OBS is drawn in the place where the cursor should be (it is not "captured", it is emulated, drawn by OBS itself). That is why you can switch it on/off (because this is separate image that should be placed at some coordinates, that's all). Cursor is always separated from the captured image. It drawn later, only when the whole picture is ready. Thus, only when OBS captures the "final" image rendered by PC - you getting cursor in it as it is. The "final" image here is whole desktop composition (not just some game window). OBS uses static image of the cursor to make the rendering simple and fast.
 
Top