Motive 3.1 - MotiveAPI.h

Post Reply
Camsmart
Posts: 1
Joined: Wed Oct 11, 2023 6:26 pm

Motive 3.1 - MotiveAPI.h

Post by Camsmart »

I am attempting to use the Motive API in my visual studio project. I have linked and referenced the Motive Lib and Inc libraries and the file seems to be included successfully (#include "MotiveAPI.h"). There seems to be however an issues with the MotiveAPI.h file. The MotiveAPI.h header (C:\Program Files\OptiTrack\Motive\inc) file includes the following:

Code: Select all

#include "Core/UID.h"
#include "Core/Label.h"
#include "Core/Vector2.h"
#include "Core/Quaternion.h"
#include "Core/Marker.h"
Each one is successful except the "Core/Quaternion.h" file. This one is not seen. Whenever I go to the Motive included directory (C:\Program Files\OptiTrack\Motive\inc\Core) I see the referenced "Core" files. Every file besides the Quaternion.h file is listed. Does anyone else have the "Quaternion.h" file? Any ideas?

Thanks,
Cam
Sunderlandkyl
Posts: 1
Joined: Mon Nov 06, 2023 11:50 am

Re: Motive 3.1 - MotiveAPI.h

Post by Sunderlandkyl »

+1

Quaternion.h doesn't appear to be included the SDK. Any word on when it will be made available?

We'd love to update our software to work with the USB cameras using Motive 3.X, however this issue is keeping us stuck to Motive 2.X.
Post Reply