Pong
August 29th 2014, Declarative Camera Improvements
← August 28th 2014 Declarative Camera | ● | August 31th 2014 Qt Android Activity Pausing →
Tweaked the declarative camera as follows:
- Captured the Android back button, because QtQuick will quit the app by default, if the back button is pressed.
- Improved layout in potrait mode by enlarging VideoOutput and making buttons transparent.
- Rearranged the button layout for better usability.
- Mouse click focuses the camera.
- Mouse double click captures an image.
- Added timers to close the preview and to reset the camera lock.
- Added a signal to the QtQuick root object that is called when an image has been captured. This signal can be connected easily from c++ to be notified when a new image is available.
← August 28th 2014 Declarative Camera | ● | August 31th 2014 Qt Android Activity Pausing →