Driver for the Rokid Air and Max devices.
More...
|
#define | ROKID_USB_INTERFACE_NUM 2 |
|
#define | ROKID_INTERRUPT_IN_ENDPOINT 0x82 |
|
#define | ROKID_USB_BUFFER_LEN 0x40 |
|
#define | ROKID_USB_TRANSFER_TIMEOUT_MS 1000 |
|
#define | ROKID_PACKED |
|
#define | ROKID_TRACE(hmd, ...) U_LOG_XDEV_IFL_T(&hmd->base, hmd->log_level, __VA_ARGS__) |
|
#define | ROKID_DEBUG(hmd, ...) U_LOG_XDEV_IFL_D(&hmd->base, hmd->log_level, __VA_ARGS__) |
|
#define | ROKID_INFO(hmd, ...) U_LOG_XDEV_IFL_I(&hmd->base, hmd->log_level, __VA_ARGS__) |
|
#define | ROKID_ERROR(hmd, ...) U_LOG_XDEV_IFL_E(&hmd->base, hmd->log_level, __VA_ARGS__) |
|
|
static struct xrt_vec3 | rokid_convert_vector (struct rokid_usb_packed_vec *v) |
|
static struct rokid_hmd * | rokid_hmd (struct xrt_device *xdev) |
|
static void | rokid_fusion_create (struct rokid_fusion *fusion) |
|
static void | rokid_fusion_parse_usb_packet (struct rokid_fusion *fusion, unsigned char usb_buffer[0x40]) |
|
static void | rokid_fusion_get_pose (struct rokid_fusion *fusion, int64_t at_timestamp_ns, struct xrt_space_relation *out_relation) |
|
static void | rokid_fusion_destroy (struct rokid_fusion *fusion) |
|
static void | rokid_fusion_add_vars (struct rokid_fusion *fusion, void *root) |
|
static void * | rokid_usb_thread (void *ptr) |
|
static int | rokid_hmd_get_display_mode (struct rokid_hmd *rokid) |
|
static bool | rokid_hmd_set_display_mode (struct rokid_hmd *rokid, uint16_t mode) |
|
static bool | rokid_hmd_usb_init (struct rokid_hmd *rokid, struct xrt_prober_device *prober_device) |
|
static void | rokid_hmd_destroy (struct xrt_device *xdev) |
|
static void | rokid_hmd_get_tracked_pose (struct xrt_device *xdev, enum xrt_input_name name, int64_t at_timestamp_ns, struct xrt_space_relation *out_relation) |
|
static struct xrt_device * | rokid_hmd_create (struct xrt_prober_device *prober_device) |
|
int | rokid_found (struct xrt_prober *xp, struct xrt_prober_device **devices, size_t device_count, size_t index, cJSON *attached_data, struct xrt_device **out_xdev) |
| Probing function for Rokid devices. More...
|
|
Driver for the Rokid Air and Max devices.
- Author
- Alex Badics admin.nosp@m.@sti.nosp@m.ckman.nosp@m..hu