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.
Multiple Cameras
Re: Multiple Cameras
What type of hub are you using?
What type of system?
Are they detecting in the system device manager?
What type of system?
Are they detecting in the system device manager?
Re: Multiple Cameras
Problem solved...but I'm not sure what I did to make it work.
Thanks!
Thanks!
Re: Multiple Cameras
For some reason, everytime I use the USB hub, my computer thinks I need to "install" natural point optitrack C120.
Re: Multiple Cameras
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?
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?