Skip to content

Commit 2af7f61

Browse files
Document frequency drop troubleshooting for Windows
Added troubleshooting steps for frequency drop issues on Windows OS.
1 parent b110d67 commit 2af7f61

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,3 +89,16 @@ with SensX(port="/dev/ttyUSB0") as sensor:
8989
| `latest_frame` | Thread-safe copy of the most recent frame |
9090
| `latest_timestamp` | `time.perf_counter()` of the most recent frame |
9191
| `on_frame` | Callback: `fn(frame: np.ndarray, ts: float)` |
92+
93+
94+
When testing on windows OS, in the case of Frequency drop:
95+
1. Open device manager.
96+
2. Navigate to the Ports and select the device, right click and open properties.
97+
98+
<img width="416" height="470" alt="image" src="https://github.com/user-attachments/assets/1f138d7c-be0c-41fb-918b-7423d0d90a47" />
99+
100+
3. go to advanced under the Port Settings.
101+
4. Change the Latency Timer (msec) to 1 and click OK.
102+
103+
<img width="635" height="464" alt="image" src="https://github.com/user-attachments/assets/652592aa-c130-4813-93cd-8d26923290e1" />
104+

0 commit comments

Comments
 (0)