File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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+
You can’t perform that action at this time.
0 commit comments