Guest User

hyperion_yokian

a guest
Aug 10th, 2015
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.20 KB | None | 0 0
  1. // Automatically generated configuration file for 'Hyperion daemon'
  2. // Generated by: HyperCon (The Hyperion deamon configuration file builder
  3.  
  4. {
  5. /// Device configuration contains the following fields:
  6. /// * 'name' : The user friendly name of the device (only used for display purposes)
  7. /// * 'type' : The type of the device or leds (known types for now are 'ws2801', 'ldp8806',
  8. /// 'lpd6803', 'sedu', 'adalight', 'lightpack', 'test' and 'none')
  9. /// * 'output' : The output specification depends on selected device. This can for example be the
  10. /// device specifier, device serial number, or the output file name
  11. /// * 'rate' : The baudrate of the output to the device
  12. /// * 'colorOrder' : The order of the color bytes ('rgb', 'rbg', 'bgr', etc.).
  13. "device" :
  14. {
  15. "name" : "MyPi",
  16. "type" : "multi-lightpack",
  17. "output" : "",
  18. "rate" : 250000,
  19. "colorOrder" : "rgb"
  20. },
  21.  
  22. /// Color manipulation configuration used to tune the output colors to specific surroundings.
  23. /// The configuration contains a list of color-transforms. Each transform contains the
  24. /// following fields:
  25. /// * 'id' : The unique identifier of the color transformation (eg 'device_1') /// * 'leds' : The indices (or index ranges) of the leds to which this color transform applies
  26. /// (eg '0-5, 9, 11, 12-17'). The indices are zero based. /// * 'hsv' : The manipulation in the Hue-Saturation-Value color domain with the following
  27. /// tuning parameters:
  28. /// - 'saturationGain' The gain adjustement of the saturation
  29. /// - 'valueGain' The gain adjustement of the value
  30. /// * 'red'/'green'/'blue' : The manipulation in the Red-Green-Blue color domain with the
  31. /// following tuning parameters for each channel:
  32. /// - 'threshold' The minimum required input value for the channel to be on
  33. /// (else zero)
  34. /// - 'gamma' The gamma-curve correction factor
  35. /// - 'blacklevel' The lowest possible value (when the channel is black)
  36. /// - 'whitelevel' The highest possible value (when the channel is white)
  37. ///
  38. /// Next to the list with color transforms there is also a smoothing option.
  39. /// * 'smoothing' : Smoothing of the colors in the time-domain with the following tuning
  40. /// parameters:
  41. /// - 'type' The type of smoothing algorithm ('linear' or 'none')
  42. /// - 'time_ms' The time constant for smoothing algorithm in milliseconds
  43. /// - 'updateFrequency' The update frequency of the leds in Hz
  44. "color" :
  45. {
  46. "transform" :
  47. [
  48. {
  49. "id" : "default",
  50. "leds" : "*",
  51. "hsv" :
  52. {
  53. "saturationGain" : 1.0000,
  54. "valueGain" : 1.0000
  55. },
  56. "red" :
  57. {
  58. "threshold" : 0.0000,
  59. "gamma" : 1.0000,
  60. "blacklevel" : 0.0000,
  61. "whitelevel" : 1.0000
  62. },
  63. "green" :
  64. {
  65. "threshold" : 0.0000,
  66. "gamma" : 1.0000,
  67. "blacklevel" : 0.0000,
  68. "whitelevel" : 1.0000
  69. },
  70. "blue" :
  71. {
  72. "threshold" : 0.0000,
  73. "gamma" : 1.0000,
  74. "blacklevel" : 0.0000,
  75. "whitelevel" : 1.0000
  76. }
  77. }
  78. ],
  79. "smoothing" :
  80. {
  81. "type" : "none",
  82. "time_ms" : 200,
  83. "updateFrequency" : 20.0000
  84. }
  85. },
  86.  
  87. /// The configuration for each individual led. This contains the specification of the area
  88. /// averaged of an input image for each led to determine its color. Each item in the list
  89. /// contains the following fields:
  90. /// * index: The index of the led. This determines its location in the string of leds; zero
  91. /// being the first led.
  92. /// * hscan: The fractional part of the image along the horizontal used for the averaging
  93. /// (minimum and maximum inclusive)
  94. /// * vscan: The fractional part of the image along the vertical used for the averaging
  95. /// (minimum and maximum inclusive)
  96. "leds" :
  97. [
  98. {
  99. "index" : 0,
  100. "hscan" : { "minimum" : 0.0000, "maximum" : 0.1667 },
  101. "vscan" : { "minimum" : 0.0000, "maximum" : 0.1000 }
  102. },
  103. {
  104. "index" : 1,
  105. "hscan" : { "minimum" : 0.1667, "maximum" : 0.3333 },
  106. "vscan" : { "minimum" : 0.0000, "maximum" : 0.1000 }
  107. },
  108. {
  109. "index" : 2,
  110. "hscan" : { "minimum" : 0.3333, "maximum" : 0.5000 },
  111. "vscan" : { "minimum" : 0.0000, "maximum" : 0.1000 }
  112. },
  113. {
  114. "index" : 3,
  115. "hscan" : { "minimum" : 0.5000, "maximum" : 0.6667 },
  116. "vscan" : { "minimum" : 0.0000, "maximum" : 0.1000 }
  117. },
  118. {
  119. "index" : 4,
  120. "hscan" : { "minimum" : 0.6667, "maximum" : 0.8333 },
  121. "vscan" : { "minimum" : 0.0000, "maximum" : 0.1000 }
  122. },
  123. {
  124. "index" : 5,
  125. "hscan" : { "minimum" : 0.8333, "maximum" : 1.0000 },
  126. "vscan" : { "minimum" : 0.0000, "maximum" : 0.1000 }
  127. },
  128. {
  129. "index" : 6,
  130. "hscan" : { "minimum" : 0.9400, "maximum" : 1.0000 },
  131. "vscan" : { "minimum" : 0.0000, "maximum" : 0.2500 }
  132. },
  133. {
  134. "index" : 7,
  135. "hscan" : { "minimum" : 0.9400, "maximum" : 1.0000 },
  136. "vscan" : { "minimum" : 0.2500, "maximum" : 0.5000 }
  137. },
  138. {
  139. "index" : 8,
  140. "hscan" : { "minimum" : 0.9400, "maximum" : 1.0000 },
  141. "vscan" : { "minimum" : 0.5000, "maximum" : 0.7500 }
  142. },
  143. {
  144. "index" : 9,
  145. "hscan" : { "minimum" : 0.9400, "maximum" : 1.0000 },
  146. "vscan" : { "minimum" : 0.7500, "maximum" : 1.0000 }
  147. },
  148. {
  149. "index" : 10,
  150. "hscan" : { "minimum" : 0.8333, "maximum" : 1.0000 },
  151. "vscan" : { "minimum" : 0.9000, "maximum" : 1.0000 }
  152. },
  153. {
  154. "index" : 11,
  155. "hscan" : { "minimum" : 0.6667, "maximum" : 0.8333 },
  156. "vscan" : { "minimum" : 0.9000, "maximum" : 1.0000 }
  157. },
  158. {
  159. "index" : 12,
  160. "hscan" : { "minimum" : 0.5000, "maximum" : 0.6667 },
  161. "vscan" : { "minimum" : 0.9000, "maximum" : 1.0000 }
  162. },
  163. {
  164. "index" : 13,
  165. "hscan" : { "minimum" : 0.3333, "maximum" : 0.5000 },
  166. "vscan" : { "minimum" : 0.9000, "maximum" : 1.0000 }
  167. },
  168. {
  169. "index" : 14,
  170. "hscan" : { "minimum" : 0.1667, "maximum" : 0.3333 },
  171. "vscan" : { "minimum" : 0.9000, "maximum" : 1.0000 }
  172. },
  173. {
  174. "index" : 15,
  175. "hscan" : { "minimum" : 0.0000, "maximum" : 0.1667 },
  176. "vscan" : { "minimum" : 0.9000, "maximum" : 1.0000 }
  177. },
  178. {
  179. "index" : 16,
  180. "hscan" : { "minimum" : 0.0000, "maximum" : 0.0600 },
  181. "vscan" : { "minimum" : 0.7500, "maximum" : 1.0000 }
  182. },
  183. {
  184. "index" : 17,
  185. "hscan" : { "minimum" : 0.0000, "maximum" : 0.0600 },
  186. "vscan" : { "minimum" : 0.5000, "maximum" : 0.7500 }
  187. },
  188. {
  189. "index" : 18,
  190. "hscan" : { "minimum" : 0.0000, "maximum" : 0.0600 },
  191. "vscan" : { "minimum" : 0.2500, "maximum" : 0.5000 }
  192. },
  193. {
  194. "index" : 19,
  195. "hscan" : { "minimum" : 0.0000, "maximum" : 0.0600 },
  196. "vscan" : { "minimum" : 0.0000, "maximum" : 0.2500 }
  197. }
  198. ],
  199.  
  200. /// The black border configuration, contains the following items:
  201. /// * enable : true if the detector should be activated
  202. /// * threshold : Value below which a pixel is regarded as black (value between 0.0 and 1.0)
  203. "blackborderdetector" :
  204. {
  205. "enable" : true,
  206. "threshold" : 0.1
  207. },
  208.  
  209. /// The configuration of the effect engine, contains the following items:
  210. /// * paths : An array with absolute location(s) of directories with effects
  211. /// * bootsequence : The effect selected as 'boot sequence'
  212. "effects" :
  213. {
  214. "paths" :
  215. [
  216. "/opt/hyperion/effects"
  217. ]
  218. },
  219.  
  220. "bootsequence" :
  221. {
  222. "effect" : "Rainbow swirl fast",
  223. "duration_ms" : 3000
  224. },
  225.  
  226. /// The configuration for the frame-grabber, contains the following items:
  227. /// * width : The width of the grabbed frames [pixels]
  228. /// * height : The height of the grabbed frames [pixels]
  229. /// * frequency_Hz : The frequency of the frame grab [Hz]
  230. ///"framegrabber" :
  231. ///{
  232. /// "width" : 64,
  233. /// "height" : 64,
  234. /// "frequency_Hz" : 10.0
  235. ///},
  236.  
  237. /// The configuration of the XBMC connection used to enable and disable the frame-grabber. Contains the following fields:
  238. /// * xbmcAddress : The IP address of the XBMC-host
  239. /// * xbmcTcpPort : The TCP-port of the XBMC-server
  240. /// * grabVideo : Flag indicating that the frame-grabber is on(true) during video playback
  241. /// * grabPictures : Flag indicating that the frame-grabber is on(true) during picture show
  242. /// * grabAudio : Flag indicating that the frame-grabber is on(true) during audio playback
  243. /// * grabMenu : Flag indicating that the frame-grabber is on(true) in the XBMC menu
  244. /// * grabScreensaver : Flag indicating that the frame-grabber is on(true) when XBMC is on screensaver
  245. /// * enable3DDetection : Flag indicating that the frame-grabber should switch to a 3D compatible modus if a 3D video is playing
  246. ///"xbmcVideoChecker" :
  247. ///{
  248. /// "xbmcAddress" : "127.0.0.1",
  249. /// "xbmcTcpPort" : 9090,
  250. /// "grabVideo" : true,
  251. /// "grabPictures" : true,
  252. /// "grabAudio" : true,
  253. /// "grabMenu" : false,
  254. /// "grabScreensaver" : true,
  255. /// "enable3DDetection" : true
  256. ///},
  257.  
  258. "grabber-v4l2" :
  259. {
  260. "device" : "/dev/video0",
  261. "input" : 0,
  262. "standard" : "PAL",
  263. "width" : 640,
  264. "height" : 480,
  265. "frameDecimation" : 2,
  266. "sizeDecimation" : 4,
  267. "priority" : 1000,
  268. "mode" : "2D",
  269. "cropLeft" : 23,
  270. "cropRight" : 9,
  271. "cropTop" : 2,
  272. "cropBottom" : 5,
  273. "redSignalThreshold" : 0.1,
  274. "greenSignalThreshold" : 0.1,
  275. "blueSignalThreshold" : 0.1
  276. },
  277.  
  278. /// The configuration of the Json server which enables the json remote interface
  279. /// * port : Port at which the json server is started
  280. "jsonServer" :
  281. {
  282. "port" : 19444
  283. },
  284.  
  285. /// The configuration of the Proto server which enables the protobuffer remote interface
  286. /// * port : Port at which the protobuffer server is started
  287. "protoServer" :
  288. {
  289. "port" : 19445
  290. },
  291.  
  292. /// The configuration of the boblight server which enables the boblight remote interface
  293. /// * port : Port at which the boblight server is started
  294. // "boblightServer" :
  295. // {
  296. // "port" : 19333
  297. // },
  298.  
  299. "endOfJson" : "endOfJson"
  300. }
Advertisement
Add Comment
Please, Sign In to add comment