open3d.io.rpc.set_active_camera#

open3d.io.rpc.set_active_camera(path, connection=None)#

Sets the object with the specified path as the active camera.

Parameters:
  • path (str) – A path descriptor, e.g., ‘mygroup/camera’.

  • connection (open3d.io.rpc._ConnectionBase, optional, default=None) – A Connection object. Use None to automatically create the connection.

Returns:

bool