add mediapipehands exemple

This commit is contained in:
2023-01-14 15:35:32 +01:00
parent 20d679e70c
commit b8c332bc08
7 changed files with 59 additions and 2 deletions

View File

@@ -3,6 +3,8 @@
* Télécharger : `git clone https://github.com/umlaeute/v4l2loopback.git`
* Installer avec : `make` puis `sudo make install`
* activer le module : `sudo modprobe v4l2loopback devices=2`
* Erreur possible : opperation not permitted : il faut désactiver secure boot
* OU `apt update && apt install v4l2loopback-dkms v4l2loopback-utils`
* Faire looper la camera /dev/video0 sur les autres
* installer ffmpeg : `sudo apt get install ffmpeg`
* activer le loopback : `ffmpeg -f video4linux2 -i /dev/video0 -codec copy -f v4l2 /dev/video1 -codec copy -f v4l2 /dev/video2`