7 #ifndef K4ARECORD_TYPES_H 8 #define K4ARECORD_TYPES_H 10 #include <k4a/k4atypes.h> 105 typedef struct _k4a_record_configuration_t
The result was successful.
Definition: types.h:68
k4a_fps_t
Color and depth sensor frame rate.
Definition: k4atypes.h:436
Seek relative to the beginning of a recording.
Definition: types.h:83
int32_t depth_delay_off_color_usec
The delay between color and depth images in the recording.
Definition: types.h:135
k4a_depth_mode_t depth_mode
Mode used to record the depth camera.
Definition: types.h:114
Seek relative to the end of a recording.
Definition: types.h:84
k4a_depth_mode_t
Depth sensor capture modes.
Definition: k4atypes.h:289
k4a_wired_sync_mode_t wired_sync_mode
External synchronization mode.
Definition: types.h:138
k4a_stream_result_t
Return codes returned by Azure Kinect playback API.
Definition: types.h:66
uint32_t subordinate_delay_off_master_usec
The delay between this recording and the externally synced master camera.
Definition: types.h:144
bool ir_track_enabled
True if the recording contains IR camera frames.
Definition: types.h:126
k4a_wired_sync_mode_t
Synchronization mode when connecting two or more devices together.
Definition: k4atypes.h:586
k4a_color_resolution_t color_resolution
Image resolution used to record the color camera.
Definition: types.h:111
The result was a failure.
Definition: types.h:69
k4a_fps_t camera_fps
Frame rate used to record the color and depth camera.
Definition: types.h:117
bool imu_track_enabled
True if the recording contains IMU sample data.
Definition: types.h:129
k4a_image_format_t color_format
Image format used to record the color camera.
Definition: types.h:108
k4a_playback_seek_origin_t
Playback seeking positions.
Definition: types.h:81
Structure containing the device configuration used to record.
Definition: types.h:105
k4a_color_resolution_t
Color sensor resolutions.
Definition: k4atypes.h:307
Handle to a k4a recording opened for playback.
Definition: types.h:49
uint32_t start_timestamp_offset_usec
The timestamp offset of the start of the recording.
Definition: types.h:150
bool depth_track_enabled
True if the recording contains Depth camera frames.
Definition: types.h:123
Handle to a k4a recording opened for writing.
Definition: types.h:34
The end of the data stream was reached.
Definition: types.h:70
k4a_image_format_t
Image format type.
Definition: k4atypes.h:329
bool color_track_enabled
True if the recording contains Color camera frames.
Definition: types.h:120