-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
We'd like to record depth, accelerometer, and gyroscope data simultaneous with the video. Then, we'd like to zip them (or combine them into one file somehow) on device and upload the zipped file to the server like usual.
By default, we still want to just record video, and we would pass a parameter through the session status that would indicate when we want to also record these other data streams (
guard let sesssionStatusUrl = self?.cameraController.sessionStatusUrl, |
For depth map, let's only record it when the device has Lidar (eg: https://developer.apple.com/documentation/avfoundation/additional_data_capture/capturing_depth_using_the_lidar_camera)
Let's make sure the Lidar is capturing the same field of view as the camera, even if it is not able to be full resolution.
Metadata
Metadata
Assignees
Labels
No labels