PlusToolkit / ndicapi

A common C API for communicating with NDI Polaris and Aurora devices
MIT License
47 stars 31 forks source link

repaired TXHelper (strayCount) and ndiGetTXPassiveStray #5

Closed matemus960 closed 6 years ago

matemus960 commented 6 years ago

Wrong parsing the number of strays from commandReply in TXHelper (should parse only 2 first signs, signs are hex). Also unnecessary dp += 3 in ndiGetTXPassiveStray -- prevents correctful data reading.

lassoan commented 6 years ago

Thank you for your contribution. We have random failure when connecting to Polaris trackers with recent master version (https://github.com/PlusToolkit/PlusLib/issues/202) - is it possible that this pull request results that issue? How can we reproduce the problem that you fixed?

adamrankin commented 6 years ago

No, we request BX:0801 and this is only for TX. I will check BX handling.