Skip to content
Open
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
6 changes: 6 additions & 0 deletions .changeset/capture-source-device.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
livekit-capture: minor
livekit-ffi: minor
---

Add a capture source for camera devices.
1 change: 1 addition & 0 deletions livekit-capture/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ schemars = ["dep:schemars", "serde"]

# Pixel sources
source-clock = ["dep:chrono", "dep:pollster", "dep:wgpu", "dep:yuv-sys"]
source-device = []
source-pattern = ["dep:pollster", "dep:wgpu", "dep:yuv-sys"]

# Encoded sources
Expand Down
1 change: 1 addition & 0 deletions livekit-capture/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ named `source-<module>`. Each module documents its source.

| Feature | Source | Kind |
| ------------------ | ---------------------- | ------- |
| `source-device` | `DeviceVideoSource` | pixel |
| `source-gstreamer` | `GStreamerVideoSource` | encoded |
| `source-rtsp` | `RtspVideoSource` | encoded |
| `source-pattern` | `PatternVideoSource` | pixel |
Expand Down
Loading
Loading