LeiaSR SDK 720218b2 v1.32.7.6322 2025-02-13T14:55:38Z
Stable
weaverposition.h
Go to the documentation of this file.
1
5#pragma once
6#include "sr/types.h"
7#include <stdint.h>
8
9
15typedef struct {
16 uint64_t frameId;
17 uint64_t time;
C-compatible struct containing the weaver position.
Definition: weaverposition.h:15
SR_point3d weaverPosition
Absolute weaver position in centimeters.
Definition: weaverposition.h:18
uint64_t time
Time of capture since epoch in microseconds.
Definition: weaverposition.h:17
uint64_t frameId
Autoincrement frame number.
Definition: weaverposition.h:16
C-compatible 3d double vector representation.
Definition: types.h:73