This repository contains original code and integration code that depends on third-party software and device assets.
Unless otherwise noted, the original source code in this repository is licensed under the Apache License 2.0. See LICENSE.
The legacy RealSenseSwift integration and several helper scripts expect a local checkout/build of Intel's librealsense project.
librealsenseis not relicensed by this repository.- If you add a local
librealsense-*source tree, it remains under Intel's upstream license and notices. - Refer to the upstream
LICENSEandNOTICEfiles in thelibrealsensedistribution you use.
Firmware binaries are not distributed as part of the public licensing for this repository.
- Obtain any firmware image directly from Intel or another authorized source.
- Do not assume firmware binaries are covered by this repository's Apache-2.0 license.
The native implementation depends on libusb, typically installed separately via Homebrew or another package manager.
libusbis not bundled or relicensed by this repository.- Refer to the upstream
libusbproject for its applicable license terms.
This repository uses Apple system frameworks such as SwiftUI, Metal, and IOKit via the Apple SDK.
- Apple frameworks are not redistributed by this repository.
- Use of those frameworks remains subject to Apple's SDK and platform license terms.