Navigation Menu

Skip to content
This repository has been archived by the owner on Sep 4, 2019. It is now read-only.

Pushing the change upstream #206

Merged
merged 2 commits into from Mar 14, 2013
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 5 additions & 2 deletions Camera.md
Expand Up @@ -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)**
Expand All @@ -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".
Expand Down