Multiple Cameras

Post Reply
Queeny
Posts: 26
Joined: Tue Jun 03, 2008 10:06 am

Multiple Cameras

Post 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.
VincentG
Posts: 7728
Joined: Mon Jul 17, 2006 5:00 am
Location: Corvallis, Oregon

Re: Multiple Cameras

Post by VincentG »

What type of hub are you using?

What type of system?

Are they detecting in the system device manager?
Queeny
Posts: 26
Joined: Tue Jun 03, 2008 10:06 am

Re: Multiple Cameras

Post by Queeny »

Problem solved...but I'm not sure what I did to make it work.

Thanks!
Queeny
Posts: 26
Joined: Tue Jun 03, 2008 10:06 am

Re: Multiple Cameras

Post by Queeny »

For some reason, everytime I use the USB hub, my computer thinks I need to "install" natural point optitrack C120.
Queeny
Posts: 26
Joined: Tue Jun 03, 2008 10:06 am

Re: Multiple Cameras

Post 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?
Post Reply