chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 13:05:14 +08:00
commit 2a547be7fe
7904 changed files with 1000926 additions and 0 deletions
@@ -0,0 +1,21 @@
[project]
name = "live_depth_sensor"
version = "0.1.0"
requires-python = "<3.11"
readme = "README.md"
dependencies = [
"numpy",
"pyrealsense2-mac; sys_platform == 'darwin'",
"pyrealsense2; sys_platform != 'darwin'",
"rerun-sdk",
]
[project.scripts]
live_depth_sensor = "live_depth_sensor:main"
[tool.rerun-example]
skip = true # requires hardware
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"