home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
HTPC Projects
Hardware
Ambient Lighting System
[DIY] User Showcases
[DIY] Amblight project/guide - Hyperion - WS2801/ WS2812B / APA102
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Rick164" data-source="post: 1178640" data-attributes="member: 17766"><p>Hi [USER=157993]@Freshage[/USER],</p><p></p><p>Best to attach the config as well but we can already try the following things to debug:</p><p></p><p>- For more accurate colors can increase gamma value per color and for brighter / vibrant colors the saturation gain (although it might look less natural with the latter):</p><p></p><p>[code]</p><p> "id" : "default",</p><p> "leds" : "*",</p><p> "hsv" :</p><p> {</p><p> "saturationGain" : 1.0000,</p><p> "valueGain" : 1.0000</p><p> },</p><p> "red" :</p><p> {</p><p> "threshold" : 0.0000,</p><p> "gamma" : 2.2000,</p><p> "blacklevel" : 0.0000,</p><p> "whitelevel" : 1.0000</p><p> },</p><p> "green" :</p><p> {</p><p> "threshold" : 0.0000,</p><p> "gamma" : 2.2000,</p><p> "blacklevel" : 0.0000,</p><p> "whitelevel" : 1.0000</p><p> },</p><p> "blue" :</p><p> {</p><p> "threshold" : 0.0000,</p><p> "gamma" : 2.2000,</p><p> "blacklevel" : 0.0000,</p><p> "whitelevel" : 1.0000</p><p> }</p><p>[/code]</p><p></p><p>- For live capture it depends on which hardware and input as analog converters can have different RGB values, best to try different settings in the following config area:</p><p></p><p>[code] </p><p>"redSignalThreshold" : 0.4,</p><p>"greenSignalThreshold" : 0.2,</p><p>"blueSignalThreshold" : 1.0</p><p>[/code]</p><p></p><p>Easiest way to find the right values is by using the hyperion-v4l2 in a SSH session with a default 0.0 threshold and crop where needed look at the generated screenshot afterwards:</p><p></p><p>[code]</p><p>hyperion-v4l2 --crop-top 0 --crop-bottom 0 --crop-left 0 --crop-right 0 --size-decimator 4 --frame-decimator 2 --red-threshold 0.0 --green-threshold 0.0 --blue-threshold 0.0 --screenshot</p><p>[/code]</p><p></p><p>- Make sure you get the latest HyperCon version from <a href="https://github.com/tvdzwan/hypercon/blob/master/deploy/HyperCon.jar?raw=true" target="_blank">here </a>and would use the default horizontal and vertical % as that works best with most setups and is a good starting point, also the new black bar detector will be used if you generate a new config file with it (more accurate and faster).</p><p>Can also try with black bar detector disabled just in case <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite1" alt=":)" title="Smile :)" loading="lazy" data-shortname=":)" /></p></blockquote><p></p>
[QUOTE="Rick164, post: 1178640, member: 17766"] Hi [USER=157993]@Freshage[/USER], Best to attach the config as well but we can already try the following things to debug: - For more accurate colors can increase gamma value per color and for brighter / vibrant colors the saturation gain (although it might look less natural with the latter): [code] "id" : "default", "leds" : "*", "hsv" : { "saturationGain" : 1.0000, "valueGain" : 1.0000 }, "red" : { "threshold" : 0.0000, "gamma" : 2.2000, "blacklevel" : 0.0000, "whitelevel" : 1.0000 }, "green" : { "threshold" : 0.0000, "gamma" : 2.2000, "blacklevel" : 0.0000, "whitelevel" : 1.0000 }, "blue" : { "threshold" : 0.0000, "gamma" : 2.2000, "blacklevel" : 0.0000, "whitelevel" : 1.0000 } [/code] - For live capture it depends on which hardware and input as analog converters can have different RGB values, best to try different settings in the following config area: [code] "redSignalThreshold" : 0.4, "greenSignalThreshold" : 0.2, "blueSignalThreshold" : 1.0 [/code] Easiest way to find the right values is by using the hyperion-v4l2 in a SSH session with a default 0.0 threshold and crop where needed look at the generated screenshot afterwards: [code] hyperion-v4l2 --crop-top 0 --crop-bottom 0 --crop-left 0 --crop-right 0 --size-decimator 4 --frame-decimator 2 --red-threshold 0.0 --green-threshold 0.0 --blue-threshold 0.0 --screenshot [/code] - Make sure you get the latest HyperCon version from [URL='https://github.com/tvdzwan/hypercon/blob/master/deploy/HyperCon.jar?raw=true']here [/URL]and would use the default horizontal and vertical % as that works best with most setups and is a good starting point, also the new black bar detector will be used if you generate a new config file with it (more accurate and faster). Can also try with black bar detector disabled just in case :) [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
HTPC Projects
Hardware
Ambient Lighting System
[DIY] User Showcases
[DIY] Amblight project/guide - Hyperion - WS2801/ WS2812B / APA102
Contact us
RSS
Top
Bottom