Skip to content

Commit

Permalink
Merge pull request #119 from saeugetier/bugfix/109-snapshot-settings-…
Browse files Browse the repository at this point in the history
…do-not-apply-directly

Bugfix/109 snapshot settings do not apply directly
  • Loading branch information
saeugetier authored Oct 23, 2022
2 parents 88af5e4 + 5ea5dc8 commit a506709
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions qml/SnapshotMenu.qml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ SnapshotMenuForm {
}
}

snapshotSettings.onViewFinderBrightnessChanged:
{
ledBrightnessPin.value = 1.0 - snapshotSettings.viewFinderBrightness
}

shutterButton.onTriggerSnapshot:
{
cameraRenderer.takePhoto()
Expand Down

0 comments on commit a506709

Please sign in to comment.