Advertisement
Guest User

Untitled

a guest
Jun 24th, 2018
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.88 KB | None | 0 0
  1. // Automatically generated configuration file for Hyperion ambilight daemon
  2. // Notice: All values are explained with comments at our wiki: wiki.hyperion-project.org (config area)
  3. // Generated by: HyperCon (The Hyperion deamon configuration file builder)
  4. // Created with HyperCon V1.03.3 (22.10.2017)
  5.  
  6. {
  7. // DEVICE CONFIGURATION
  8. "device" :
  9. {
  10. "name" : "dada",
  11. "type" : "ws281x",
  12. "leds" : 300,
  13. "colorOrder" : "rgb"
  14. },
  15.  
  16. // COLOR CALIBRATION CONFIG
  17. "color" :
  18. {
  19. "channelAdjustment" :
  20. [
  21. {
  22. "id" : "default",
  23. "leds" : "*",
  24. "pureRed" :
  25. {
  26. "redChannel" : 255,
  27. "greenChannel" : 0,
  28. "blueChannel" : 0
  29. },
  30. "pureGreen" :
  31. {
  32. "redChannel" : 0,
  33. "greenChannel" : 255,
  34. "blueChannel" : 0
  35. },
  36. "pureBlue" :
  37. {
  38. "redChannel" : 0,
  39. "greenChannel" : 0,
  40. "blueChannel" : 255
  41. }
  42. }
  43. ],
  44. "temperature" :
  45. [
  46. {
  47. "id" : "default",
  48. "leds" : "*",
  49. "correctionValues" :
  50. {
  51. "red" : 255,
  52. "green" : 255,
  53. "blue" : 255
  54. }
  55. }
  56. ],
  57. "transform" :
  58. [
  59. {
  60. "id" : "default",
  61. "leds" : "*",
  62. "hsl" :
  63. {
  64. "saturationGain" : 1.0000,
  65. "luminanceGain" : 1.0000,
  66. "luminanceMinimum" : 0.0000
  67. },
  68. "red" :
  69. {
  70. "threshold" : 0.0000,
  71. "gamma" : 2.5000
  72. },
  73. "green" :
  74. {
  75. "threshold" : 0.0000,
  76. "gamma" : 2.5000
  77. },
  78. "blue" :
  79. {
  80. "threshold" : 0.0000,
  81. "gamma" : 2.5000
  82. }
  83. }
  84. ],
  85. // SMOOTHING CONFIG
  86. "smoothing" :
  87. {
  88. "type" : "linear",
  89. "time_ms" : 200,
  90. "updateFrequency" : 20.0000,
  91. "updateDelay" : 0
  92. }
  93. },
  94.  
  95. // V4L2 GRABBER CONFIG
  96. "grabber-v4l2" :
  97. {
  98. "device" : "/dev/video0",
  99. "input" : 0,
  100. "standard" : "PAL",
  101. "width" : -1,
  102. "height" : -1,
  103. "frameDecimation" : 2,
  104. "sizeDecimation" : 8,
  105. "priority" : 900,
  106. "mode" : "2D",
  107. "cropLeft" : 0,
  108. "cropRight" : 0,
  109. "cropTop" : 0,
  110. "cropBottom" : 0,
  111. "redSignalThreshold" : 0.0,
  112. "greenSignalThreshold" : 0.0,
  113. "blueSignalThreshold" : 0.0
  114. },
  115.  
  116. // BOOTEFFECT CONFIG
  117. "bootsequence" :
  118. {
  119. "color" : [0,0,0],
  120. "effect" : "Rainbow swirl fast",
  121. "duration_ms" : 3000,
  122. "priority" : 700
  123. },
  124.  
  125. // JSON SERVER CONFIG
  126. "jsonServer" :
  127. {
  128. "port" : 19444
  129. },
  130.  
  131. // PROTO SERVER CONFIG
  132. "protoServer" :
  133. {
  134. "port" : 19445
  135. },
  136.  
  137. // EFFECT PATH
  138. "effects" :
  139. {
  140. "paths" :
  141. [
  142. "/storage/hyperion/effects",
  143. "/usr/share/hyperion/effects"
  144. ]
  145. },
  146.  
  147. // NO FRAME GRABBER CONFIG
  148. // NO BLACKBORDER CONFIG
  149. // NO KODI CHECK CONFIG
  150. // NO BOBLIGHT SERVER CONFIG
  151. // NO JSON/PROTO FORWARD CONFIG
  152.  
  153. // LED CONFIGURATION
  154. "leds" :
  155. [
  156. {
  157. "index" : 0,
  158. "hscan" : { "minimum" : 0.6875, "maximum" : 0.7500 },
  159. "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
  160. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement