Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,15 @@ multihost = [
"uvicorn[standard]>=0.24.0",
"httpx>=0.25.0",
]
# Insta360 Go3S adapter: BLE trigger via bleak + WiFi/OSC HTTP download via aiohttp.
# Camera adapters that talk to off-host cameras:
# * Insta360 Go3S — BLE trigger via bleak + WiFi/OSC HTTP via aiohttp.
# * MetaQuestCameraStream — stereo passthrough over HTTP via httpx to
# the SyncField Quest Sender companion app; pulls the on-device
# recorded MP4 + timestamps JSONL after stop_recording().
camera = [
"bleak>=0.21",
"aiohttp>=3.9",
"httpx>=0.25.0",
]
all = [
"sounddevice>=0.4.6",
Expand Down
2 changes: 2 additions & 0 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading