Advertisement
Guest User

Untitled

a guest
Apr 4th, 2015
348
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.77 KB | None | 0 0
  1. {
  2. "device" :
  3. {
  4. "name" : "MyPi",
  5. "type" : "philipshue",
  6. "output" : "192.168.178.63",
  7. "rate" : 250000,
  8. "colorOrder" : "rgb",
  9. "switchOffOnBlack" : false,
  10. "lightIds":[4]
  11. },
  12.  
  13. "color" :
  14. {
  15. "transform" :
  16. [
  17. {
  18. "id" : "KODI",
  19. "leds" : "*",
  20. "hsv" :
  21. {
  22. "saturationGain" : 1.0000,
  23. "valueGain" : 1.0000
  24. },
  25. "red" :
  26. {
  27. "threshold" : 0.0800,
  28. "gamma" : 1.0000,
  29. "blacklevel" : 0.0000,
  30. "whitelevel" : 1.0000
  31. },
  32. "green" :
  33. {
  34. "threshold" : 0.0800,
  35. "gamma" : 1.0000,
  36. "blacklevel" : 0.0000,
  37. "whitelevel" : 1.0000
  38. },
  39. "blue" :
  40. {
  41. "threshold" : 0.0800,
  42. "gamma" : 1.0000,
  43. "blacklevel" : 0.0000,
  44. "whitelevel" : 1.0000
  45. }
  46. }
  47. ],
  48.  
  49. "smoothing" :
  50. {
  51. "type" : "none",
  52. "time_ms" : 200,
  53. "updateFrequency" : 20.0000,
  54. "updateDelay" : 0
  55. }
  56. },
  57.  
  58. "leds" :
  59. [
  60. {
  61. "index" : 0,
  62. "hscan" : { "minimum" : 0.0000, "maximum" : 1.0000 },
  63. "vscan" : { "minimum" : 0.0000, "maximum" : 1.0000 }
  64. }
  65. ],
  66.  
  67. "blackborderdetector" :
  68. {
  69. "enable" : true,
  70. "threshold" : 0.05
  71. },
  72.  
  73. "effects" :
  74. {
  75. "paths" :
  76. [
  77. "/storage/hyperion/effects"
  78. ]
  79. },
  80.  
  81. "framegrabber" :
  82. {
  83. "width" : 720,
  84. "height" : 576,
  85. "frequency_Hz" : 5.0
  86. },
  87.  
  88. "xbmcVideoChecker" :
  89. {
  90. "xbmcAddress" : "127.0.0.1",
  91. "xbmcTcpPort" : 9090,
  92. "grabVideo" : true,
  93. "grabPictures" : true,
  94. "grabAudio" : true,
  95. "grabMenu" : true,
  96. "grabScreensaver" : true,
  97. "enable3DDetection" : true
  98. },
  99.  
  100. "jsonServer" :
  101. {
  102. "port" : 19444
  103. },
  104.  
  105. "protoServer" :
  106. {
  107. "port" : 19445
  108. },
  109.  
  110. ///"boblightServer" :
  111. ///{
  112. /// "port" : 19333
  113. ///},
  114.  
  115. "endOfJson" : "endOfJson"
  116. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement