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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__pycache__/*
14 changes: 14 additions & 0 deletions example-conf/logitech-c920.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Configuration for Logitech C920
# lsusb output:
# Bus 001 Device 010: ID 046d:082d Logitech, Inc. HD Pro Webcam C920
[server]
listen =
port = 8000

[/dev/video0]
width = 1920
height = 1080
fps = 30
capture_format = H264
uvcx_h264_profile = High
uvcx_h264_i_frame_period = 1000
15 changes: 15 additions & 0 deletions example-conf/logitech-c922-c930.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Configuration for Logitech C922 Pro and Logitech C930e
# lsusb output:
# Bus 001 Device 009: ID 046d:085c Logitech, Inc. C922 Pro Stream Webcam
# Bus 001 Device 004: ID 046d:0843 Logitech, Inc. Webcam C930e
[server]
listen =
port = 8000

[/dev/video0]
width = 1920
height = 1080
fps = 30
capture_format = MJPGH264
uvcx_h264_profile = High
uvcx_h264_i_frame_period = 1000