···913913 }
914914915915 //!@todo This code will turn the exposure time down, but you may not want it. Or we may want to rework Monado's
916916- //! AEG code to control the IR floodlight brightness in concert with the exposure itme. For now, disable.
916916+ //! AEG code to control the IR floodlight brightness in concert with the exposure time. For now, disable.
917917}
918918919919#ifdef DEPTHAI_HAS_MULTICAM_SUPPORT
+1-1
src/xrt/drivers/multi_wrapper/multi.h
···3333 * The pose provided by get_tracked_pose will be provided by the tracker device.
3434 *
3535 * @param override_type The kind of override this wrapper device will provide.
3636- * @param tracking_override_target An existing device that will be mimiced by the created device.
3636+ * @param tracking_override_target An existing device that will be mimicked by the created device.
3737 * @param tracking_override_tracker An existing device that will be used to provide tracking data.
3838 * @param tracking_override_input_name The input name of the tracker device. XRT_INPUT_GENERIC_TRACKER_POSE for generic
3939 * trackers.
+1-1
src/xrt/drivers/vive/vive_device.h
···101101102102 /*!
103103 * Offset for tracked pose offsets (applies to both fusion and SLAM).
104104- * Applied when getting the tracked poses, so is effectivily a offset
104104+ * Applied when getting the tracked poses, so is effectively a offset
105105 * to increase or decrease prediction.
106106 */
107107 struct u_var_draggable_f32 tracked_offset_ms;
+1-1
src/xrt/drivers/wmr/wmr_hmd.c
···736736737737 WMR_TRACE(wh, "Activating HP Reverb G1/G2 HMD...");
738738739739- // Hack to power up the Reverb G1 display, thanks to OpenHMD contibutors.
739739+ // Hack to power up the Reverb G1 display, thanks to OpenHMD contributors.
740740 // Sleep before we start seems to improve reliability.
741741 // 300ms is what Windows seems to do, so cargo cult that.
742742 os_nanosleep(U_TIME_1MS_IN_NS * 300);
+1-1
src/xrt/drivers/wmr/wmr_hmd.h
···176176177177 /*!
178178 * Offset for tracked pose offsets (applies to both fusion and SLAM).
179179- * Applied when getting the tracked poses, so is effectivily a offset
179179+ * Applied when getting the tracked poses, so is effectively a offset
180180 * to increase or decrease prediction.
181181 */
182182 struct u_var_draggable_f32 tracked_offset_ms;