Search found 7 matches

by kimtae55
Mon Jan 21, 2019 2:00 pm
Forum: Motive
Topic: Sample speed test for optitrack streaming
Replies: 1
Views: 1820

Sample speed test for optitrack streaming

Does Motive have any properties or features that give related information about accuracy/speed about the cameras, streaming, or detected rigid bodies? Question does seem a little vague, but I am asking this because even for the same system, I notice that the motion tracking results depend on the ove...
by kimtae55
Fri Aug 10, 2018 12:05 pm
Forum: OptiTrack Data Streaming
Topic: Multicast on android
Replies: 0
Views: 1994

Multicast on android

Hello, I am trying to use multicast to get pose from OptiTrack to an Android device. So far I have set up multicast socket's receiving on android side, but does not receive anything. I think the reason is that the Android client has to send a command requesting for Rigid Body Ino (i.e. PacketOut.iMe...
by kimtae55
Thu Aug 09, 2018 2:16 pm
Forum: OptiTrack Data Streaming
Topic: Multicast option
Replies: 0
Views: 1950

Multicast option

Hello,

To use the depacketization using multicast, must we send commands every time we want to receive data, or is there a settings in Motive that can be adjusted so that the client only has to receive?

Thanks!
by kimtae55
Tue Jul 31, 2018 6:41 am
Forum: OptiTrack Data Streaming
Topic: Depacket Client Info
Replies: 1
Views: 2337

Depacket Client Info

I am currently working on using the Depacketization for android and Unity, so that I can multicast without NatNetML. As I am reading the PacketClient.cpp, I notice the rigid body information is unpacked in terms of quaternion. However, I need information in terms of euler angles, with XYZ rotation o...
by kimtae55
Wed May 30, 2018 9:12 am
Forum: OptiTrack Data Streaming
Topic: Motive API : TT_FrameTimeStamp
Replies: 1
Views: 2337

Motive API : TT_FrameTimeStamp

What exactly does this TT_FrameTimeStamp() function return?
1) Time when frame info is received by the application
2) Time when frame is captured by the camera
3) etc
by kimtae55
Tue May 29, 2018 2:00 pm
Forum: Motive
Topic: Saving 2D image as jpg from OptiTrack cameras
Replies: 3
Views: 2859

Re: Saving 2D image as jpg from OptiTrack cameras

Thanks for the reply.

Then is there any provided sdk or api that could be used to do it?
I've been looking at Motive API functions and so on, and I haven't found anything too related yet.
by kimtae55
Fri May 25, 2018 1:20 pm
Forum: Motive
Topic: Saving 2D image as jpg from OptiTrack cameras
Replies: 3
Views: 2859

Saving 2D image as jpg from OptiTrack cameras

Since OptiTrack uses many cameras, I want to export 2D images (frames from cameras) as jpg from them. How do I do this using Motive?