RobotecAI / robotec-o3de-tools

Toolset for demo recordings in O3DE
2 stars 1 forks source link

Disable main view #37

Open michalpelka opened 2 weeks ago

michalpelka commented 2 weeks ago

New gem that simply disable main window rendering.

michalpelka commented 1 week ago

I've tested this contribution with ROS 2 Camera. I've asked ROS 2 Camera to produce image with 1000 fps - this will produce the message with maximum frequency of the FPS of GameLauncher: image

Next, I've run the game launcher with --cl_disableMainView=true, the main window is black, but we have 2x fps.

image

michalpelka commented 1 week ago

Sadly, I cannot have RenderDoc to capture of-screen rendered frame :(

pijaro commented 1 week ago

Nice results!