Getting names of labelled markers in C API
Posted: Thu Aug 29, 2024 4:29 am
I have an integration with the NatNet C API, and I'm trying to work out if it's possible to access the names of individual markers, as set in Motive.
I'm receiving markers individually via the LabeledMarkers array in sFrameOfMocapData. It seemed like the best way to get the marker names would be to use NatNetClient::GetDataDescriptionList to get a sDataDescription. However this only seems to provide the names for markers in a marker set via sMarkerSetDescription.
Is there a way I'm missing to get the marker names for the unlablled markers?
I'm receiving markers individually via the LabeledMarkers array in sFrameOfMocapData. It seemed like the best way to get the marker names would be to use NatNetClient::GetDataDescriptionList to get a sDataDescription. However this only seems to provide the names for markers in a marker set via sMarkerSetDescription.
Is there a way I'm missing to get the marker names for the unlablled markers?