|
Monado OpenXR Runtime
|
A constellation tracker camera is a single camera that the constellation tracker will use to track devices. More...
#include </builds/monado/monado/src/xrt/tracking/constellation/t_constellation_tracker.h>
Data Fields | |
| struct t_camera_calibration | calibration |
| The calibration for this camera. | |
| struct xrt_pose | pose_in_origin |
| The position of this camera, in the mosaic's tracking origin. | |
| bool | has_concrete_pose |
| struct t_blob_sink * | blob_sink |
| The blob sink for this camera, this is an out parameter filled in by the constellation tracker, and you are expected to pass this to your blobwatch implementation. | |
A constellation tracker camera is a single camera that the constellation tracker will use to track devices.
The constellation tracker will provide the blob sink for this camera.
| struct t_blob_sink* t_constellation_tracker_camera::blob_sink |
The blob sink for this camera, this is an out parameter filled in by the constellation tracker, and you are expected to pass this to your blobwatch implementation.
| struct t_camera_calibration t_constellation_tracker_camera::calibration |
The calibration for this camera.
| struct xrt_pose t_constellation_tracker_camera::pose_in_origin |
The position of this camera, in the mosaic's tracking origin.