Documentation for wearable native circular Circular camera sample.
authorRadek Kintop <r.kintop@samsung.com>
Tue, 27 Oct 2015 09:47:30 +0000 (10:47 +0100)
committerRadek Kintop <r.kintop@samsung.com>
Tue, 27 Oct 2015 09:47:30 +0000 (10:47 +0100)
Header naming changed

Change-Id: Iaac856c8c1a5eff51c9dd1b2354e09333600fa38
Signed-off-by: Radek Kintop <r.kintop@samsung.com>
org.tizen.sampledescriptions/html/wearable_n/circlecircular_camera_sd_wn.htm

index a1b8bc6..8f5e717 100644 (file)
@@ -47,8 +47,8 @@ must be set. Also, there should be the camera device installed on your device.</
 
 <h2>Implementation</h2>
 
-<h3 id="mainview">View module</h3>
-<p>The most important part of the view module is the camera preview surface creation. For this purpose you can use the
+<h3 id="mainview">Preview surface view module</h3>
+<p>The most important part of the view is the camera preview surface creation. For this purpose you can use the
 <span style="font-family: Courier New,Courier,monospace">evas filled image</span>.</p>
 
 <pre class="prettyprint">
@@ -60,7 +60,7 @@ Evas_Object *preview_surface_create(Evas_Object *parent, previev_surface_long_pr
 }
 </pre>
 
-<h3 id="mainview">Controller module</h3>
+<h3 id="mainview">Cam controller module</h3>
 <p>The cam module is the essential part of this application. It allows for the various camera attributes to be set.</p>
 <p>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: