I as just looking scl files created for a 3x3 videowall so I could better understand how it all functions and found a few things that don't understand.
Here is part of scl file:
<root>
<VideoWallGroup>True</VideoWallGroup>
<VideoWallNumber>9</VideoWallNumber>
<VideoWallSize>3*3</VideoWallSize>
<VideoWallPos>0</VideoWallPos>
<NaturalMode>True</NaturalMode>
<FullFit>True</FullFit>
<VideoWallMaster>False</VideoWallMaster>
<MasterMAC>000018251035126093</MasterMAC>
<MasterIP>192.168.1.233</MasterIP>
<Schedule>
<VideoWallSch>True</VideoWallSch>
<StartDay>2010-07-23</StartDay>
<StartTime>09:30:00</StartTime>
<StopDay>2010-07-23</StopDay>
<StopTime>22:30:00</StopTime>
<Screen>
<ScreenPath>C:\Program Files\SEC\MagicInfo Pro\Screen\Screen4.scn</ScreenPath>
<ScreenVideoWallPos>6</ScreenVideoWallPos>
<ScreenSize>3*3</ScreenSize>
</Screen>
</Schedule>
I am interested in parameters in bold.
1. Why is at the begining of scl file VideoWallPos defined as 0?
2. What does FullFit mean?
3. What is VideoWallMaster? (maybe it is used for playback sync in a wall)
Hope someone can answer my questions.