From 459ba0fec65e0eb1ef868c4ee5c020fafd68ec96 Mon Sep 17 00:00:00 2001 From: Jan Bylicki Date: Fri, 8 Sep 2023 14:34:15 +0200 Subject: [PATCH] [#48361] README: farshow-streamer-example: Updated documentation and description Signed-off-by: Jan Bylicki --- README.md | 5 +++++ src/farshow-streamer-example.cpp | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8334b50..84f1c75 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,11 @@ cd build ./grabthecam-farshow-streamer --type YUYV --dims 960,720 -a 0.0.0.0 -p 18881 ``` +To start the receiver, please follow the README instructions on installation from the [farshow](https://github.com/antmicro/farshow) repository and run +```(bash) +farshow -i 0.0.0.0 -p 18881 +``` + You can find more information about available arguments in command-line help: ``` diff --git a/src/farshow-streamer-example.cpp b/src/farshow-streamer-example.cpp index 1b26ec7..ba38d50 100644 --- a/src/farshow-streamer-example.cpp +++ b/src/farshow-streamer-example.cpp @@ -41,8 +41,7 @@ Config parseOptions(int argc, char const *argv[]) cxxopts::ParseResult result; // Set available options - cxxopts::Options options(argv[0], "A demo for grabthecam – lightweight, easily adjustable library for " - "managing v4l cameras and capturing frames."); + cxxopts::Options options(argv[0], "A simple camera frame streaming application with farshow."); // clang-format off options.add_options()