You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,4 +4,8 @@ Project with the basic communication structure to connect and send commands to t
4
4
5
5
This is not a complete implementation of the API, as it was written to provide control of the Poly Device Mode on the G7500 and X50 units.
6
6
7
-
The code was most recently tested and is running on systems with Poly G7500 units. Initial testing was done with X50 and *should* work the same on all VideoOS units that support Poly USB Device Mode.
7
+
The code was most recently tested and is running on systems with Poly G7500 units. Initial testing was done with X50 and *should* work the same on all VideoOS units that support Poly USB Device Mode.
8
+
9
+
Note that the Poly VideoOS devices seem to lock up and need a reboot if you keep the RESTful connection open to the units. After a period of time the REST connection and web ui will return errors and stop working requiring a power cycle of the unit.
10
+
11
+
Make sure to add logic into your own code that will properly connect and disconnect the module from the VideoOS device to keep it from locking up.
0 commit comments