lidar Questions

3

Solved

is there a way in Swift to check if the device has a LiDAR sensor? Unfortunately I've didn't find anything in the official Apple documentary nor with internet search. My current workaround is to de...
Royceroyd asked 26/2, 2021 at 9:34

2

Solved

Lidar data is simply 3d coordinates, usually in las file format. Сontent example library(rgdal) library(raster) library(tmap) library(tmaptools) library(lidR) library(RStoolbox) las_cat <- readL...
Gena asked 18/3, 2022 at 12:21

2

I would like to be able to export a mesh and texture from the iPad Pro Lidar. There's examples here of how to export a mesh, but Id like to be able to export the environment texture too ARKit 3.5...
Chiapas asked 1/5, 2020 at 8:0

1

I'm working with WebAR reality (real-time SLAM and tracking) based on WebGL. And wondering if there any way to get access to LiDAR API and use it in the Safari browser? I couldn't find any useful i...
Casper asked 29/1, 2021 at 2:42

1

I need to create WebAR using iPhone 12's LiDAR sensor. Is that possible to get permission or API to access it? Kindly suggest me the good reference for my requirement.
Lighterage asked 9/3, 2021 at 13:37

0

Im developing a prototype which should be able to scan a real-world object and create a 3D representation of it. It then needs to get spatial data about said object (like the width, height and dept...
Chevalier asked 7/3, 2021 at 20:28

4

Solved

I am trying to speed up my script. It basically reads a pcap file with Velodyne's Lidar HDL-32 information and allows me to get X, Y, Z, and Intensity values. I have profiled my script using python...
Twerp asked 22/4, 2016 at 14:54

0

I am new for Metal and ARkit. I started learning about Lidar and scene’s depth data to visualize the shape. Below is the link for the point cloud sample code provided by Apple Developers. https://d...
Zolnay asked 28/7, 2020 at 12:52

3

How can I export the ARMeshGeometry generated by the new SceneReconstruction API on the latest iPad Pro to an .obj file? Here's SceneReconstruction documentation.
Yatzeck asked 6/4, 2020 at 15:42

3

Solved

I'm working with 3D pointcloud of Lidar. The points are given by numpy array that looks like this: points = np.array([[61651921, 416326074, 39805], [61605255, 416360555, 41124], [61664810, 4163137...
Olsewski asked 8/12, 2019 at 21:2

2

Solved

Everyone I'm trying to convert point cloud (X, Y, Z) to the grayscale image using python. I learned that the grayscale image could be generated by a Numpy array. But what I have now is a set of poi...
Consecution asked 10/12, 2018 at 5:44

3

I'm new really to python programming, and I was just wondering if you can create a regular grid of 0.5 by o.5 m of resolution using LiDAR points. My data are in LAS format (reading with from libl...
Hanukkah asked 25/9, 2012 at 16:25

5

Solved

Basically, I'm looking for a library or SDK for handling large point clouds coming from LIDAR or scanners, typically running into many millions of points of X,Y,Z,Colour. What I'm after are a...
Sabbath asked 18/12, 2009 at 14:38

4

I have about 75 million records in a SQL Server 2008 R2 Express database. Each is a lat long corresponding to some value. The table has geography column. I am trying to find one nearest neighbor fo...
Kelbee asked 11/7, 2011 at 18:42
1

© 2022 - 2024 — McMap. All rights reserved.