Monado OpenXR Runtime
Loading...
Searching...
No Matches
constellation_tracker_rerun_blobwatch.h
Go to the documentation of this file.
1// Copyright 2026, Beyley Cardellio
2// SPDX-License-Identifier: BSL-1.0
3/*!
4 * @file
5 * @brief Rerun recorder logic for blobwatches.
6 * @author Beyley Cardellio <ep1cm1n10n123@gmail.com>
7 * @ingroup tracking
8 */
9
10#pragma once
11
13
14
15#ifdef __cplusplus
16extern "C" {
17#endif
18
19/*!
20 * Pushes a camera frame from an image-based blobwatch to the constellation tracker.
21 */
22void
23constellation_tracker_rerun_blobwatch_push_frame(struct t_constellation_tracker *tracker,
24 uint32_t mosaic_index,
25 uint32_t camera_index,
26 struct xrt_frame *frame);
27
28#ifdef __cplusplus
29}
30#endif
void constellation_tracker_rerun_blobwatch_push_frame(struct t_constellation_tracker *tracker, uint32_t mosaic_index, uint32_t camera_index, struct xrt_frame *frame)
Pushes a camera frame from an image-based blobwatch to the constellation tracker.
Definition constellation_tracker_rerun.cpp:425
Definition u_pacing_compositor.c:54
Basic frame data structure - holds a pointer to buffer.
Definition xrt_frame.h:25
Header defining the constellation tracker parameters and functions.