Point Cloud questions

markdc
Posts: 156
Joined: Sat Apr 30, 2005 5:00 am
Location: California
Contact:

Point Cloud questions

Post by markdc »

I just watched the new point cloud videos and they look great. My question is about the wand and the ground plane. Are these things that we will have to construct ourselves or will they be sold as an accessory? Also is there a maximum number of cameras? Thanks.

-Mark
VincentG
Posts: 7728
Joined: Mon Jul 17, 2006 5:00 am
Location: Corvallis, Oregon

Re: Point Cloud questions

Post by VincentG »

I believe that we will be selling them, shortly, on the website.

Currently I think that the upper limit of cameras/system is 12.
Jim
Posts: 1395
Joined: Mon Oct 14, 2002 5:00 am
Location: Corvallis, Oregon
Contact:

Re: Point Cloud questions

Post by Jim »

Mark:

We will be selling the calibration square on the site, and lots of different size markers as well.

You can make your own calibration square by arranging 3 markers in a 3,4,5 right triangle. The "4" is the Z axis and the lenghts can just be entered into the software. Default is 300mm, 400mm, 500mm.

The wand is just a single marker on a stick, we are going to let the customer handle this one!

Yes, about 12 cameras right now seems to be good. We are working to get this to be higher. 4 cameras per hub and 3 main root hubs on the PC is good. You could do 4 root hubs on most PCI cards, or our little Shuttle boxes we use, that could give you 16 cameras.
markdc
Posts: 156
Joined: Sat Apr 30, 2005 5:00 am
Location: California
Contact:

Re: Point Cloud questions

Post by markdc »

Thanks. I'm anxiously waiting for the release

-Mark
leith
Posts: 194
Joined: Tue Jan 02, 2007 2:17 pm

Re: Point Cloud questions

Post by leith »

What is the limiting factor at this point for number of cameras? CPU? Mem? USB bandwidth? PCI bandwidth?

If CPU, are the drivers multi-threaded? Will processor upgrades help?

If USB bandwidth, would a second USB card solve the issue?

If PCI bandwidth, anyone seen a PCI express usb card (snicker)?

If one were to use multiple overlapping volumes, would they be able to share a sync signal between the volumes, collect the data in parallel, and basically create an array?

Mind churning... waiting for point cloud software delivery...
beckdo
Posts: 520
Joined: Tue Jan 02, 2007 2:02 pm

Re: Point Cloud questions

Post by beckdo »

Even though we're doing lots of the heavy lifting on the cameras themselves, ultimately the CPU performance is the key player here. The 12 camera limit is a soft limit by the way. I believe with a high end machine you could take it on up to 16 currently.

I can't say enough good things about the new V100 camera. With the new V100 cameras you're going to find that you can capture a pretty serious capture volume even with a moderate number of cameras; And the tracking is sublime =)

Take a look at the raw data from the high-speed marker tracking demonstration:

Raw high-speed tacking marker data

And if you didn't notice, the Point Cloud SDK is available as we speak.
seanboyette
Posts: 164
Joined: Wed Jan 17, 2007 10:31 am

Re: Point Cloud questions

Post by seanboyette »

Jim -
two questions -
what is the output format - is it just CSV?
and the format is col 1 -tracked point #, X, y ,z?
and
are you going to have any special for cameras/software?
Birch
Posts: 1139
Joined: Thu Jan 30, 2003 5:00 am
Location: Corvallis, Oregon

Re: Point Cloud questions

Post by Birch »

what is the output format - is it just CSV?
and the format is col 1 -tracked point #, X, y ,z?
Correct, the sample output from the Calibration Tool is in CSV format :

"The exported data is formatted with the first column indicating the number of markers, the second column with a timestamp, and then 3 additional columns (x,y,z) per marker."
are you going to have any special for cameras/software?
We aren't running any specials at the moment, but subscribing to the OptiTrack newsletter (from the front page of the site) is a good way to keep informed about any potential promotions.
seanboyette
Posts: 164
Joined: Wed Jan 17, 2007 10:31 am

Re: Point Cloud questions

Post by seanboyette »

Thanks for the prompt reply -

so example of output is:

2,timestamp,X,Y,Z,X,Y,Z
1,timestamp,X,Y,Z
2,timestamp,X,Y,Z,X,Y,Z
3,timestamp,X,Y,Z,X,Y,Z,X,Y,Z
sboyette
Posts: 4
Joined: Sun Mar 12, 2006 5:00 am
Location: Tampa

Re: Point Cloud questions

Post by sboyette »

Would it look like this if the second one lost a point:

3,timestamp,X,Y,Z,X,Y,Z,X,Y,Z
2,timestamp,X,Y,Z,,,,X,Y,Z
Post Reply