Skip to content

Commit

Permalink
[#48361] README: farshow-streamer-example: Updated documentation and …
Browse files Browse the repository at this point in the history
…description

Signed-off-by: Jan Bylicki <jbylicki@antmicro.com>
  • Loading branch information
jbylicki authored and glatosinski committed Nov 7, 2023
1 parent f8acb0c commit 459ba0f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

```
Expand Down
3 changes: 1 addition & 2 deletions src/farshow-streamer-example.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 459ba0f

Please sign in to comment.