From 55506ee934795e3ed6423330dea365e86feab7fc Mon Sep 17 00:00:00 2001 From: Radek Kintop Date: Tue, 27 Oct 2015 10:47:30 +0100 Subject: [PATCH] Documentation for wearable native circular Circular camera sample. Header naming changed Change-Id: Iaac856c8c1a5eff51c9dd1b2354e09333600fa38 Signed-off-by: Radek Kintop --- .../html/wearable_n/circlecircular_camera_sd_wn.htm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/org.tizen.sampledescriptions/html/wearable_n/circlecircular_camera_sd_wn.htm b/org.tizen.sampledescriptions/html/wearable_n/circlecircular_camera_sd_wn.htm index a1b8bc6..8f5e717 100644 --- a/org.tizen.sampledescriptions/html/wearable_n/circlecircular_camera_sd_wn.htm +++ b/org.tizen.sampledescriptions/html/wearable_n/circlecircular_camera_sd_wn.htm @@ -47,8 +47,8 @@ must be set. Also, there should be the camera device installed on your device.Implementation -

View module

-

The most important part of the view module is the camera preview surface creation. For this purpose you can use the +

Preview surface view module

+

The most important part of the view is the camera preview surface creation. For this purpose you can use the evas filled image.

@@ -60,7 +60,7 @@ Evas_Object *preview_surface_create(Evas_Object *parent, previev_surface_long_pr
 }
 
-

Controller module

+

Cam controller module

The cam module is the essential part of this application. It allows for the various camera attributes to be set.

The initialization function takes the preview surface (shown in view section) as a parameter. It creates a camera handle and adds callbacks for the following events: -- 2.7.4