Skip to content

Commit 218f58c

Browse files
committed
remove obsolete params
1 parent 6e316bc commit 218f58c

File tree

2 files changed

+0
-18
lines changed

2 files changed

+0
-18
lines changed

scripts/settings.sh

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,3 @@
1-
# Web-camera device id
2-
# Call `v4l2-ctl --list-devices` and find your web-camera device, e.g. /dev/videoX, where X is camera id
3-
CAMID=0
4-
MAC_CAMID=2
5-
6-
if [ "$(uname)" == "Darwin" ]; then
7-
CAMID=$MAC_CAMID # set default CAMID if Mac
8-
fi
9-
10-
# ################################################
11-
# Normally you don't want to change settings below
12-
131
# [Linux] Virtual camera device
142
# Make sure this id is greater than maximum device id in the list `v4l2-ctl --list-devices`
153
# Don't set a big number, it's known that Zoom does not detect cameras with id like 99

scripts/settings_windows.bat

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,2 @@
1-
REM Web-camera device id
2-
set CAMID=0
3-
4-
REM ################################################
5-
REM Normally you don't want to change settings below
6-
71
REM Conda environment name
82
set CONDA_ENV_NAME=avatarify

0 commit comments

Comments
 (0)