Search found 11 matches
- Tue Apr 03, 2012 11:57 pm
- Forum: Camera SDK
- Topic: using standalone CameraSDK application
- Replies: 4
- Views: 5029
Re: using standalone CameraSDK application
<t>thanks for your quick response.<br/> <br/> i understand that i don't need a hardware key to access my cameras; however, on my development machine (which has "Tracking Tools" installed) i only seem to be able to access the camera if the dongle is plugged in; if i unplug the dongle, reboot the mach...
- Tue Apr 03, 2012 6:59 am
- Forum: Camera SDK
- Topic: using standalone CameraSDK application
- Replies: 4
- Views: 5029
Re: using standalone CameraSDK application
<t>so i figured that the network gear i'm using works fine.<br/> <br/> however, i still cannot use the cameras.<br/> <br/> do i really have to purchase an extra hardware key in order to access a $1900,- camera?<br/> <br/> the problem i'm facing is, that we want to use our OptiTrack system for two pa...
- Tue Apr 03, 2012 5:25 am
- Forum: Camera SDK
- Topic: using standalone CameraSDK application
- Replies: 4
- Views: 5029
using standalone CameraSDK application
<r>i've been developing an application that uses CameraSDK to access an S250:E camera.<br/> <br/> now that i tried to move from my development machine (which has "OptiTrack TrackingTools" installed with a dongle) and to a new network equipment (a "D-Link DGS-1008P" PoE-gbit-switch) i face the small ...
- Tue Jan 24, 2012 11:46 am
- Forum: Camera SDK
- Topic: please document CAMERALIBRARY_IMPORTS
- Replies: 1
- Views: 2646
please document CAMERALIBRARY_IMPORTS
<r>it took me days to figure out that i have to define CAMERALIBRARY_IMPORTS when linking against cameralibrary.dll<br/> <br/> this define is well hidden in the sample code projects, and is nowhere mentioned in docs/ <E>:-(</E><br/> <br/> also i don't really understand why i have to set that at all....
- Mon Jan 23, 2012 5:26 am
- Forum: Camera SDK
- Topic: no cameras detected
- Replies: 5
- Views: 5411
Re: no cameras detected
hmm, so after i introduced a "Sleep(5000);" the samples finally work!
i still have a huge problem using the cameraSDK in my real-world application, but i will createanother issue for that.
thanks so far.
i still have a huge problem using the cameraSDK in my real-world application, but i will createanother issue for that.
thanks so far.
- Mon Jan 23, 2012 2:49 am
- Forum: Camera SDK
- Topic: C-API for camera SDK?
- Replies: 2
- Views: 3138
Re: C-API for camera SDK?
<r>i just noticed that this would also solve issue#46643<br/> <br/> <URL url="http://forum.naturalpoint.com/forum/ubbthreads.php?ubb=showflat&Number=46643&Searchpage=1&Main=9195&Words=namespace&Search=true#Post46643"><LINK_TEXT text="http://forum.naturalpoint.com/forum/ubb ... #P...
- Mon Jan 23, 2012 2:18 am
- Forum: Camera SDK
- Topic: C-API for camera SDK?
- Replies: 2
- Views: 3138
C-API for camera SDK?
<t>while i fully appreciate the simplicity of the C++ CameraSDK, i wanted to ask whether there is also a C-version (or whether you plan to wrap the C++-version into plain C).<br/> <br/> C-APIs have the great advantage, that they don't involve name mangling, which means that you can use the same bina...
- Mon Jan 23, 2012 2:09 am
- Forum: Camera SDK
- Topic: no cameras detected
- Replies: 5
- Views: 5411
Re: no cameras detected
<t>thanks for your reply.<br/> <br/> however, it seems that this is not the case here:<br/> my ethernet cameras are properly detected, at least CameraList enumerates them as expected.<br/> the weird thing is, that even after i got a valid UID and serialnumber for the attached camera, CameraLibrary::...
- Thu Jan 19, 2012 12:26 pm
- Forum: Camera SDK
- Topic: no cameras detected
- Replies: 5
- Views: 5411
Re: no cameras detected
<r>hmm, it's getting weirder...<br/> the Samples still don't find a camera.<br/> <br/> however, my own code (if it doesn't crash) lists both attached cameras. hooray.<br/> <br/> nevertheless, both CameraManager::X().GetCamera() and CameraManager::X().GetCamera(cameralist[0].UID()) return 0x0<br/> <b...
- Thu Jan 19, 2012 11:37 am
- Forum: Camera SDK
- Topic: no cameras detected
- Replies: 5
- Views: 5411
Re: no cameras detected
<t>just for completeness sake, the SimpleCameraList.exe displays:<br/> <br/> <br/> Waiting for cameras to spin up...complete<br/> <br/> Cameras:<br/> None<br/> <br/> OptiHubs:<br/> None<br/> <br/> return key to exit...<br/> <br/> <br/> and the CameraSDK version i installed is: OptiTrack_Camera_SDK_1...