Page 1 of 1
Multiple Cameras
Posted: Fri Jun 06, 2008 10:34 am
by Queeny
Hello,
I have 6 cameras I want to use. I connected 2 to a USB hub and they're not working. What should I do to connect them all to my computer (using a USB hub)??
Thanks.
Re: Multiple Cameras
Posted: Fri Jun 06, 2008 12:49 pm
by VincentG
What type of hub are you using?
What type of system?
Are they detecting in the system device manager?
Re: Multiple Cameras
Posted: Tue Jun 10, 2008 9:14 am
by Queeny
Problem solved...but I'm not sure what I did to make it work.
Thanks!
Re: Multiple Cameras
Posted: Wed Jun 11, 2008 8:24 am
by Queeny
For some reason, everytime I use the USB hub, my computer thinks I need to "install" natural point optitrack C120.
Re: Multiple Cameras
Posted: Wed Jun 11, 2008 11:51 am
by Queeny
Hello again,
I am working with two cameras and I want to track 1 object and display the coordinates of that object relative to both cameras at the same time.
I am using SDK 1.1034 and flex C120.
Is there a method or algorithm to get a frame from both cameras at the same time.
or do I just call camera->getFrame(0, &frame) and camera2->getFrame(0,&frame2) and compare frame id's?