I used this code to start the camera on BB10.
Container {
// ...
onCreationCompleted: {
var cameraUnit = getCameraUnit(qmlCameraObj.supportedCameras);
if (cameraUnit != null) {
qmlCameraObj.open(cameraUnit);
// ...
}
// ...
}
Is there anyway to capture 360 degree image or panorama image in BB10?