21#undef DEPTHAI_HAS_MULTICAM_SUPPORT
27#define DEPTHAI_VID 0x03e7
28#define DEPTHAI_PID 0x2485
35 bool half_size_ov9282;
36 int frames_per_second;
40depthai_3dof_device_found(
struct xrt_prober *xp,
71#ifdef DEPTHAI_HAS_MULTICAM_SUPPORT
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.
Definition: depthai_driver.cpp:1323
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.
Definition: depthai_driver.cpp:1231
struct xrt_fs * depthai_fs_monocular_rgb(struct xrt_frame_context *xfctx)
Create a DepthAI frameserver using a single RGB camera.
Definition: depthai_driver.cpp:1205
Definition: depthai_interface.h:32
Stereo camera calibration data to be given to trackers.
Definition: t_tracking.h:248
A single HMD or input device.
Definition: xrt_device.h:241
Object used to track all sinks and frame producers in a graph.
Definition: xrt_frame.h:108
Frameserver that generates frames.
Definition: xrt_frameserver.h:70
A probed device, may or may not be opened.
Definition: xrt_prober.h:85
The main prober that probes and manages found but not opened HMD devices that are connected to the sy...
Definition: xrt_prober.h:132
Header defining an xrt display or controller device.
Frameserver interface for video drivers.
Common interface to probe for devices.