⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 classpvideodevice.html

📁 pwlib开发文档
💻 HTML
📖 第 1 页 / 共 5 页
字号:
</table><a name="a19" doxytag="PVideoDevice::GetFrameSizeLimits"></a><p><table width="100%" cellpadding="2" cellspacing="0" border="0">  <tr>    <td class="md">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top"> virtual BOOL PVideoDevice::GetFrameSizeLimits </td>          <td class="md" valign="top">(&nbsp;</td>          <td class="md" nowrap valign="top">unsigned &amp;&nbsp;</td>          <td class="mdname" nowrap>&nbsp; <em>minWidth</em>, </td>        </tr>        <tr>          <td></td>          <td></td>          <td class="md" nowrap>unsigned &amp;&nbsp;</td>          <td class="mdname" nowrap>&nbsp; <em>minHeight</em>, </td>        </tr>        <tr>          <td></td>          <td></td>          <td class="md" nowrap>unsigned &amp;&nbsp;</td>          <td class="mdname" nowrap>&nbsp; <em>maxWidth</em>, </td>        </tr>        <tr>          <td></td>          <td></td>          <td class="md" nowrap>unsigned &amp;&nbsp;</td>          <td class="mdname" nowrap>&nbsp; <em>maxHeight</em></td>        </tr>        <tr>          <td></td>          <td class="md">)&nbsp;</td>          <td class="md" colspan="2"><code> [virtual]</code></td>        </tr>      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p>Get the minimum &amp; maximum size of a frame on the device.<p>Default behaviour returns the value 1 to UINT_MAX for both and returns FALSE. <dl compact><dt><b>Parameters: </b></dt><dd><table border=0 cellspacing=2 cellpadding=0><tr><td valign=top><em>minHeight</em>&nbsp;</td><td>Variable to receive minimum width </td></tr><tr><td valign=top><em>maxWidth</em>&nbsp;</td><td>Variable to receive minimum height </td></tr><tr><td valign=top><em>maxHeight</em>&nbsp;</td><td>Variable to receive maximum width Variable to receive maximum height </td></tr></table></dl><p>Reimplemented in <a class="el" href="classPVideoInput1394DcDevice.html#a22">PVideoInput1394DcDevice</a>.    </td>  </tr></table><a name="a23" doxytag="PVideoDevice::GetFrameWidth"></a><p><table width="100%" cellpadding="2" cellspacing="0" border="0">  <tr>    <td class="md">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top"> virtual unsigned PVideoDevice::GetFrameWidth </td>          <td class="md" valign="top">(&nbsp;</td>          <td class="mdname1" valign="top" nowrap>&nbsp;          </td>          <td class="md" valign="top">)&nbsp;</td>          <td class="md" nowrap><code> [virtual]</code></td>        </tr>      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p>Get the width of the frame being used.<p>Default behaviour returns the value of the frameWidth variable     </td>  </tr></table><a name="a36" doxytag="PVideoDevice::GetHue"></a><p><table width="100%" cellpadding="2" cellspacing="0" border="0">  <tr>    <td class="md">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top"> virtual int PVideoDevice::GetHue </td>          <td class="md" valign="top">(&nbsp;</td>          <td class="mdname1" valign="top" nowrap>&nbsp;          </td>          <td class="md" valign="top">)&nbsp;</td>          <td class="md" nowrap><code> [virtual]</code></td>        </tr>      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p>Get the hue of the image. 0xffff-High hue. -1 is unknown. <p>Reimplemented in <a class="el" href="classPVideoInput1394DcDevice.html#a19">PVideoInput1394DcDevice</a>.    </td>  </tr></table><a name="a26" doxytag="PVideoDevice::GetLastError"></a><p><table width="100%" cellpadding="2" cellspacing="0" border="0">  <tr>    <td class="md">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top"> int PVideoDevice::GetLastError </td>          <td class="md" valign="top">(&nbsp;</td>          <td class="mdname1" valign="top" nowrap>&nbsp;          </td>          <td class="md" valign="top">)&nbsp;</td>          <td class="md" nowrap> const<code> [inline]</code></td>        </tr>      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p>Get the last error code. This is a platform dependent number.     </td>  </tr></table><a name="a25" doxytag="PVideoDevice::GetMaxFrameBytes"></a><p><table width="100%" cellpadding="2" cellspacing="0" border="0">  <tr>    <td class="md">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top"> virtual PINDEX PVideoDevice::GetMaxFrameBytes </td>          <td class="md" valign="top">(&nbsp;</td>          <td class="mdname1" valign="top" nowrap>&nbsp;          </td>          <td class="md" valign="top">)&nbsp;</td>          <td class="md" nowrap><code> [pure virtual]</code></td>        </tr>      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p>Get the maximum frame size in bytes.<p>Note a particular device may be able to provide variable length frames (eg motion JPEG) so will be the maximum size of all frames. <p>Implemented in <a class="el" href="classPVideoInputDevice.html#a5">PVideoInputDevice</a>, and <a class="el" href="classPVideoInput1394DcDevice.html#a8">PVideoInput1394DcDevice</a>.    </td>  </tr></table><a name="a11" doxytag="PVideoDevice::GetNumChannels"></a><p><table width="100%" cellpadding="2" cellspacing="0" border="0">  <tr>    <td class="md">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top"> virtual int PVideoDevice::GetNumChannels </td>          <td class="md" valign="top">(&nbsp;</td>          <td class="mdname1" valign="top" nowrap>&nbsp;          </td>          <td class="md" valign="top">)&nbsp;</td>          <td class="md" nowrap><code> [virtual]</code></td>        </tr>      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p>Get the number of video channels available on the device.<p>Default behaviour returns 1. <p>Reimplemented in <a class="el" href="classPVideoInput1394DcDevice.html#a24">PVideoInput1394DcDevice</a>.    </td>  </tr></table><a name="a38" doxytag="PVideoDevice::GetParameters"></a><p><table width="100%" cellpadding="2" cellspacing="0" border="0">  <tr>    <td class="md">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top"> virtual BOOL PVideoDevice::GetParameters </td>          <td class="md" valign="top">(&nbsp;</td>          <td class="md" nowrap valign="top">int *&nbsp;</td>          <td class="mdname" nowrap>&nbsp; <em>whiteness</em>, </td>        </tr>        <tr>          <td></td>          <td></td>          <td class="md" nowrap>int *&nbsp;</td>          <td class="mdname" nowrap>&nbsp; <em>brightness</em>, </td>        </tr>        <tr>          <td></td>          <td></td>          <td class="md" nowrap>int *&nbsp;</td>          <td class="mdname" nowrap>&nbsp; <em>colour</em>, </td>        </tr>        <tr>          <td></td>          <td></td>          <td class="md" nowrap>int *&nbsp;</td>          <td class="mdname" nowrap>&nbsp; <em>contrast</em>, </td>        </tr>        <tr>          <td></td>          <td></td>          <td class="md" nowrap>int *&nbsp;</td>          <td class="mdname" nowrap>&nbsp; <em>hue</em></td>        </tr>        <tr>          <td></td>          <td class="md">)&nbsp;</td>          <td class="md" colspan="2"><code> [virtual]</code></td>        </tr>      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p>Return whiteness, brightness, colour, contrast and hue in one call. <p>Reimplemented in <a class="el" href="classPVideoInput1394DcDevice.html#a21">PVideoInput1394DcDevice</a>.    </td>  </tr></table><a name="a43" doxytag="PVideoDevice::GetPreferredColourFormat"></a><p><table width="100%" cellpadding="2" cellspacing="0" border="0">  <tr>    <td class="md">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top"> const <a class="el" href="classPString.html">PString</a>&amp; PVideoDevice::GetPreferredColourFormat </td>          <td class="md" valign="top">(&nbsp;</td>          <td class="mdname1" valign="top" nowrap>&nbsp;          </td>          <td class="md" valign="top">)&nbsp;</td>          <td class="md" nowrap><code> [inline]</code></td>        </tr>      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p>Get preferred native colour format from video capture device. Returns empty == no preference     </td>  </tr></table><a name="a40" doxytag="PVideoDevice::GetVFlipState"></a><p><table width="100%" cellpadding="2" cellspacing="0" border="0">  <tr>    <td class="md">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top"> virtual BOOL PVideoDevice::GetVFlipState </td>          <td class="md" valign="top">(&nbsp;</td>          <td class="mdname1" valign="top" nowrap>&nbsp;          </td>          <td class="md" valign="top">)&nbsp;</td>          <td class="md" nowrap><code> [virtual]</code></td>        </tr>      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p>Get the video conversion vertical flip state. Default action is to return FALSE.     </td>  </tr></table><a name="a10" doxytag="PVideoDevice::GetVideoFormat"></a><p><table width="100%" cellpadding="2" cellspacing="0" border="0">  <tr>    <td class="md">      <table cellpadding="0" cellspacing="0" border="0">        <tr>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -