isl-org / Open3D

Open3D: A Modern Library for 3D Data Processing
http://www.open3d.org
Other
11.37k stars 2.29k forks source link

Arcore 1.8 and later #2749

Closed moheydy closed 2 years ago

moheydy commented 3 years ago

In Arcore 1.8 and Unity I can to save RGBD and RGB image in the one frame, this is possible to use of them to Reconstruction a 3d object? The point here is that I can get just RGBD and RGB and no other anythings like intrinsic file

Zumbalamambo commented 3 years ago

@moheydy you can get the camera intrinsics directly from the ARCore which you could use to create an intrinsic file.

theNded commented 2 years ago

Thanks @Zumbalamambo for the answer. Issue closed for now.