LIDAR running in the background

Hi folks,

I would like to ask if it's possible to keep the LIDAR/back camera running in the background while having open other app?

Thank you,

Matej

Replies

It's not possible, for more details, see https://developer.apple.com/documentation/avfoundation/avcapturesessioninterruptionreason/avcapturesessioninterruptionreasonvideodevicenotavailableinbackground?preferredLanguage=occ

From that documentation:

Camera usage is prohibited while in the background.

Thank you very much for this info.