iOS-Depth-Sampler alternatives and similar libraries
Based on the "Camera" category.
Alternatively, view iOS-Depth-Sampler alternatives based on common mentions on social networks and blogs.
-
SCRecorder
iOS camera engine with Vine-like tap to record, animatable filters, slow motion, segments editing -
ALCameraViewController
DISCONTINUED. A camera view controller with custom image picker and image cropping. -
PBJVision
DISCONTINUED. πΈ iOS Media Capture β features touch-to-record video, slow motion, and photography -
TGCameraViewController
DISCONTINUED. Custom camera with AVFoundation. Beautiful, light and easy to integrate with iOS projects. -
CameraManager
Simple Swift class to provide all the configurations you need to create custom camera view in your app -
Cool-iOS-Camera
A fully customisable and modern camera implementation for iOS made with AVFoundation. -
RSBarcodes_Swift
1D and 2D barcodes reader and generators for iOS 8 with delightful controls. Now Swift. -
Lumina
A camera designed in Swift for easily integrating CoreML models - as well as image streaming, QR/Barcode detection, and many other features -
CameraEngine
DISCONTINUED. ππ· Camera engine for iOS, written in Swift, above AVFoundation. π -
CameraKit-iOS
Library for iOS Camera API. Massively increase performance and ease of use within your next iOS Project. -
JVTImageFilePicker
Easy and beautiful way for a user to pick content, files or images. Written in Objective C
CodeRabbit: AI Code Reviews for Developers

* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of iOS-Depth-Sampler or a related project?
README
iOS-Depth-Sampler
Code examples of Depth APIs in iOS
Requirement
Use devices which has a dual camera (e.g. iPhone 8 Plus) or a TrueDepth camera (e.g. iPhone X)
How to build
Open ARKit-Sampler.xcworkspace
with Xcode 10 and build it!
It can NOT run on Simulator. (Because it uses Metal.)
Contents
Real-time Depth
Depth visualization in real time using AV Foundation.
[](README_resources/depth_1.gif)
Real-time Depth Mask
Blending a background image with a mask created from depth.
[](README_resources/blend.gif)
Depth from Camera Roll
Depth visualization from pictures in the camera roll.
Plaease try this after taking a picture with the Camera app using the PORTRAIT mode.
Portrait Matte
Background removal demo using Portrait Effect Matte (or Portrait Effect Matte).
[](README_resources/portraitmatte.gif)
Plaease try this after taking a picture of a HUMAN with PORTRAIT mode.
Available in iOS 12 or later.
ARKit Depth
Depth visualization on ARKit. The depth on ARKit is available only when using ARFaceTrackingConfiguration
.
[](README_resources/arkit-depth.gif)
2D image in 3D space
A demo to render a 2D image in 3D space.
[](README_resources/3d.gif)
AR occlusion
[WIP] An occlusion sample on ARKit using depth.
Author
Shuichi Tsutsumi
Freelance iOS programmer from Japan.
*Note that all licence references and agreements mentioned in the iOS-Depth-Sampler README section above
are relevant to that project's source code only.