Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > 6b89235751e5e22c53e7df287adb55e0 > files > 83

libdc1394-docs-2.1.2-3.fc12.i686.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>libdc1394: dc1394/types.h File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.6.1 -->
<div class="navigation" id="top">
  <div class="tabs">
    <ul>
      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
      <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
      <li class="current"><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
  <div class="tabs">
    <ul>
      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
      <li><a href="globals.html"><span>Globals</span></a></li>
    </ul>
  </div>
</div>
<div class="contents">
<h1>dc1394/types.h File Reference</h1>
<p>Various types that must be defined here.  
<a href="#_details">More...</a></p>
<code>#include &lt;stdint.h&gt;</code><br/>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td colspan="2"><h2>Data Structures</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">struct &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structdc1394color__codings__t.html">dc1394color_codings_t</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">struct &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structdc1394video__modes__t.html">dc1394video_modes_t</a></td></tr>
<tr><td colspan="2"><h2>Enumerations</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">enum &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="types_8h.html#ae690fb8630e69f7e97f7784b616803e3">dc1394video_mode_t</a> </td></tr>
<tr><td class="memItemLeft" align="right" valign="top">enum &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="types_8h.html#a5ad637ee4e9ccce83cc9b72c241d6c68">dc1394color_coding_t</a> </td></tr>
<tr><td class="memItemLeft" align="right" valign="top">enum &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="types_8h.html#acbce0acc3364fe6d72921f797887b2c3">dc1394color_filter_t</a> </td></tr>
<tr><td class="memItemLeft" align="right" valign="top">enum &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="types_8h.html#ab1475ce53f2379347f0a1a36c18e5719">dc1394byte_order_t</a> </td></tr>
<tr><td class="memItemLeft" align="right" valign="top">enum &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="types_8h.html#afde759d0fe0cd735ed4ee5453775d25a">dc1394bool_t</a> </td></tr>
<tr><td class="memItemLeft" align="right" valign="top">enum &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="types_8h.html#a0febb6948262daa49c2810e1073c75c2">dc1394switch_t</a> </td></tr>
</table>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<p>Various types that must be defined here. </p>
<p>More details soon </p>
<hr/><h2>Enumeration Type Documentation</h2>
<a class="anchor" id="afde759d0fe0cd735ed4ee5453775d25a"></a><!-- doxytag: member="types.h::dc1394bool_t" ref="afde759d0fe0cd735ed4ee5453775d25a" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">enum <a class="el" href="types_8h.html#afde759d0fe0cd735ed4ee5453775d25a">dc1394bool_t</a></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Yet another boolean data type </p>

</div>
</div>
<a class="anchor" id="ab1475ce53f2379347f0a1a36c18e5719"></a><!-- doxytag: member="types.h::dc1394byte_order_t" ref="ab1475ce53f2379347f0a1a36c18e5719" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">enum <a class="el" href="types_8h.html#ab1475ce53f2379347f0a1a36c18e5719">dc1394byte_order_t</a></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Byte order for YUV formats (may be expanded to RGB in the future)</p>
<p>IIDC cameras always return data in UYVY order, but conversion functions can change this if requested. </p>

</div>
</div>
<a class="anchor" id="a5ad637ee4e9ccce83cc9b72c241d6c68"></a><!-- doxytag: member="types.h::dc1394color_coding_t" ref="a5ad637ee4e9ccce83cc9b72c241d6c68" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">enum <a class="el" href="types_8h.html#a5ad637ee4e9ccce83cc9b72c241d6c68">dc1394color_coding_t</a></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Enumeration of colour codings. For details on the data format please read the IIDC specifications. </p>

</div>
</div>
<a class="anchor" id="acbce0acc3364fe6d72921f797887b2c3"></a><!-- doxytag: member="types.h::dc1394color_filter_t" ref="acbce0acc3364fe6d72921f797887b2c3" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">enum <a class="el" href="types_8h.html#acbce0acc3364fe6d72921f797887b2c3">dc1394color_filter_t</a></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>RAW sensor filters. These elementary tiles tesselate the image plane in RAW modes. RGGB should be interpreted in 2D as</p>
<p>RG GB</p>
<p>and similarly for other filters. </p>

</div>
</div>
<a class="anchor" id="a0febb6948262daa49c2810e1073c75c2"></a><!-- doxytag: member="types.h::dc1394switch_t" ref="a0febb6948262daa49c2810e1073c75c2" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">enum <a class="el" href="types_8h.html#a0febb6948262daa49c2810e1073c75c2">dc1394switch_t</a></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Yet another boolean data type, a bit more oriented towards electrical-engineers </p>

</div>
</div>
<a class="anchor" id="ae690fb8630e69f7e97f7784b616803e3"></a><!-- doxytag: member="types.h::dc1394video_mode_t" ref="ae690fb8630e69f7e97f7784b616803e3" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">enum <a class="el" href="types_8h.html#ae690fb8630e69f7e97f7784b616803e3">dc1394video_mode_t</a></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Enumeration of video modes. Note that the notion of IIDC "format" is not present here, except in the format_7 name. </p>

</div>
</div>
</div>
<hr size="1"/><address style="text-align: right;"><small>Generated on 10 Sep 2009 for libdc1394 by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body>
</html>