Search found 13 matches

by danzman
Sun Feb 04, 2007 3:23 pm
Forum: OptiTrack SDK
Topic: Sample code (delphi, C#)
Replies: 12
Views: 37086

Re: Sample code (delphi, C#)

<t>After a long layoff I am back to this project. I did manage to get the application working under D2005 and will translate it to D2006. Because of the proprietary nature of the app I can only share the codes that will gather the data from the Optitrack. I think this is more important to most of yo...
by danzman
Sat Feb 11, 2006 12:50 am
Forum: General OptiTrack Support
Topic: Serial Control
Replies: 1
Views: 2286

Serial Control

<t>Can we use the Optitrack with a Basic Stamp SBC(e.g. BS2sx). If we need to hack the optitrack can we have the schematic to do this? Has anyone done this before? What do think of using a USB->serial adapter to make it work with BS2sx?<br/> <br/> I know I have asked too many questions. You may comm...
by danzman
Wed Feb 01, 2006 1:35 am
Forum: General OptiTrack Support
Topic: memory leak
Replies: 2
Views: 2697

Re: memory leak

Make sure that you free the memory after each cycle. I just field tested a prototype last evening and it worked fine. The application appears to be stable. Checking for memory overloading, cascading, etc. did not indicate a leak.
by danzman
Sun Jan 29, 2006 1:52 am
Forum: General OptiTrack Support
Topic: Lock on target object
Replies: 1
Views: 2183

Lock on target object

Is there a way to lock on an object despite other "noises".
by danzman
Tue Jan 24, 2006 1:00 am
Forum: General OptiTrack Support
Topic: Signal Pattern
Replies: 2
Views: 3206

Signal Pattern

From an active marker (LED) is there a way that the marker's identity be identified if it produces a certain pulse (much like a TV remote control)?
by danzman
Sat Jan 21, 2006 5:31 pm
Forum: General OptiTrack Support
Topic: Chicago Area Motion Capture Hardware
Replies: 2
Views: 2763

Re: Chicago Area Motion Capture Hardware

try

http://www.chibots.org

Someone in this org may have what you need. The usually meet in Schaumburg. Join their newsgroup also.
by danzman
Sat Jan 21, 2006 5:26 pm
Forum: OptiTrack SDK
Topic: Sample code (delphi, C#)
Replies: 12
Views: 37086

Re: Sample code (delphi, C#)

<t>Using Delphi2005 I managed to make the program work. It still gave me the parameter-list error and when ask during compilation I chose not to ignore but selected the option "No" meaning, to go ahead and compile.<br/> <br/> I got the the data that I need generated (x,y coordinates of the object). ...
by danzman
Thu Jan 19, 2006 12:45 pm
Forum: OptiTrack SDK
Topic: Sample code (delphi, C#)
Replies: 12
Views: 37086

Re: Sample code (delphi, C#)

<t>My gratitude to Dave for the code. I will give it a whirl first thing tomorrow.<br/> <br/> This is the edited post - I could not wait for tomorrow. I tried compiling the program but I got an error saying that NPCameraCollection.OnDeviceArrival and OnDeviceRemoval has invalid parameter list.<br/> ...
by danzman
Thu Jan 12, 2006 3:25 am
Forum: OptiTrack SDK
Topic: Sample code (delphi, C#)
Replies: 12
Views: 37086

Re: Sample code (delphi, C#)

<t>OK. I guess I have to sweat it out. Here is what I did so far in Delphi Win32 app. The project mainform has 3 controls as starter: Edit box, and 2 labels (X and Y). The NPCameraCollection, NPCamera, NPSmoothing, NPVector components were dropped into the form. <br/> <br/> (I am not a VB expert but...
by danzman
Wed Jan 11, 2006 6:47 am
Forum: General OptiTrack Support
Topic: Major help!!!!!
Replies: 3
Views: 2618

Re: Major help!!!!!

<t>The problem with the FAQ is it has minimal info regarding developing an application. <br/> <br/> At one time I was working with one of the guys at NP and had access to the developer's forum. Since the project got waylaid I ceased the contact. Now I am getting back to the project and it seems that...