diff --git a/Camera.md b/Camera.md index 4e3121d..d432cc6 100644 --- a/Camera.md +++ b/Camera.md @@ -25,10 +25,10 @@ The main forum for questions depends on the software stack being used: ### Samples -**[HelloCamera](http://github.com/blackberry/Cascades-Community-Samples/tree/master/HelloCamera)** +**[HelloCamera](https://github.com/blackberry/Cascades-Community-Samples/tree/master/HelloCamera)** Shows how to set up a Cascades foreign window and connect the Camera viewfinder to it. -**[NativeCamera](http://github.com/blackberry/Core-Native-Community-Samples/tree/master/NativeCamera)** +**[NativeCamera](https://github.com/blackberry/Core-Native-Community-Samples/tree/master/NativeCamera)** Shows how to set up a Camera viewfinder in a non-cascades environment using libscreen. **[HelloVideoCamera](https://github.com/blackberry/Cascades-Community-Samples/tree/master/HelloVideoCamera)** @@ -39,6 +39,9 @@ This sample is based on the HelloCamera sample so it also illustrates how to set A camera application that let's you take photos and then have them "bombed" by somebody. The app shows how to use the Cascades multimedia library with Camera, take a picture, manipulate the image, and add an image over another image. +**[RotationCamera](https://github.com/blackberry/Cascades-Community-Samples/tree/master/RotationCamera)** +Demonstrates some best-practices for handling device rotation in the video viewfinder case. + ### BBJam Samples A collection of sample apps demonstrated in the Native Camera API Deep-Dive session at the BlackBerry JAM conference in San Jose. Some of these samples are similar to those listed above, but with a focus on more in-line documentation, as well as notes on best-practices and "gotchas".