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?
Getting names of labelled markers in C API
-
- Posts: 1
- Joined: Thu Aug 29, 2024 4:22 am
Re: Getting names of labelled markers in C API
I'm integrating with the NatNet C API and want to access the name of each marker set in Motive. I'm getting the markers through an array. LabeledMarkers in `sFrameOfMocapData` but it looks like a function `NatNetClient::GetDataDescriptionList` can only be provided” The name of the marker in the marker set via `sMarkerSetDescription` I'm looking for a way to retrieve the name of an unlabeled marker. Am I missing a search or another way to get these names?