Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 1.53 KB

File metadata and controls

36 lines (21 loc) · 1.53 KB

Third-Party Notices

This repository contains original code and integration code that depends on third-party software and device assets.

Repository License

Unless otherwise noted, the original source code in this repository is licensed under the Apache License 2.0. See LICENSE.

Intel RealSense SDK / librealsense

The legacy RealSenseSwift integration and several helper scripts expect a local checkout/build of Intel's librealsense project.

  • librealsense is 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 LICENSE and NOTICE files in the librealsense distribution you use.

Intel RealSense Firmware Images

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.

libusb

The native implementation depends on libusb, typically installed separately via Homebrew or another package manager.

  • libusb is not bundled or relicensed by this repository.
  • Refer to the upstream libusb project for its applicable license terms.

Apple SDKs and Frameworks

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.