Skip to content

Add depth, accelerometer, and gyroscope capture #37

@suhlrich

Description

@suhlrich

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions