29 std::unique_ptr<rerun::RecordingStream> stream{};
34 stream = std::make_unique<rerun::RecordingStream>(rerun_recording_id);
53 t_constellation_device_id_t device_id,
69 LogBlobSet(
const std::string &entity_name,
71 t_constellation_device_id_t device_id,
75 LogFrameMetrics(
const CameraSample &camera_sample, t_constellation_device_id_t device_id,
float brightness);
Definition constellation_tracker_rerun.hpp:27
void LogTrackedFrame(const CameraSample &camera_sample, t_constellation_device_id_t device_id, const t_constellation_tracker_led_model &led_model, const t_camera_calibration &calibration, const xrt_pose &Txr_world_cam, const xrt_pose &Txr_cam_device, const xrt_pose &Txr_world_device, float brightness)
Log a tracked frame to Rerun.
Definition constellation_tracker_rerun.cpp:283