Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

multicam live reconstruction #2556

Closed
EmmanuelCos opened this issue Oct 18, 2018 · 3 comments
Closed

multicam live reconstruction #2556

EmmanuelCos opened this issue Oct 18, 2018 · 3 comments

Comments

@EmmanuelCos
Copy link


Required Info
Camera Model D435
Operating System & Version Win 10
Platform PC
Language C++

Hello,

I am using two cameras at the same time with the multicam feature. I would like to make a live reconstruction, and not display two views of each camera but display only one view with a reconstruction of what both camera detect. I could transmit the angle difference between the two cameras to falicitate the reconstruction.
Has someone already implemented that kind of feature?

Best regards,

Emmanuel

@MartyG-RealSense
Copy link
Collaborator

MartyG-RealSense commented Oct 18, 2018

In January 2018 at the Sundance festival, Intel demonstrated 'volumetric capture' 180 degree scanning of the human body with four hardware-synced D435s.

According to an Intel blog article about the demo, they took point cloud scans from four separate PCs (one for each camera) and used a 5th PC to sync it all together.

https://realsense.intel.com/intel-realsense-volumetric-capture/

My transcript of Intel's recent webinar about multiple cameras has suggestions about how to approach combining point clouds into a single one - by using the software Vicalib, or by doing an Affine Transform operation to rotate and move the clouds in 3D space so they can then be appended together into a single cloud.

https://communities.intel.com/message/566337#566337

@dorodnic
Copy link
Contributor

Also please take a look at #2531. I know this issue is Windows and ROS is (mostly) Ubuntu, but this can give you some direction (and perhaps you could even make it work with newly announced ROS for Windows (#2465)

@RealSense-Customer-Engineering
Copy link
Collaborator

[Realsense Customer Engineering Team Comment]
Closing this now.
Feel free to reopen if your issue or problem was not addressed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants