10-17-2012 01:00 PM - edited 10-17-2012 01:41 PM
In QML how would I set my foreign window to display the camera viewfinder.
.... I think I mis-understood the concept and that it can't all be done in QML
10-18-2012 01:47 PM
Well, you can't build a foreign window control and display the camera viewfinder in QML. You can do that in C/C++ though: https://github.com/blackberry/Cascades-Community-S
If you want to use the Qt Cascades Camera API, you can set that up in QML: https://github.com/blackberry/Cascades-Samples/tre