-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update m5x camera driver and append _ for devices that end with numbers
- Loading branch information
Showing
3 changed files
with
58 additions
and
77 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
Usage: camera [OPTION...] | ||
Configure and capture camera data. | ||
|
||
-h, --help give this help list | ||
-i, --init initialize the camera | ||
-d, --deinit deinitialize the camera | ||
-c, --capture capture a photo, and save it to a file | ||
-m, --mode use an alternative mode | ||
|
||
Default settings are configured in "/etc/camera.d/config.toml". | ||
The different modes are in "/etc/camera.d/presets/". |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters