Thanks Doug. I didn't notice the GetPoint method since I was only
interested in tracking a single point, at least for starters.
I'll give the Vector Clip and NPVector a try.
Search found 2 matches
- Wed Feb 27, 2008 6:37 am
- Forum: General OptiTrack Support
- Topic: How to create an NPPoint object in C#?
- Replies: 2
- Views: 2354
- Tue Feb 26, 2008 2:07 pm
- Forum: General OptiTrack Support
- Topic: How to create an NPPoint object in C#?
- Replies: 2
- Views: 2354
How to create an NPPoint object in C#?
<t>I'm using the "OptiTrack_1.1.033.final.b" SDK and started with<br/> the "Single_Camera_CSharp_.NET_3.0" example. I'm trying to get<br/> a Point object from a frame so I can use the "get_Z" property.<br/> Tried the following:<br/> <br/> OptiTrack.NPObject npObj = frame.Item(0); //NPCameraFrame<br/...