The project has been merged into the cameractrls project.
Razer Kiyo Pro controls for Linux
It's a standalone Python script to set the Razer Kiyo Pro custom controls (HDR, HDR mode, FoV, AF mode). Extracted from the fmp4streamer project.
git clone https://github.com/soyersoyer/kiyoproctrls.git
cd kiyoproctrls
./kiyoproctrls.py
usage: ./kiyoproctrls.py [--help] [-d DEVICE] [--list] [-c CONTROLS]
optional arguments:
-h, --help show this help message and exit
-d DEVICE use DEVICE, default /dev/video0
-l, --list list the controls and values
-c CONTROLS set CONTROLS (eg.: hdr=on,fov=wide)
example:
./kiyoproctrls.py -c hdr=on,hdr_mode=dark,af_mode=passive,fov=wide
GUI for the Razer Kiyo Pro controls
Install the tkinter GUI framework:
sudo apt install python3-tk
Clone the repo:
git clone https://github.com/soyersoyer/kiyoproctrls.git
Add the desktop file to the launcher
cd kiyoproctrls
desktop-file-install --dir=$HOME/.local/share/applications \
--set-icon="$PWD/kiyopro_240.png" \
--set-key=Exec --set-value="$PWD/kiyoproctrlsgui.py" \
--set-key=Path --set-value="$PWD" \
kiyoproctrls.desktop
Run from the launcher or from the shell
./kiyoproctrlsgui.py