Search found 1 match

by brunoleos
Thu Jul 01, 2010 7:57 am
Forum: OptiTrack SDK
Topic: GetObjectData
Replies: 6
Views: 10864

Re: GetObjectData

Hi people, I'm also trying to use NPCameraFrame.GetObjectData() with .NET language (C#). With Brad example I could get the array of bytes from the objects captured by the camera, but I don't know how to deserialize it to NPObject objects. I tryed using System.Runtime.Serialization, as in the code be...