It looks like you're new here. If you want to get involved, click one of these buttons!
It’s like a watermark, obviously no one wants the IDE’S UI on their exported video.
Also, is there a way to export frame-by-frame? And to control the start and end of the recording from the code? (Which is necessary when one wants to create perfect loops and other time-sensitive imagery.)
Comments
There are commands to startRecording and stopRecording.
@luna if you use
displayMode(FULLSCREEN_NO_BUTTONS)
and then either use the iOS system level recording feature (pull down from control centre) or use the API commands like @dave1707 suggested then you can get a pure recording of your projectHowever, if you use FULLSCREEN_NO_BUTTONS then pull down the control panel to start the system recorder ... the buttons appear.