Warren Ashcroft

Results 40 comments of Warren Ashcroft

Here you go: `return (JSON.parse(message).RED == 1 || JSON.parse(message).GRN == 1) ? '1' : '0';`

> Is there a benefit if using per-strip individual settings? Wouldn't it be good to have this "settings" as global and applied to all TM1814 strips instead to simplify processing?...

> I have had considered this as part of a per-bus auto brightness limiter, a possible future feature, allowing settings a current limit for individual busses in addition to a...

@esev you're familiar with the TM1814 chips, this PR might be of interest

No problem. The main point of this was to facilitate getting settings all the way through to the bus, previously this was tricky and probably why the "off refresh" setting...

> Dear @washcroft could you make this PR compatible with 0_14 branch? 0_14 is ~almost~ ready for beta testing so PRs for 0.13 (unless mergeable) will most likely not make...

Frame buffers provide a great way to get an image stream into hyperion, so perhaps I'm "abusing" that feature that gives me a unique use case. Either way, "blank image...

> Also, I could probably work to get vaapi support compiled into the ffmpeg-for-homebridge package, if it’s not there currently. That would be awesome if possible, but I think there...

> Based on my quick looking, it sounds like it should be okay to include: https://trac.ffmpeg.org/wiki/HWAccelIntro#VAAPI Great! That being included in ffmpeg-for-homebridge and any tweaks you can make to add...

> The only trick is that I won’t be able to test myself, as I don’t have any Intel CPUs around, but I can mirror what your script does and...