Header defining the constellation tracker parameters and functions.
More...
Go to the source code of this file.
|
|
#define | XRT_CONSTELLATION_MAX_TRACKING_MOSAICS (1) |
| |
|
|
int | t_constellation_tracker_add_device (struct t_constellation_tracker *tracker, struct t_constellation_tracker_device_params *params, struct t_constellation_tracker_device *device, t_constellation_device_id_t *out_device_id) |
| |
|
int | t_constellation_tracker_remove_device (struct t_constellation_tracker *tracker, t_constellation_device_id_t device) |
| |
|
struct xrt_tracking_origin * | t_constellation_tracker_get_tracking_origin (struct t_constellation_tracker *tracker) |
| |
Header defining the constellation tracker parameters and functions.
- Author
- Beyley Cardellio ep1cm.nosp@m.1n10.nosp@m.n123@.nosp@m.gmai.nosp@m.l.com
◆ t_constellation_tracker_flags
| Enumerator |
|---|
| T_CONSTELLATION_TRACKER_FLAGS_DETERMINISTIC | Whether the constellation tracker should be deterministic.
Turn this on if you require consistent results, at the cost of performance.
|