camera
Using Rear Camera in Tizen Web Application
PUBLISHED
Introduction
In this tip document, an example is given on how to create simple camera (rear) app in Web application using Camera API. From SDK 2.4, you can select the front or rear camera using JavaScript. Facing Mode support helps us to use rear camera in Tizen Web application.
Type |
Tizen Web App |
SDK |
Tizen SDK 2.4 |
Tested on |
Samsung Z1 |
- Read more about Using Rear Camera in Tizen Web Application
Camera - image grabbing and live modifications to the preview frame and the final picture
PUBLISHED
Introduction
This article will show you how to grab a camera preview frame and apply some effects to it. Also, it describes how to apply the very same effect on the eventually taken picture using only the Tizen Native Camera and the Image Util C API.
In the presented example we want to add a sepia effect to a camera preview and the final picture. Sepia is an effect which makes the picture look like an old-fashioned monochromatic photograph, colorized with brown tones.