-
Notifications
You must be signed in to change notification settings - Fork 3
Camera
guillaume charbonnier edited this page Mar 9, 2019
·
5 revisions

| 😅 (difficulty) | ⌛ (time-Box) | 🔗 (related to) |
|---|---|---|
| 3️⃣ / 5️⃣ | 60 - 90 mn | Multimedia |
Master the camera in QML :
- show the camera viewfinder
- control the camera : zoom, flash...
- take a picture, a movie...
- Start the camera and show its viewfinder
- add some UI to select the camera, control flash, mode...
- take a photo, see preview
- control the zoom by pinching the viewfinder
- support video recording
- add a timer for delayed capture
- N/A
Warning : Spoilers !!!
| QML types | Module | Useful for... |
|---|---|---|
| Camera | QtMultimedia | Control a camera |
| VideoOutput | QtMultimedia | viewfinder |
N/A
N/A
- deploy to iOS or Android, manage rotation and save to the camera roll
- read the camera frame to scan a QRCode
- add eyes recognition using OpenCV