+++
title = "État actuel de mon installation OBS"
date = 2023-01-03
[taxonomies]
themes = ["streaming"]
etat = ["en cours"]
+++
# OBS Plugins:
- [OBS Hotkeys](https://github.com/nab-os/obs_hotkeys/)
- [move transitions](https://obsproject.com/forum/resources/move-transition.913/)
- [StreamFX](https://github.com/Xaymar/obs-StreamFX)
- [obs background removal](https://github.com/royshil/obs-backgroundremoval/releases)
- [system wide mute](https://hya.sk/blog/posts/2023-push-to-talk-on-sway/)
# Head/Body tracking
Tried [Microsoft Kinect V2](https://github.com/opentrack/opentrack/wiki/Using-Microsoft-Kinect-V2) but won't see Kinect V2 on Linux
Had to install a [Linux driver](https://github.com/jm2/gspca-kinect2)
```
sudo mkdir /usr/src/gspca-kinect2-1.0/
sudo cp -r gspca-kinect2 /usr/src/gspca-kinect2-1.0/src/
sudo dkms install --no-depmod gspca-kinect2/1.0 -k 6.0.15-300.fc37.x86_64
sudo depmod 6.0.15-300.fc37.x86_64
sudo modprobe gspca_main
sudo modprobe gspca_kinect2
```