Page 1 of 1

OptiTrack USB OptiHub registering as a camera.

Posted: Sat Apr 24, 2010 9:57 pm
by raymondim
I am having an issue using the OptiTrack USB OptiHub to connect two OptiTrack v100 R2 cameras to my computer. When I connect the cameras to my PC i call:

Code: Select all

//== Enumerate (Identify) Available Cameras ==========----
   cameraCollection->Enum ();

//== Determine Available Cameras =====================----
   cameraCollection->get_Count (&camera_count);
This will return 2. As soon as I connect the OptiTrack USB OptiHub the returned value is 3. Thanks in advance for your response.

Re: OptiTrack USB OptiHub registering as a camera.

Posted: Sat Apr 24, 2010 10:21 pm
by raymondim
Sorry found corresponding thread here.
http://forum.naturalpoint.com/forum/ubb ... #Post41277