From 235e601cbccac68ae1d10887726a8f567fc209bc Mon Sep 17 00:00:00 2001 From: Vishnu Bharath <80052621+vishnu09bharath@users.noreply.github.com> Date: Thu, 25 Dec 2025 18:08:03 -0500 Subject: [PATCH] Fix typo in selecting-hardware documentation (#2256) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Corrects a spelling error in the hardware selection documentation (`dependant` → `dependent`). No functional changes. --- docs/source/docs/hardware/selecting-hardware.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/docs/hardware/selecting-hardware.md b/docs/source/docs/hardware/selecting-hardware.md index c04445b4d..b9baa4d7b 100644 --- a/docs/source/docs/hardware/selecting-hardware.md +++ b/docs/source/docs/hardware/selecting-hardware.md @@ -88,7 +88,7 @@ Cameras capable of capturing a good image with very short exposures will also he ### Using Multiple Cameras -Keeping the target(s) in view of the robot often requires more than one camera. PhotonVision has no hardcoded limit on the number of cameras supported. The limit is usually dependant on CPU (can all frames be processed fast enough?) and USB bandwidth (Can all cameras send their images without overwhelming the bus?). +Keeping the target(s) in view of the robot often requires more than one camera. PhotonVision has no hardcoded limit on the number of cameras supported. The limit is usually dependent on CPU (can all frames be processed fast enough?) and USB bandwidth (Can all cameras send their images without overwhelming the bus?). Note that cameras are not synchronized together. Frames are captured and processed asynchronously. Robot Code must fuse estimates together. For more information, see {ref}`the programming reference. `.