Resolution

<< Click to Display Table of Contents >>

Navigation:  ASCII / XML External Control >

Resolution

Get active lines for an input

Command

<command cmd="get" path="/GroupSet/Group/[JugglerName]/DpRx:2/VideoTiming/activelines"/>

Reply

<replies success="true" path="/GroupSet/Group/[JugglerName]/DpRx:2/VideoTiming/activelines" numberofreplies="1" commandDuration="123us">
<activelines value="2160" fullpath="GroupSet/Group/[JugglerName]/DpRx:2/VideoTiming/activelines"/>
</replies>

Get all input info

Command

<command cmd="get" path="/GroupSet/Group/[JugglerName]/DpRx:2/VideoTiming"/>

Reply

<replies success="true" path="/GroupSet/Group/[JugglerName]/DpRx:2/VideoTiming" numberofreplies="1" commandDuration="789us">

 <videotiming UUID="04e120c5000000000000000000000010" fullpath="GroupSet/Group/[JugglerName]/DpRx:2/VideoTiming" value="">

  <name value="VideoTiming"/>

  <enabled value="1"/>

  <state value="0"/>

  <activepixels value="4096"/>

  <activelines value="2160"/>

  <totalpixels value="4256"/>

  <totallines value="2222"/>

  <hsyncwidth value="32"/>

  <vsyncwidth value="10"/>

  <hactivestart value="112"/>

  <vactivestart value="59"/>

  <vrate value="59.999523"/>

  <pixelclockmhz value="567.40999999999996816769"/>

  <bpp value="8"/>

  <colourspace value="RGB-4:4:4"/>

  <interlaced value="0"/>

  <stereo3d value="0"/>

  <direction value="3"/>

  <icon value=""/>

  <dynamicicon value="0"/>

  <bitsperpixel value="8"/>

</videotiming>

</replies>