Builder to setup rgb tracking devices into a system.
More...
|
static bool | get_settings (cJSON *json, struct xrt_settings_tracking *settings) |
|
static void | on_video_device (struct xrt_prober *xp, struct xrt_prober_device *pdev, const char *product, const char *manufacturer, const char *serial, void *ptr) |
|
static void | setup_pipeline (struct xrt_prober *xp, struct build_state *build) |
|
static xrt_result_t | rgb_estimate_system (struct xrt_builder *xb, cJSON *config, struct xrt_prober *xp, struct xrt_builder_estimate *estimate) |
|
static xrt_result_t | rgb_open_system_impl (struct xrt_builder *xb, cJSON *config, struct xrt_prober *xp, struct xrt_tracking_origin *origin, struct xrt_system_devices *xsysd, struct xrt_frame_context *xfctx, struct u_builder_roles_helper *ubrh) |
|
static void | rgb_destroy (struct xrt_builder *xb) |
|
struct xrt_builder * | t_builder_rgb_tracking_create (void) |
| RGB tracking based drivers, like PS Move driver and PSVR driver. More...
|
|
Builder to setup rgb tracking devices into a system.
- Author
- Jakob Bornecrantz jakob.nosp@m.@col.nosp@m.labor.nosp@m.a.co.nosp@m.m
◆ t_builder_rgb_tracking_create()
struct xrt_builder * t_builder_rgb_tracking_create |
( |
void |
| ) |
|
◆ driver_list
const char* driver_list[] |
|
static |