Search found 8 matches

by cuterabbit
Fri Aug 17, 2012 12:06 am
Forum: OptiTrack Data Streaming
Topic: Asking for streaming data from TT to WinFornsSample
Replies: 5
Views: 4390

Re: Asking for streaming data from TT to WinFornsSample

Since, I have changed C# code in NatNet SDK as following private void UpdateDataGrid() { // update MarkerSet data for (int i = 0; i < m_FrameOfData.nMarkerSets; i++) { NatNetML.MarkerSetData ms = m_FrameOfData.MarkerSets[i]; for (int j = 0; j < ms.nMarkers; j++) { string strUniqueName = ms.MarkerSet...
by cuterabbit
Sun Aug 12, 2012 3:47 am
Forum: OptiTrack Data Streaming
Topic: Asking for streaming data from TT to WinFornsSample
Replies: 5
Views: 4390

Re: Asking for streaming data from TT to WinFornsSample

I have question for C# Coding. private void UpdateDataGrid() { // update MarkerSet data for (int i = 0; i < m_FrameOfData.nMarkerSets; i++) { NatNetML.MarkerSetData ms = m_FrameOfData.MarkerSets[i]; for (int j = 0; j < ms.nMarkers; j++) { string strUniqueName = ms.MarkerSetName +i.ToString()+ j.ToSt...
by cuterabbit
Sun Aug 12, 2012 3:15 am
Forum: OptiTrack Data Streaming
Topic: Streaming between Tracking tools and motionbuilder
Replies: 5
Views: 3950

Re: Streaming between Tracking tools and motionbuilder

Hello Mike

Thanks for your answer.
I have more question. Motionbuilder can show only single rigid body, in case if I have more than one rigid body. Can I choose each rigid body to show in view plane and How to do that.
by cuterabbit
Wed Aug 08, 2012 9:43 pm
Forum: OptiTrack Data Streaming
Topic: Streaming between Tracking tools and motionbuilder
Replies: 5
Views: 3950

Streaming between Tracking tools and motionbuilder

<t>Hi, I am new in optitrack and streaming in any application. I have some problem of streaming from tracking tools to motionbuilder. I can see only last trackable. It doesn't show the other trackable. For example I create two trackables. TT show I have created two groups of trackable. After I finis...
by cuterabbit
Wed Aug 01, 2012 3:15 am
Forum: OptiTrack Data Streaming
Topic: Asking for streaming data from TT to WinFornsSample
Replies: 5
Views: 4390

Re: Asking for streaming data from TT to WinFornsSample

Thanks for your answer in my post.
I have some trouble with C# application name WinFormsSample. Pose of markers, as marker0, marker1, and marker2 of trackable1, does not shown in Table of C# application. When I have two trackable.
by cuterabbit
Tue Jul 31, 2012 3:34 am
Forum: OptiTrack Data Streaming
Topic: Asking for streaming data from TT to WinFornsSample
Replies: 5
Views: 4390

Asking for streaming data from TT to WinFornsSample

<t>Hi, I am new for Optitrack and NatNet SDK. I have some question about streaming data from Tracking Tools to WinFormsSample.<br/> When I create trackable more than 2 groups in tracking tools, WinFormsSample that is an example in NatNet SDK must show pose [x,y,x] of last trackable. It does not show...