Logging tracking data to a xml file is broken, just empty lines for each logged frame. It was tested with the 2021.10 release.
Steps to reproduce:
- Open IGT Tracking Toolbox
- Select Virtual Tracker
- Add Single Tool
- Connect and start tracking
- Switch to Logging tab
- Choose "XML format"
- Click Start Logging
- Click Stop Logging
The file looks like this:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <Data ToolCount="2" version="1.0"> </Data>
but should look like this:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <Data ToolCount="2" version="1.0"> <ND Time="78" Tool="0" X="176.219542187500224" Y="-168.13205078125" Z="175.855333593748895" QX="0" QY="0" QZ="0" QR="1" C00="0.762850418686867" C01="0" C02="0" C03="0" C04="0" C05="0" C10="0" C11="0.762850418686867" C12="0" C13="0" C14="0" C15="0" Valid="1" hO="1" hP="1" /> <ND Time="78" Tool="1" X="-97.760187499999" Y="-69.7928906249986" Z="109.482322656250062" QX="0" QY="0" QZ="0" QR="1" C00="0.163110677152872" C01="0" C02="0" C03="0" C04="0" C05="0" C10="0" C11="0.163110677152872" C12="0" C13="0" C14="0" C15="0" Valid="1" hO="1" hP="1" /> </Data>