|
void | depthai_frame_wrapper_destroy (struct xrt_frame *xf) |
|
static bool | depthai_get_gray_cameras_calibration (struct depthai_fs *depthai, struct t_stereo_camera_calibration **c_ptr) |
|
void | depthai_guess_ir_drivers (struct depthai_fs *depthai) |
|
static void | depthai_guess_camera_type (struct depthai_fs *depthai) |
|
static void | depthai_print_calib (struct depthai_fs *depthai) |
|
static void | depthai_do_one_frame (struct depthai_fs *depthai) |
|
static void | depthai_maybe_send_exposure_command (struct depthai_fs *depthai) |
|
static void | depthai_maybe_send_floodlight_command (struct depthai_fs *depthai) |
|
static void * | depthai_mainloop (void *ptr) |
|
int64_t | dai_ts_to_monado_ts (dai::Timestamp &in) |
|
static void | depthai_do_one_imu_frame (struct depthai_fs *depthai) |
|
static void * | depthai_imu_mainloop (void *ptr) |
|
static bool | depthai_destroy (struct depthai_fs *depthai) |
|
static void | depthai_setup_monocular_pipeline (struct depthai_fs *depthai, enum depthai_camera_type camera_type) |
|
static void | depthai_setup_stereo_grayscale_pipeline (struct depthai_fs *depthai) |
|
static struct depthai_fs * | depthai_fs (struct xrt_fs *xfs) |
| Cast to derived type. More...
|
|
static bool | depthai_fs_enumerate_modes (struct xrt_fs *xfs, struct xrt_fs_mode **out_modes, uint32_t *out_count) |
|
static bool | depthai_fs_configure_capture (struct xrt_fs *xfs, struct xrt_fs_capture_parameters *cp) |
|
static bool | depthai_fs_stream_start (struct xrt_fs *xfs, struct xrt_frame_sink *xs, enum xrt_fs_capture_type capture_type, uint32_t descriptor_index) |
|
static bool | depthai_fs_slam_stream_start (struct xrt_fs *xfs, struct xrt_slam_sinks *sinks) |
|
static bool | depthai_fs_stream_stop (struct xrt_fs *xfs) |
|
static bool | depthai_fs_is_running (struct xrt_fs *xfs) |
|
static void | depthai_fs_node_break_apart (struct xrt_frame_node *node) |
|
static void | depthai_fs_node_destroy (struct xrt_frame_node *node) |
|
static struct depthai_fs * | depthai_create_and_do_minimal_setup (void) |
|
struct xrt_fs * | depthai_fs_monocular_rgb (struct xrt_frame_context *xfctx) |
| Create a DepthAI frameserver using a single RGB camera. More...
|
|
struct xrt_fs * | depthai_fs_slam (struct xrt_frame_context *xfctx, struct depthai_slam_startup_settings *settings) |
| Create a DepthAI frameserver using two gray cameras. More...
|
|
struct xrt_fs * | depthai_fs_stereo_grayscale_and_imu (struct xrt_frame_context *xfctx) |
|
struct xrt_fs * | depthai_fs_just_imu (struct xrt_frame_context *xfctx) |
|
bool | depthai_fs_get_stereo_calibration (struct xrt_fs *xfs, struct t_stereo_camera_calibration **c_ptr) |
| Get the stereo calibration from a depthAI frameserver. More...
|
|