Advertisement
Guest User

Untitled

a guest
Jun 1st, 2016
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.39 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.02.4 (21.05.2016)
  5.  
  6. {
  7. /// DEVICE CONFIGURATION
  8. "device" :
  9. {
  10. "name" : "MyHyperionConfig",
  11. "type" : "philipshue",
  12. "output" : "192.168.200.54",
  13. "transitiontime" : 1,
  14. "switchOffOnBlack" : true,
  15. "username" : "lMI-Q-LhIxQjaHjbK4-Mo83SP6weVkR9tBSzEXRb",
  16. "colorOrder" : "rgb"
  17. },
  18.  
  19. /// COLOR CALIBRATION CONFIG
  20. "color" :
  21. {
  22. "channelAdjustment" :
  23. [
  24. {
  25. "id" : "default",
  26. "leds" : "*",
  27. "pureRed" :
  28. {
  29. "redChannel" : 255,
  30. "greenChannel" : 0,
  31. "blueChannel" : 0
  32. },
  33. "pureGreen" :
  34. {
  35. "redChannel" : 0,
  36. "greenChannel" : 255,
  37. "blueChannel" : 0
  38. },
  39. "pureBlue" :
  40. {
  41. "redChannel" : 0,
  42. "greenChannel" : 0,
  43. "blueChannel" : 255
  44. }
  45. }
  46. ],
  47. "temperature" :
  48. [
  49. {
  50. "id" : "default",
  51. "leds" : "*",
  52. "correctionValues" :
  53. {
  54. "red" : 255,
  55. "green" : 255,
  56. "blue" : 255
  57. }
  58. }
  59. ],
  60. "transform" :
  61. [
  62. {
  63. "id" : "default",
  64. "leds" : "*",
  65. "hsl" :
  66. {
  67. "saturationGain" : 1.0000,
  68. "luminanceGain" : 1.0000
  69. },
  70. "red" :
  71. {
  72. "threshold" : 0.0000,
  73. "gamma" : 2.5000
  74. },
  75. "green" :
  76. {
  77. "threshold" : 0.0000,
  78. "gamma" : 2.5000
  79. },
  80. "blue" :
  81. {
  82. "threshold" : 0.0000,
  83. "gamma" : 2.5000
  84. }
  85. }
  86. ]
  87. /// NO SMOOTHING CONFIG
  88. },
  89.  
  90. /// V4L2 GRABBER CONFIG
  91. "grabber-v4l2" :
  92. {
  93. "device" : "/dev/video0",
  94. "input" : 0,
  95. "standard" : "PAL",
  96. "width" : -1,
  97. "height" : -1,
  98. "frameDecimation" : 2,
  99. "sizeDecimation" : 8,
  100. "priority" : 900,
  101. "mode" : "2D",
  102. "cropLeft" : 0,
  103. "cropRight" : 0,
  104. "cropTop" : 0,
  105. "cropBottom" : 0,
  106. "redSignalThreshold" : 0.0,
  107. "greenSignalThreshold" : 0.0,
  108. "blueSignalThreshold" : 0.0
  109. },
  110.  
  111. /// BLACKBORDER CONFIG
  112. "blackborderdetector" :
  113. {
  114. "enable" : true,
  115. "threshold" : 0.2,
  116. "unknownFrameCnt" : 600,
  117. "borderFrameCnt" : 50,
  118. "maxInconsistentCnt" : 10,
  119. "blurRemoveCnt" : 1,
  120. "mode" : "default"
  121. },
  122.  
  123. /// BOOTEFFECT CONFIG
  124. "bootsequence" :
  125. {
  126. "color" : [0,0,0],
  127. "effect" : "Rainbow swirl fast",
  128. "duration_ms" : 3000,
  129. "priority" : 700
  130. },
  131.  
  132. /// JSON SERVER CONFIG
  133. "jsonServer" :
  134. {
  135. "port" : 19446
  136. },
  137.  
  138. /// PROTO SERVER CONFIG
  139. "protoServer" :
  140. {
  141. "port" : 19447
  142. },
  143.  
  144. /// EFFECT PATH
  145. "effects" :
  146. {
  147. "paths" :
  148. [
  149. "/storage/hyperion/effects",
  150. "/opt/hyperion/effects"
  151. ]
  152. },
  153.  
  154. /// NO FRAME GRABBER CONFIG
  155. /// NO KODI CHECK CONFIG
  156. /// NO BOBLIGHT SERVER CONFIG
  157. /// NO JSON/PROTO FORWARD CONFIG
  158.  
  159. /// LED CONFIGURATION
  160. "leds" :
  161. [
  162. {
  163. "index" : 0,
  164. "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
  165. "vscan" : { "minimum" : 0.0000, "maximum" : 0.3333 }
  166. },
  167. {
  168. "index" : 1,
  169. "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
  170. "vscan" : { "minimum" : 0.6667, "maximum" : 1.0000 }
  171. },
  172. {
  173. "index" : 2,
  174. "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
  175. "vscan" : { "minimum" : 0.3333, "maximum" : 0.6667 }
  176. }
  177. ],
  178.  
  179. "endOfJson" : "endOfJson"
  180. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement