[systeminfo] add feature of W3C Camera API due to decision of arch conference
authorHyunjin Park <hj.na.park@samsung.com>
Mon, 17 Aug 2015 12:54:56 +0000 (21:54 +0900)
committerHyunjin Park <hj.na.park@samsung.com>
Mon, 17 Aug 2015 13:00:48 +0000 (22:00 +0900)
- http://tizen.org/feature/media.audio_recording
- http://tizen.org/feature/media.image_capture
- http://tizen.org/feature/media.video_recording

Change-Id: Ib58b8bbd4d9d3e2b36f11d78ea77b9a0d0fcbb79
Signed-off-by: Annie park <hj.na.park@samsung.com>
org.tizen.web.apireference/html/device_api/mobile/tizen/systeminfo_capability_keys.html
org.tizen.web.apireference/html/device_api/wearable/tizen/systeminfo_capability_keys.html

index ae55db1..05354e6 100644 (file)
@@ -29,6 +29,7 @@ Tizen</div>-->
   <li><a href="#bookmark">Bookmark API</a></li>
   <li><a href="#calendar">Calendar API</a></li>
   <li><a href="#network">CallHistory API</a></li>
+  <li><a href="#camera">Camera API</a></li>
   <li><a href="#contact">Contact API</a></li>
   <li><a href="#datacontrol">DataControl API</a></li>
   <li><a href="#datasync">DataSynchronization API</a></li>
@@ -198,6 +199,41 @@ Tizen</div>-->
 </table>
 
 
+<p>The following table lists the keys to check if Camera API is supported on a Tizen device.</p>
+ <table id="camera" border="1" style="width:95%">
+<caption>
+     Table: Camera API key
+   </caption>
+   <tbody>
+<tr>
+<th style="width:27%">Key</th>
+    <th style="width:7%">Type</th>
+    <th>Description</th>
+    <th style="width:7%">Version</th>
+</tr>
+<tr>
+<td><span style="font-family: Courier New,Courier,monospace">http://tizen.org/feature/media.audio_recording</span></td>
+    <td><span style="font-family: Courier New,Courier,monospace">boolean</span></td>
+    <td>The platform returns <span style="font-family: Courier New,Courier,monospace">true</span> for this key, if the device supports all APIs which require audio recording feature. If it is <span style="font-family: Courier New,Courier,monospace">true</span>, <a href="../../../w3c_api/w3c_api_w.html#camera">W3C Camera</a> APIs are supported.</td>
+    <td>2.2</td>
+</tr>
+<tr>
+<td><span style="font-family: Courier New,Courier,monospace">http://tizen.org/feature/media.image_capture</span></td>
+    <td><span style="font-family: Courier New,Courier,monospace">boolean</span></td>
+    <td>The platform returns <span style="font-family: Courier New,Courier,monospace">true</span> for this key, if the device supports all APIs which require image capturing feature. If it is <span style="font-family: Courier New,Courier,monospace">true</span>, <a href="../../../w3c_api/w3c_api_w.html#camera">W3C Camera</a> APIs are supported.</td>
+    <td>2.2</td>
+</tr>
+<tr>
+<td><span style="font-family: Courier New,Courier,monospace">http://tizen.org/feature/media.video_recording</span></td>
+    <td><span style="font-family: Courier New,Courier,monospace">boolean</span></td>
+    <td>The platform returns <span style="font-family: Courier New,Courier,monospace">true</span> for this key, if the device supports all APIs which require video recording feature. If it is <span style="font-family: Courier New,Courier,monospace">true</span>, <a href="../../../w3c_api/w3c_api_w.html#camera">W3C Camera</a> APIs are supported.</td>
+    <td>2.2</td>
+</tr>
+
+</tbody>
+</table>
+
+
 
 <p>The following table lists the keys to check if Contact API is supported on a Tizen device.</p>
  <table id="contact" border="1" style="width:95%">
index c519d76..c443066 100755 (executable)
@@ -29,6 +29,7 @@ Tizen</div>-->
   <li><a href="#bookmark">Bookmark API</a></li>
   <li><a href="#calendar">Calendar API</a></li>
   <li><a href="#network">CallHistory API</a></li>
+  <li><a href="#camera">Camera API</a></li>
   <li><a href="#contact">Contact API</a></li>
   <li><a href="#datacontrol">DataControl API</a></li>
   <li><a href="#datasync">DataSynchronization API</a></li>
@@ -198,6 +199,41 @@ Tizen</div>-->
 </table>
 
 
+<p>The following table lists the keys to check if Camera API is supported on a Tizen device.</p>
+ <table id="camera" border="1" style="width:95%">
+<caption>
+     Table: Camera API key
+   </caption>
+   <tbody>
+<tr>
+<th style="width:27%">Key</th>
+    <th style="width:7%">Type</th>
+    <th>Description</th>
+    <th style="width:7%">Version</th>
+</tr>
+<tr>
+<td><span style="font-family: Courier New,Courier,monospace">http://tizen.org/feature/media.audio_recording</span></td>
+    <td><span style="font-family: Courier New,Courier,monospace">boolean</span></td>
+    <td>The platform returns <span style="font-family: Courier New,Courier,monospace">true</span> for this key, if the device supports all APIs which require audio recording feature. If it is <span style="font-family: Courier New,Courier,monospace">true</span>, <a href="../../../w3c_api/w3c_api_w.html#camera">W3C Camera</a> APIs are supported.</td>
+    <td>2.2</td>
+</tr>
+<tr>
+<td><span style="font-family: Courier New,Courier,monospace">http://tizen.org/feature/media.image_capture</span></td>
+    <td><span style="font-family: Courier New,Courier,monospace">boolean</span></td>
+    <td>The platform returns <span style="font-family: Courier New,Courier,monospace">true</span> for this key, if the device supports all APIs which require image capturing feature. If it is <span style="font-family: Courier New,Courier,monospace">true</span>, <a href="../../../w3c_api/w3c_api_w.html#camera">W3C Camera</a> APIs are supported.</td>
+    <td>2.2</td>
+</tr>
+<tr>
+<td><span style="font-family: Courier New,Courier,monospace">http://tizen.org/feature/media.video_recording</span></td>
+    <td><span style="font-family: Courier New,Courier,monospace">boolean</span></td>
+    <td>The platform returns <span style="font-family: Courier New,Courier,monospace">true</span> for this key, if the device supports all APIs which require video recording feature. If it is <span style="font-family: Courier New,Courier,monospace">true</span>, <a href="../../../w3c_api/w3c_api_w.html#camera">W3C Camera</a> APIs are supported.</td>
+    <td>2.2</td>
+</tr>
+
+</tbody>
+</table>
+
+
 
 <p>The following table lists the keys to check if Contact API is supported on a Tizen device.</p>
  <table id="contact" border="1" style="width:95%">