You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, rFlex
In last version of SCRecorder if I activated mirroring in writing:
_recorder.keepMirroringOnWrite = YES;
then I see a black screen in wrote video
Please, resolve it
The text was updated successfully, but these errors were encountered:
…screen in video
Analysis: [SCContext new] does not initialize CIContext and returns nil. Image can't be mirrored using nil CIContext and returns just black blank image frame in video.
Solution: Init SCContext with suggested type in general SCRecorder initialization
Hi, rFlex
In last version of SCRecorder if I activated mirroring in writing:
_recorder.keepMirroringOnWrite = YES;
then I see a black screen in wrote video
Please, resolve it
The text was updated successfully, but these errors were encountered: