Items with no label
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
3339 Discussions

Is there a C++ best practice on how to use 3 D435 cameras simultaneously, with just depth data converted to pointclouds?

aardee
Beginner
1,586 Views
0 Kudos
1 Solution
MartyG
Honored Contributor III
1,203 Views

When you mention threading, do you mean taking advantage of multiple processor cores to speed up point cloud processing, please? If so, there is nothing to prevent you from doing processing on a large point cloud model with that technique if you wish, but I have not heard of any RealSense users who have done so with their point clouds. I would say that it depends on the size of your point cloud data. If the file is very large and runs slow on a computer because of this then a point cloud processing program that can use multi-threading is certainly an option that you could explore.

 

The link below is an interesting read about the subject.

 

https://info.vercator.com/blog/how-to-overcome-large-datasets-in-point-cloud-processing

View solution in original post

0 Kudos
3 Replies
MartyG
Honored Contributor III
1,203 Views

I hope this link will be of help.

 

https://forums.intel.com/s/question/0D70P0000068ZwcSAE

 

0 Kudos
aardee
Beginner
1,203 Views

I have the transformations and concatenation done.

What I wanted to know is that is threading necessary?

0 Kudos
MartyG
Honored Contributor III
1,204 Views

When you mention threading, do you mean taking advantage of multiple processor cores to speed up point cloud processing, please? If so, there is nothing to prevent you from doing processing on a large point cloud model with that technique if you wish, but I have not heard of any RealSense users who have done so with their point clouds. I would say that it depends on the size of your point cloud data. If the file is very large and runs slow on a computer because of this then a point cloud processing program that can use multi-threading is certainly an option that you could explore.

 

The link below is an interesting read about the subject.

 

https://info.vercator.com/blog/how-to-overcome-large-datasets-in-point-cloud-processing

0 Kudos
Reply