Skip to content
This repository was archived by the owner on May 6, 2021. It is now read-only.

Commit 6c6e797

Browse files
committed
Update program description
1 parent 32cea46 commit 6c6e797

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

deploy/hyperion.tar.gz

1 Byte
Binary file not shown.

src/hyperion-v4l2/hyperion-v4l2.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ int main(int argc, char** argv)
3333
try
3434
{
3535
// create the option parser and initialize all parameters
36-
OptionsParser optionParser("Simple application to send a command to hyperion using the Json interface");
36+
OptionsParser optionParser("V4L capture application for Hyperion");
3737
ParameterSet & parameters = optionParser.getParameters();
3838

3939
StringParameter & argDevice = parameters.add<StringParameter> ('d', "device", "The device to use [default=/dev/video0]");

0 commit comments

Comments
 (0)