Skip to content
Discussion options

You must be logged in to vote

Fullscreen Recording Fix

I managed to fix the fullscreen record.

In services/Recorder.qml change the parameter for start() function to this:

    function start(extraArgs = []): void {

This ensures that when recording fullscreen (which passes an empty argument) works since it assumes that if there is no argument passed, extraArgs will be empty which is what is required by the Process that handles the recording.

Hope this works on your problems
@elrondforwin @phirrehan

Replies: 4 comments 4 replies

Comment options

You must be logged in to vote
1 reply
@phirrehan
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@phirrehan
Comment options

@BlackInOne69
Comment options

@notsoeazy
Comment options

Answer selected by notsoeazy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants