Multi-Camera Capture for iOS and Android
Aug 14, 2019
I’ve collected some learning resources of multi-camera programming for iOS and Android. Because of the hardware limitation, I have not tested the samples provided by Apple and Google.
Multi-Camera for iOS
OS Version
v13+
Devices
iPhone XS, XS Max, XR and iPad Pro.
AVFoundation API
Virtual camera
ToF Camera
N/A
Documentation
https://developer.apple.com/documentation/avfoundation/avcapturemulticamsession/
Sample Code
Reference
https://www.youtube.com/watch?v=QVMmu4O5PAQ
Multi-Camera for Android
OS Version
v9+
Devices
Samsung S10 series and Google Pixel 3
Camera2 API
Logical camera
ToF Camera
https://github.com/google-ar/arcore-android-sdk/issues/120
Documentation
https://source.android.com/devices/camera/multi-camera
Sample Code
https://github.com/CameraKit/camerakit-android