Commit f352e44d authored by Yoann Lopes's avatar Yoann Lopes
Browse files

Android: fix setting camera parameters from QML.


We were ignoring new parameter values when the camera was not loaded.
All QML properties that were set at initialization time were therefore
ignored since the camera is not loaded at that point.
We now store all camera parameters and apply them once the camera is
loaded.

Task-number: QTBUG-39307
Change-Id: If66d768941c25cede2aea1b48fb928c4735c10f8
Reviewed-by: default avatarChristian Stromme <christian.stromme@digia.com>
Showing with 189 additions and 136 deletions
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment