Selfie stick not supported
Bug #1451724 reported by
Michael Zanetti
This bug affects 7 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical System Image |
In Progress
|
Medium
|
Bill Filler | ||
camera-app (Ubuntu) |
In Progress
|
Medium
|
Ugo Riboni |
Bug Description
I had a chance to play with a selfie stick: http://
Working fine on iOS it didn't do anything on Ubuntu. I had enough time to check out what what keycode it sends when pressing the shutter button: Qt.Key_
So I guess all it takes is to add a Keys.onPressed handler to the camera app and trigger the photo shutter or start/stop recording when in video mode.
Related branches
lp://staging/~uriboni/camera-app/handle-selfie-key
Ready for review
for merging
into
lp://staging/camera-app
- Florian Boucault (community): Needs Fixing
- PS Jenkins bot: Needs Fixing (continuous-integration)
-
Diff: 124 lines (+39/-10)4 files modifiedViewFinderOverlay.qml (+29/-9)
ViewFinderOverlayLoader.qml (+5/-0)
ViewFinderView.qml (+2/-1)
camera-app.qml (+3/-0)
Changed in camera-app: | |
status: | New → Confirmed |
importance: | Undecided → Medium |
Changed in camera-app (Ubuntu): | |
importance: | Undecided → Medium |
assignee: | nobody → Ugo Riboni (uriboni) |
status: | New → Confirmed |
Changed in canonical-devices-system-image: | |
milestone: | none → ww02-2016 |
assignee: | nobody → Bill Filler (bfiller) |
importance: | Undecided → Medium |
status: | New → Confirmed |
no longer affects: | camera-app |
Changed in camera-app (Ubuntu): | |
status: | Confirmed → In Progress |
Changed in canonical-devices-system-image: | |
status: | Confirmed → In Progress |
Changed in canonical-devices-system-image: | |
milestone: | ww02-2016 → ww08-2016 |
Changed in canonical-devices-system-image: | |
milestone: | ww08-2016 → 11 |
Changed in canonical-devices-system-image: | |
milestone: | 11 → backlog |
tags: | added: system-apps |
To post a comment you must log in.
Michael Zanetti said he would test the attached branch with an actual selfie stick and report back next week.