Hello!
Is there any documentation or list of which settings I can modify using:
# Start the omniverse application
kit = SimulationApp(launch_config=CONFIG)
from omni.isaac.core.utils.extensions import enable_extension
# Default Livestream settings
kit.set_setting("/app/window/drawMouse", True)
kit.set_setting("/app/livestream/proto", "ws")
kit.set_setting("/app/livestream/websocket/framerate_limit", 120)
kit.set_setting("/ngx/enabled", False)
To which components are the settings linked?
Thanks!
Regards,
Christof
Hi @christof.schuetzenhoefer - Following documents might help you:
https://docs.omniverse.nvidia.com/app_isaacsim/app_isaacsim/manual_standalone_python.html