sim2bot.CameraStream.close¶
close() -> None
¶
Unsubscribe this camera and make the operation idempotently closed.
Returns:
-
None–Calling the method again after closure has no effect.
Source code in sim2bot/client.py
Practical examples¶
Examples use objects discovered from the current scene rather than hard-coded robot metadata.
Guidance¶
Usage tip
Closing unused streams stops the browser from rendering and encoding those camera views.