Search found 9 matches

by kelmer
Fri Oct 21, 2011 1:21 am
Forum: TrackIR 4
Topic: Camera sync
Replies: 5
Views: 5490

Re: Camera sync

Is the SDK version I posted still online? I can't find it on the website and would like to get ahold of it...

Thanks
by kelmer
Mon Jun 20, 2011 7:18 am
Forum: TrackIR 4
Topic: Camera sync
Replies: 5
Views: 5490

Re: Camera sync

I guess I'll have to switch to that SDK... although it comes with little to none documentation.

Thank you.
by kelmer
Thu Jun 16, 2011 2:30 am
Forum: TrackIR 4
Topic: Camera sync
Replies: 5
Views: 5490

Re: Camera sync

I'm using this SDK according to the DOCs:


NaturalPoint
OptiTrack API
Version: 1.83
For SDK Version 1.1.037
Date: 01/14/2010


Is this the Camera SDK you mean?
by kelmer
Wed Jun 15, 2011 8:27 am
Forum: TrackIR 4
Topic: Camera sync
Replies: 5
Views: 5490

Camera sync

<t>Hi<br/> <br/> I'm using three cameras for a real-time motion capture project, and I need to do temporal correspondence. From what I gathered, this is only possible with camera synchronisation in order to use all three frames to perform the temporal correspondence (any monocular algorithms for tem...
by kelmer
Wed Mar 23, 2011 9:48 am
Forum: Camera SDK
Topic: .net wrappers for c++ SDK
Replies: 46
Views: 124567

Re: .net wrappers for c++ SDK

Okay, I've tried to wrap the Bitmap class myself and try to extend the wrapper into supporting the Rasterize function. The problem is, I'm new to this wrapping stuff so I'm having some trouble in the process. This is the MBitmap class I've added to the exsitent wrapper by Brad: public ref class MBit...
by kelmer
Wed Mar 23, 2011 5:52 am
Forum: Camera SDK
Topic: .net wrappers for c++ SDK
Replies: 46
Views: 124567

Re: .net wrappers for c++ SDK

<r>Okay, problem solved, I was missing the cameralibrary.dll <E>:P</E><br/> <br/> Now looking at the wrapper, I can't find a way to actually get the pixels from a frame, something like the Rasterize function in the demos, is this possible? Looking at the source code for the wrapper, Rasterize functi...
by kelmer
Tue Mar 22, 2011 6:55 am
Forum: Camera SDK
Topic: .net wrappers for c++ SDK
Replies: 46
Views: 124567

Re: .net wrappers for c++ SDK

Hi just tried to list all available devices translating the SimpleCameraTest demo using the .NET wrapper, with this code: using System; using System.Collections.Generic; using System.Linq; using System.Text; using NPCameraSDKDotNet; namespace pruebaCamaras { class Program { static void Main(string[]...
by kelmer
Mon Mar 14, 2011 2:06 am
Forum: TrackIR 4
Topic: TrackIR 4 for motion capture
Replies: 0
Views: 19231

TrackIR 4 for motion capture

<t>I know these cameras are not designed for strict motion capture other than head tracking, but I'm using them on a project where the users hands have to be tracked and their motions replicated in real time, in a 3D scene.<br/> <br/> I assign markers to "bones" based on their spatial coordinates on...
by kelmer
Fri Feb 05, 2010 2:27 am
Forum: OptiTrack SDK
Topic: Changing display in sample app
Replies: 1
Views: 2609

Changing display in sample app

Hi,

I would like to draw two lines dividing the screen on the vertical and horizontal halves, on the default app, but I can't find the code where it is actually drawn. Any tips?

I'm using OptiTrack SDK with two TrackIR 4 cameras.