Skip to content

Commit

Permalink
ExistingFile のチェックを消す
Browse files Browse the repository at this point in the history
  • Loading branch information
melpon authored Sep 13, 2024
1 parent 3997d6e commit 902172e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/util.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,7 @@ void Util::ParseArgs(int argc,
#elif defined(__linux__)
app.add_option("--video-device", args.video_device,
"Use the video input device specified by a name "
"(some device will be used if not specified)")
->check(CLI::ExistingFile);
"(some device will be used if not specified)");
#endif
app.add_option("--resolution", args.resolution,
"Video resolution (one of QVGA, VGA, HD, FHD, 4K, or "
Expand Down

0 comments on commit 902172e

Please sign in to comment.