You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Although I can make assumption on how this works. It'd be good if getting remote parameters had more documentation. If I have a mix of numbers, poses, images, and text, how are they retrieved?
I assume I separate the types and collapse the indices down. For number/poses I assume they are tightly packed so a float for a number followed by 16 floats for a pose followed by another float for a number.
Is that correct?
Are the indices for the rs_getFrameText() collapsed down or are those the index of the text parameter in the whole remote parameter list?
Thanks
The text was updated successfully, but these errors were encountered:
We're internally debating whether to change the API to be clearer or write helper C++ classes to hide the complexity, but we'll hopefully have something before the next release.
Although I can make assumption on how this works. It'd be good if getting remote parameters had more documentation. If I have a mix of numbers, poses, images, and text, how are they retrieved?
I assume I separate the types and collapse the indices down. For number/poses I assume they are tightly packed so a float for a number followed by 16 floats for a pose followed by another float for a number.
Is that correct?
Are the indices for the rs_getFrameText() collapsed down or are those the index of the text parameter in the whole remote parameter list?
Thanks
The text was updated successfully, but these errors were encountered: