-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The camera, while claiming to support manual appears to ignore it. This sets a flag to indicate manual mode, and sets the real mode to auto. If the flag is set, dont focus when pressing the shutter. Reest the flag when the mode is changed. Add manual mode even if camera/claims to not support it Dont require libaudioresource for building
- Loading branch information
Showing
3 changed files
with
23 additions
and
11 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -72,5 +72,4 @@ HEADERS += \ | |
src/fsoperations.h \ | ||
src/resourcehandler.h | ||
|
||
PKGCONFIG += audioresource | ||
LIBS += -ldl |
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