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()