Hide system cursor #73
Replies: 34 comments 5 replies
-
|
Testing with the latest version I'm getting this error
|
Beta Was this translation helpful? Give feedback.
-
|
Javascript error should be fixed, let me know if the two cursor issue persists. Have you tried disabling your custom cursor and seeing if anything changes? |
Beta Was this translation helpful? Give feedback.
-
|
The two cursors being visible at the same time should be fixed in v1.0.8+ with WGC capture, which records without the OS cursor. The smoothing lag is a separate issue. Even with the system cursor hidden, the rendered cursor still trails behind the actual position because of smoothing, so click effects can appear before the cursor visually arrives. One way to fix this is to apply a negative time offset to the cursor telemetry lookup, shifting the rendered cursor slightly ahead to compensate for the smoothing delay. |
Beta Was this translation helpful? Give feedback.
-
|
Closing as issue seems to be resolved |
Beta Was this translation helpful? Give feedback.
-
|
@webadderall @tokenflow1m |
Beta Was this translation helpful? Give feedback.
-
|
Are you using a custom cursor application? Can you try disabling it and seeing if the cursor gets hidden? |
Beta Was this translation helpful? Give feedback.
-
|
|
Beta Was this translation helpful? Give feedback.
-
|
That's just a custom Windows cursor. Not using any 3rd party application |
Beta Was this translation helpful? Give feedback.
-
|
What version of windows is this? 10 Build 19041 (May 2020) or newer? |
Beta Was this translation helpful? Give feedback.
-
|
Windows 11 Pro |
Beta Was this translation helpful? Give feedback.
-
|
Do you have Windows Graphics Capture installed or supported on your system? Are you running a VM? Could you give more hardware details? |
Beta Was this translation helpful? Give feedback.
-
I will install the latest version of Recordly and test again. UPDATE: |
Beta Was this translation helpful? Give feedback.
-
|
Hi I have the same issue. No VM, windows 11, last version downloaded this morning :) |
Beta Was this translation helpful? Give feedback.
-
|
Does anyone have this issue on Windows 10? |
Beta Was this translation helpful? Give feedback.
-
|
I'm going to release a build that will toast an error if it's using the electron capture path that causes duplicate cursors. |
Beta Was this translation helpful? Give feedback.
-
|
It seems to be an issue with Window's WGC API itself, I'll try to code a workaround |
Beta Was this translation helpful? Give feedback.
-
|
If anyone wants to help, they can. I've made a commit "feat(windows): replace WGC with DXGI and fix HUD window bounds", if someone could test on Windows to see if it resolves the issue that would be very nice. |
Beta Was this translation helpful? Give feedback.
-
|
Just tested it, i still have the issue, but I actually got the toasted error: "Native Windows Capture (WGC) is unavailable. Falling back to browser capture." |
Beta Was this translation helpful? Give feedback.
-
|
Same issue, Native Windows Capture (WGC) is unavailable. Falling back to browser capture. |
Beta Was this translation helpful? Give feedback.
-
|
I cloned the repo and managed to fix the cursor issue. But I had to make changes to the Visual Studio version config to get I'll open a PR, but you might wanna migrate the relevant changes and test with your version of VS |
Beta Was this translation helpful? Give feedback.
-
|
Migrated relevant changes and pushed, can somebody test on Windows to see if Windows cursor is hidden now with Selective merge of Windows system cursor fix #66? |
Beta Was this translation helpful? Give feedback.
-
|
If it's building on your machine could you publish another release with the fixes? |
Beta Was this translation helpful? Give feedback.
-
|
Yes please publish a release |
Beta Was this translation helpful? Give feedback.
-
|
v1.1.3 should appear in a few minutes, someone tell me if it works 🙏 |
Beta Was this translation helpful? Give feedback.
-
It seems to have fixed it for me :) ! |
Beta Was this translation helpful? Give feedback.
-
|
Issue resolved |
Beta Was this translation helpful? Give feedback.
-
|
I've also heard reports that the smoothened cursor on Windows seems to lag behind, anyone experiencing it? |
Beta Was this translation helpful? Give feedback.
-
Yes, I can confirm it, the cursor movement is lag behind |
Beta Was this translation helpful? Give feedback.
-
|
The problem I have (may be unrelated) is that cropping window / video seems to offset the cursor position / or the cursor position is relative to the window size but not to the original video positionning. |
Beta Was this translation helpful? Give feedback.
-
|
#72 Any help would be appreciated
I'll fix this |
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
-
Is your feature request related to a problem? Please describe.
Platform: Windows 11
Currently the cursor that gets added by Recordly is not perfectly aligned with the system cursor (especially with smoothing). Visually it doesn't look good when two cursors are visible.
I noticed that if I adjust cursor settings, it snaps back to the actual cursor's position. But when I resume it lacks behind again.
Describe the solution you'd like
Instead of turning off Recordly's smoothed cusror which has the click effects too. It would be better if the system's cursor can be turned off or replace and smoothed.
Additional setting: choose whether the custom cursor changes based on context or remains as the default style.
Describe alternatives you've considered
Can't really think of a different method to achieve the same result. The on described above is the most straight-forward approach.
Additional context
Beta Was this translation helpful? Give feedback.
All reactions