All Projects → zeitraumdev → Ipadlidarscanexport

zeitraumdev / Ipadlidarscanexport

Export an OBJ file of ARKit 3.5 iPad Pro LIDAR scans

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Ipadlidarscanexport

barcode scan2
[reborned barcode_scan] A flutter plugin for reading 2D barcodes and QR codes.
Stars: ✭ 43 (-66.67%)
Mutual labels:  scanner, scan
Swiftscan
A barcode and qr code scanner( 二维码/条形码扫描、生成,仿微信、支付宝)
Stars: ✭ 293 (+127.13%)
Mutual labels:  scanner, scan
Saraff.Twain.NET
Saraff.Twain.NET is the skillful scanning component which allows you to control work of flatbed scanner, web and digital camera and any other TWAIN device from .NET environment. You can use this library in your programs written in any programming languages compatible with .NET technology.
Stars: ✭ 74 (-42.64%)
Mutual labels:  scanner, scan
tugarecon
Pentest: Subdomains enumeration tool for penetration testers.
Stars: ✭ 142 (+10.08%)
Mutual labels:  scanner, scan
Security Code Scan
Vulnerability Patterns Detector for C# and VB.NET
Stars: ✭ 550 (+326.36%)
Mutual labels:  scanner, scan
nmap-formatter
A tool that allows you to convert NMAP results to html, csv, json, markdown, graphviz (dot). Simply put it's nmap converter.
Stars: ✭ 129 (+0%)
Mutual labels:  scanner, scan
Localradio
📻 LocalRadio is "Radio for Cord-Cutters" – a Software-Defined Radio (SDR) app for your Mac and mobile devices. With an inexpensive RTL-SDR USB device, LocalRadio provides a casual, home-based radio listening experience for your favorite local frequencies - FM broadcasts/free music/news/sports/weather/public safety & aviation scanner/etc.
Stars: ✭ 269 (+108.53%)
Mutual labels:  ipad, scanner
Pyicp Slam
Full-python LiDAR SLAM using ICP and Scan Context
Stars: ✭ 155 (+20.16%)
Mutual labels:  lidar, scan
Dedecmscan
织梦全版本漏洞扫描
Stars: ✭ 475 (+268.22%)
Mutual labels:  scanner, scan
Bottleneckosmosis
瓶颈渗透,web渗透,red红队,fuzz param,注释,js字典,ctf
Stars: ✭ 368 (+185.27%)
Mutual labels:  scanner, scan
DNTScanner.Core
DNTScanner.Core is a .NET 4x and .NET Core 2x+ wrapper for the Windows Image Acquisition library.
Stars: ✭ 54 (-58.14%)
Mutual labels:  scanner, scan
Blackwidow
A Python based web application scanner to gather OSINT and fuzz for OWASP vulnerabilities on a target website.
Stars: ✭ 887 (+587.6%)
Mutual labels:  scanner, scan
sx
🖖 Fast, modern, easy-to-use network scanner
Stars: ✭ 1,267 (+882.17%)
Mutual labels:  scanner, scan
DreamBig
☁🌝☁ 3D emoji drawing iPad app with ARKit and the Apple Pencil ☁🌝☁
Stars: ✭ 24 (-81.4%)
Mutual labels:  ipad, arkit
ExampleOfiOSLiDAR
Example Of iOS ARKit LiDAR
Stars: ✭ 373 (+189.15%)
Mutual labels:  lidar, arkit
pyimgscan
Take any phone-taken picture and turn it into a document scan.
Stars: ✭ 48 (-62.79%)
Mutual labels:  scanner, scan
Biu Framework
Biu-framework🚀 Security Scan Framework For Enterprise Intranet Based Services(企业内网基础服务安全扫描框架)
Stars: ✭ 183 (+41.86%)
Mutual labels:  scanner, scan
Flutter barcode scanner
Barcode scanner plugin for flutter. Supports barcode scanning for Android and iOS
Stars: ✭ 194 (+50.39%)
Mutual labels:  scanner, scan
Whc scan
高效强大扫描分析iOS和Android项目里没有使用的类Mac开源工具,清理项目垃圾类,让项目结构干净清爽,升级维护得心应手. Efficient and powerful scanning analysis iOS and Android project no classes used in Mac open source tools, cleaning rubbish class project, make project structure clean and relaxed, upgrade maintenance
Stars: ✭ 342 (+165.12%)
Mutual labels:  scanner, scan
Wpscan
WPScan WordPress security scanner. Written for security professionals and blog maintainers to test the security of their WordPress websites.
Stars: ✭ 6,244 (+4740.31%)
Mutual labels:  scanner, scan

iPad LIDAR Scan OBJ Export

This project shows how to export an OBJ file of the 3D mesh created by an ARKit 3.5 Application with the iPad Pro (4th generation).

It is based on the Visualising and Interacting with a Reconstructed Scene sample by Apple and leverages the Model I/O framework to convert, assamble and export the mesh.

You can read more about it and our assessment of the iPad Pro LIDAR sensor on our Medium.com article.

The magic happens in the ViewControllers:

@IBAction func saveButtonPressed(_ sender: UIButton)

method and is not in any way, shape or form intended to be optimized or parallelized. It's purpose is strictly educational 😉

What you need to run it:

  • iOS 13.4+
  • XCode 11.4+
  • iOS device with LIDAR sensor (as of April 2020 just the iPad Pro)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].