I want to develop a 3D Scanner APP that can call the mobile phone LIDAR. Wish it can be used to 3D scan cars or rooms, even a house. Does anyone give me some suggestions?
Hi @adam,
Welcome to the forum!
What you want to build is not directly related to Processing but I’ll answer your post:
-
Which phones have a LIDAR? See: What Cell Phones Have LiDAR? - The latest options for Apple and Android
There are not currently any android phones that use LiDAR technology. There were a few Android devices that had LiDAR, but the use of LiDAR was discontinued due to the large cost of LiDAR in smartphones, and the lack of response from its users.
-
Find the required API on Apple products to get the LIDAR data.
Access depth data purely from lidar | Apple Developer Forums
-
Use a 3D reconstruction algorithm from LIDAR data like:
Note: (I don’t know anything on the subject but a simple search can help you )
1 Like