From 4c1e7b2fd3d533e73f852f185a64fd4d7246910c Mon Sep 17 00:00:00 2001 From: Ammar Qammaz Date: Fri, 22 Oct 2021 17:38:11 +0300 Subject: [PATCH] ... --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 172887f..5df0da2 100644 --- a/README.md +++ b/README.md @@ -199,11 +199,11 @@ To dump 5000 frames from the webcam to out.bvh instead of the live directive iss ./MocapNET2LiveWebcamDemo --from /dev/video0 --frames 5000 ``` -To control the resolution of your webcam you can use the --size width height parameter, make sure that the resolution you provide is supported by your webcam model. You can use the v4l2-ctl tool by executing it and examining your supported sensor sizes and rates. +To control the resolution of your webcam you can use the --size width height parameter, make sure that the resolution you provide is supported by your webcam model. You can use the v4l2-ctl tool by executing it and examining your supported sensor sizes and rates. By issuing --forth you can use our FORTH developed 2D joint estimator that performs faster but offers lower accuracy ``` v4l2-ctl --list-formats-ext -./MocapNET2LiveWebcamDemo --from /dev/video0 --live --size 800 600 +./MocapNET2LiveWebcamDemo --from /dev/video0 --live --forth --size 800 600 ```