#include "leia/common/slice.h"
#include "leia/common/log.h"
#include <stdint.h>
Go to the source code of this file.
◆ LEIA_IS_IMAGE_DESC_VALID
#define LEIA_IS_IMAGE_DESC_VALID |
( |
|
d | ) |
((d).data && (d).width && (d).height && (d).reserved0 == 0 && (d).reserved1 == 0) |
◆ leia_free_user_data_cb
typedef void(* leia_free_user_data_cb) (void *userData) |
◆ leia_timestamp_space
Enumerator |
---|
LEIA_TIMESTAMP_SPACE_UNKNOWN | Timestamp measures the time since an unspecified starting point and is monotonically increasing.
|
LEIA_TIMESTAMP_SPACE_SYSTEM | Timestamp measures the time in the same timebase as system clock. Different cameras match different time points:
- realsense - the middle of exposure
- android - the start of exposure Depending on platform different system clock is used:
- windows - std::chrono::system_clock::now
- android - android.os.SystemClock.elapsedRealtime
|
_LEIA_TIMESTAMP_SPACE_MAKE_ENUM_32BIT | |
◆ leia_orientation
Enumerator |
---|
LEIA_ORIENTATION_UNSPECIFIED | |
LEIA_ORIENTATION_LANDSCAPE | |
LEIA_ORIENTATION_PORTRAIT | |
LEIA_ORIENTATION_REVERSE_LANDSCAPE | |
LEIA_ORIENTATION_REVERSE_PORTRAIT | |
LEIA_ORIENTATION_COUNT | |
_LEIA_ORIENTATION_MAKE_ENUM_32BIT | |
◆ leia_orientation_to_ui_str()
◆ leia_vector3_to_slice()
◆ leia_vector4_to_slice()
◆ leia_mat4_to_slice()
◆ leia_bool