Advertisement
Guest User

Untitled

a guest
May 16th, 2017
469
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.94 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-pro
  3. // Generated by: HyperCon (The Hyperion deamon configuration file builder)
  4. // Created with HyperCon V1.03.1 (11.06.2016)
  5.  
  6. {
  7. // DEVICE CONFIGURATION
  8. "device" :
  9. {
  10. "name" : "MyHyperionConfig",
  11. "type" : "AdalightApa102",
  12. "output" : "/dev/ttyACM0",
  13. "rate" : 115200,
  14. "colorOrder" : "bgr"
  15. },
  16.  
  17. // COLOR CALIBRATION CONFIG
  18. "color" :
  19. {
  20. "channelAdjustment" :
  21. [
  22. {
  23. "id" : "default",
  24. "leds" : "*",
  25. "pureRed" :
  26. {
  27. "redChannel" : 235,
  28. "greenChannel" : 0,
  29. "blueChannel" : 0
  30. },
  31. "pureGreen" :
  32. {
  33. "redChannel" : 0,
  34. "greenChannel" : 255,
  35. "blueChannel" : 0
  36. },
  37. "pureBlue" :
  38. {
  39. "redChannel" : 0,
  40. "greenChannel" : 0,
  41. "blueChannel" : 255
  42. }
  43. }
  44. ],
  45. "temperature" :
  46. [
  47. {
  48. "id" : "default",
  49. "leds" : "*",
  50. "correctionValues" :
  51. {
  52. "red" : 235,
  53. "green" : 255,
  54. "blue" : 255
  55. }
  56. }
  57. ],
  58. "transform" :
  59. [
  60. {
  61. "id" : "default",
  62. "leds" : "*",
  63. "hsl" :
  64. {
  65. "saturationGain" : 1.0000,
  66. "luminanceGain" : 1.0000,
  67. "luminanceMinimum" : 0.0000
  68. },
  69. "red" :
  70. {
  71. "threshold" : 0.0000,
  72. "gamma" : 2.5000
  73. },
  74. "green" :
  75. {
  76. "threshold" : 0.0000,
  77. "gamma" : 2.5000
  78. },
  79. "blue" :
  80. {
  81. "threshold" : 0.0000,
  82. "gamma" : 2.5000
  83. }
  84. }
  85. ],
  86. // SMOOTHING CONFIG
  87. "smoothing" :
  88. {
  89. "type" : "linear",
  90. "time_ms" : 200,
  91. "updateFrequency" : 20.0000,
  92. "updateDelay" : 0
  93. }
  94. },
  95.  
  96. // NO V4L2 GRABBER CONFIG
  97. // FRAME GRABBER CONFIG
  98. "amlgrabber" :
  99. {
  100. "width" : 64,
  101. "height" : 64,
  102. "frequency_Hz" : 40.0,
  103. "priority" : 889
  104. },
  105.  
  106. // BLACKBORDER CONFIG
  107. "blackborderdetector" :
  108. {
  109. "enable" : true,
  110. "threshold" : 0.1,
  111. "unknownFrameCnt" : 600,
  112. "borderFrameCnt" : 50,
  113. "maxInconsistentCnt" : 10,
  114. "blurRemoveCnt" : 1,
  115. "mode" : "default"
  116. },
  117.  
  118. // BOOTEFFECT CONFIG
  119. "bootsequence" :
  120. {
  121. "color" : [0,0,0],
  122. "effect" : "Rainbow swirl fast",
  123. "duration_ms" : 5000,
  124. "priority" : 700
  125. },
  126. "xbmcVideoChecker": {
  127. "grabVideo": true,
  128. "grabPictures": true,
  129. "xbmcTcpPort": 9090,
  130. "grabAudio": true,
  131. "grabMenu": false,
  132. "enable3DDetection": true,
  133. "xbmcAddress": "127.0.0.1",
  134. "grabScreensaver": true
  135. },
  136. // JSON SERVER CONFIG
  137. "jsonServer" :
  138. {
  139. "port" : 19444
  140. },
  141.  
  142. // PROTO SERVER CONFIG
  143. "protoServer" :
  144. {
  145. "port" : 19445
  146. },
  147. // WEBCONFIG SERVER
  148. "webConfig" :
  149. {
  150. "document_root" : "/storage/.kodi/addons/service.hyperion/webcon
  151. "port" : 8099
  152. },
  153. // EFFECT PATH
  154. "effects" :
  155. {
  156. "paths" :
  157. [
  158. "/storage/.kodi/addons/service.hyperion/effects",
  159. "/usr/share/hyperion/effects"
  160. ]
  161. },
  162.  
  163. // NO KODI CHECK CONFIG
  164. // NO BOBLIGHT SERVER CONFIG
  165. // NO JSON/PROTO FORWARD CONFIG
  166.  
  167. // LED CONFIGURATION
  168. "leds" :
  169. [
  170. intentionally removed
  171. ],
  172.  
  173. "endOfJson" : "endOfJson"
  174. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement