Search found 41 matches

by JeDi
Fri May 29, 2015 2:12 am
Forum: Camera SDK
Topic: Block visible markers using SDK
Replies: 7
Views: 6199

Block visible markers using SDK

Hi, I want to implement the same functionality as the "block visible" button in Motive, using the camera SDK. I can see the methods available (SetEnableBlockingMask and the ones underneath), but I cannot find any documentation or examples. Is the functionality I want available using the SD...
by JeDi
Mon May 04, 2015 11:09 am
Forum: Camera SDK
Topic: Detect IR filter switch
Replies: 3
Views: 4055

Re: Detect IR filter switch

Hi, thanks for the quick response. This is the dump I do with information about all attached cameras. In this case, the cameras with IDs 2 and 5 have a filter switched installed, and the others don't. Camera: V120:SLIM #205041 ID: 6 UID: 1 Serial: 205041 Model: 4 Sub Model: 2 Revision: 14 Hardware I...
by JeDi
Mon May 04, 2015 2:12 am
Forum: Camera SDK
Topic: Detect IR filter switch
Replies: 3
Views: 4055

Detect IR filter switch

Hi, I am using V120:SLIM cameras in a custom tracking setup, and want to query the available options of the cameras. Specifically, we have cameras with and without IR filter switch. When I use the IsFilterSwitchAvailable method of the cameras though, the result is always true , also for the cameras ...
by JeDi
Mon Nov 17, 2014 3:07 pm
Forum: Motive
Topic: Wireless Active LED Calibration Wand
Replies: 1
Views: 1995

Wireless Active LED Calibration Wand

Hi,

The Motive 1.7 changelog includes a reference to a new "Wireless Active LED Calibration Wand". I am very interested in this product. Is there more information available somewhere? And is there a similar active ground plane?

Greetings,
Jeroen Dierckx
by JeDi
Wed Aug 06, 2014 2:24 pm
Forum: Camera SDK
Topic: Weird SDK behaviour
Replies: 5
Views: 4686

Re: Weird SDK behaviour

OK, thanks! One thing is that I use VS2013, but I am also using the camera SDK in another application where I do get the events, and also using VS2013. One other thing that I can think of is the fact that in the same application, I also link in the Motive SDK. I don't initialise tracking tools though.
by JeDi
Sun Aug 03, 2014 6:43 pm
Forum: Camera SDK
Topic: Weird SDK behaviour
Replies: 5
Views: 4686

Re: Weird SDK behaviour

I use MSVC. Do the cameras even work with MingW? That would be interesting :-)
by JeDi
Fri Jul 18, 2014 1:45 pm
Forum: Camera SDK
Topic: Weird SDK behaviour
Replies: 5
Views: 4686

Re: Weird SDK behaviour

Another strange thing: the first frame I capture using the method above, always says there is one camera (with the actual points that I am tracking). All frames after that correctly give me all cameras.
by JeDi
Fri Jul 18, 2014 5:01 am
Forum: Camera SDK
Topic: VS2013 build
Replies: 6
Views: 5254

Re: VS2013 build

Just as a note: I am using the latest version of the Camera SDK (the 2010 library version) with the Visual Studio 2013 compilers (in combination with Qt 5.3 and Qt Creator). The library links and runs without problems.
by JeDi
Fri Jul 18, 2014 4:56 am
Forum: Motive
Topic: Data capture using Motive SDK
Replies: 1
Views: 1908

Data capture using Motive SDK

Hi, I am trying to use the Motive SDK (1.6 beta2) in combination with Qt (5.3) to capture data. I first did a calibration in the Motive:Tracker application, then closed it. Then I use the Motive SDK: TT_Initialize(); TT_LoadCalibration(); with the saved calibration file from Motive:Tracker Then, for...
by JeDi
Fri Jul 18, 2014 4:24 am
Forum: Camera SDK
Topic: Weird SDK behaviour
Replies: 5
Views: 4686

Weird SDK behaviour

Hi, I am using the Camera SDK (latest version at the time of writing) in combination with Qt (5.3). I got it to work, but I had to jump to some hoops that I would want more information about. I have a rig with 6 V120:SLIM cameras, attached to standard USB hubs. These are the steps I do for initialis...