6d5ec0e0f34bcd6d62865ccd02ec6a565d077c48
Stefan Schuermans rename "FlexiPix" to "Ether...

Stefan Schuermans authored 7 years ago

examples/config/AdK2008.etp   1) # EtherPix configuration file
Stefan Schuermans v1.0.0

Stefan Schuermans authored 13 years ago

examples/config/AdK2008.flp   2) 
examples/config/AdK2008.flp   3) # the address to bind the local socket to
Stefan Schuermans rename "FlexiPix" to "Ether...

Stefan Schuermans authored 7 years ago

examples/config/AdK2008.etp   4) #  - the EtherPix network 10.70.80.0/16 must be reachable from this address
Stefan Schuermans v1.0.0

Stefan Schuermans authored 13 years ago

examples/config/AdK2008.flp   5) bindAddr = 0.0.0.0:0
examples/config/AdK2008.flp   6) 
examples/config/AdK2008.flp   7) # the size of the display
examples/config/AdK2008.flp   8) #  - <width>,<height> in pixels
examples/config/AdK2008.flp   9) size = 195,32
examples/config/AdK2008.flp  10) 
examples/config/AdK2008.flp  11) # this line adds a new distributor
examples/config/AdK2008.flp  12) #  - the general format is: distributor <distributor number> = <number of outputs>,<number of pixel per output>
examples/config/AdK2008.flp  13) distributor 0 = 6,64
examples/config/AdK2008.flp  14) distributor 1 = 6,64
examples/config/AdK2008.flp  15) distributor 2 = 6,64
examples/config/AdK2008.flp  16) distributor 3 = 6,64
examples/config/AdK2008.flp  17) distributor 4 = 24,16
examples/config/AdK2008.flp  18) distributor 5 = 24,16
examples/config/AdK2008.flp  19) distributor 6 = 24,16
examples/config/AdK2008.flp  20) distributor 7 = 24,16
examples/config/AdK2008.flp  21) distributor 8 = 24,16
examples/config/AdK2008.flp  22) distributor 9 = 24,16
examples/config/AdK2008.flp  23) distributor 10 = 24,16
examples/config/AdK2008.flp  24) distributor 11 = 24,16
examples/config/AdK2008.flp  25) distributor 12 = 6,64
examples/config/AdK2008.flp  26) distributor 13 = 6,64
examples/config/AdK2008.flp  27) distributor 14 = 6,64
examples/config/AdK2008.flp  28) distributor 15 = 6,64
examples/config/AdK2008.flp  29) 
examples/config/AdK2008.flp  30) # those lines introduce a mapping between the channel values in the video and the values transmitted to the display
examples/config/AdK2008.flp  31) #  - mapping is done per distributor and applies to all pixels connected to it
Stefan Schuermans add support for monochrome...

Stefan Schuermans authored 6 years ago

examples/config/AdK2008.etp  32) #  - RGB distributors use red, green and blue, monochrone distributors use white
examples/config/AdK2008.etp  33) #  - the general format is: mapping <distributor number> (red|green|blue|white) = <base> <factor> <gamma>