mirror of
https://git.roussel.pro/telecom-paris/pact.git
synced 2026-02-09 10:30:17 +01:00
add mediapipehands exemple
This commit is contained in:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user