Search found 44 matches
- Fri May 29, 2015 3:40 pm
- Forum: Camera SDK
- Topic: Block visible markers using SDK
- Replies: 7
- Views: 8770
Re: Block visible markers using SDK
OK, this method seems to work (I only did a quick test with one camera though): void CameraManager::blockVisibleMarkers(CameraLibrary::Camera *pCamera, CameraLibrary::Frame *pFrame) { assert(pCamera && pFrame); // Make sure the hardware mask is enabled pCamera->SetEnableBlockingMask(true); /...
- Fri May 29, 2015 12:14 pm
- Forum: Camera SDK
- Topic: Block visible markers using SDK
- Replies: 7
- Views: 8770
Re: Block visible markers using SDK
Of course, that will be no problem.
- Fri May 29, 2015 11:50 am
- Forum: Camera SDK
- Topic: Block visible markers using SDK
- Replies: 7
- Views: 8770
Re: Block visible markers using SDK
Thanks a lot for the detailed info, that will get me going.
When I finish the code, I will share it here, because I think a simple "block visible" method would be helpful for a lot of people.
Greetings, JeDi
When I finish the code, I will share it here, because I think a simple "block visible" method would be helpful for a lot of people.
Greetings, JeDi
- Fri May 29, 2015 2:12 am
- Forum: Camera SDK
- Topic: Block visible markers using SDK
- Replies: 7
- Views: 8770
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...
- Mon May 04, 2015 11:09 am
- Forum: Camera SDK
- Topic: Detect IR filter switch
- Replies: 3
- Views: 4838
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...
- Mon May 04, 2015 2:12 am
- Forum: Camera SDK
- Topic: Detect IR filter switch
- Replies: 3
- Views: 4838
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 ...
- Mon Nov 17, 2014 3:07 pm
- Forum: Motive
- Topic: Wireless Active LED Calibration Wand
- Replies: 1
- Views: 2210
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
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
- Wed Aug 06, 2014 2:24 pm
- Forum: Camera SDK
- Topic: Weird SDK behaviour
- Replies: 5
- Views: 5789
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.
- Sun Aug 03, 2014 6:43 pm
- Forum: Camera SDK
- Topic: Weird SDK behaviour
- Replies: 5
- Views: 5789
Re: Weird SDK behaviour
I use MSVC. Do the cameras even work with MingW? That would be interesting 

- Fri Jul 18, 2014 1:45 pm
- Forum: Camera SDK
- Topic: Weird SDK behaviour
- Replies: 5
- Views: 5789
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.