add_*_stream method on SceneBuilder.
_StreamBuilderBase Objects
name
PCDStreamBuilder Objects
add_pcd
uri- Non-empty URI pointing to the point-cloud file.timestamp- Scene timestamp for this event.
set_frame_of_reference
for_id- The stream name of a FoR stream, or a FoRStreamBuilder instance.
set_pose
CameraStreamBuilder Objects
add_camera_params
width- Image width in pixels (must be >= 0).height- Image height in pixels (must be >= 0).intrinsics- Camera intrinsics (SimpleIntrinsics or AdvancedIntrinsics).timestamp- Scene timestamp for this event.
set_frame_of_reference
for_id- The stream name of a FoR stream, or a FoRStreamBuilder instance.
set_pose
FoRStreamBuilder Objects
add_pose
pose- The pose for this event (any supported rotation encoding).timestamp- Scene timestamp for this event.
ImageStreamBuilder Objects
add_image
uri- Non-empty URI pointing to the image file.timestamp- Scene timestamp for this event.

