qualisys / qualisys_dotnet_sdk

C# (.NET) implementation of the real-time protocol for Qualisys Track Manager
MIT License
8 stars 5 forks source link

Made sync out settings optional to pass xml validation in QTM #27

Closed qjgn closed 2 years ago

qjgn commented 2 years ago

Problem

Setting general settings fails (returns false) for most cameras. The sync out values are validated in QTM if they exist in the provided XML. The RTClientSDK.NET provides default values for all possible sync out fields even if they are not used.

Solution

This pull request makes the sync out settings default to null, which makes the settings XML pass validation.