When in standby mode, STB is still outputting a black image to the TV (SCART connection). Can this be fixed so that it doesn't output?
I think it's on:
static int hdmi_out(bool enable) @ libstb-hal/libspark/video.cpp
[BUG] SCART connection still active on standby
-
- Neugieriger
- Beiträge: 4
- Registriert: Freitag 18. Oktober 2013, 01:50
-
- Developer
- Beiträge: 4189
- Registriert: Sonntag 2. November 2003, 12:36
Re: [BUG] SCART connection still active on standby
try it, send a patch and I'll include it.
I have no SCART connection to test it readily available, so I can't do it.
Note that the hdmi_out function is probably a weird place to put this disabling of SCART, and if it's just for the function's name ;-) but logically it is probably almost the right place and once you figured out how to disable SCART, we can still look for the right place to put the code.
I have no SCART connection to test it readily available, so I can't do it.
Note that the hdmi_out function is probably a weird place to put this disabling of SCART, and if it's just for the function's name ;-) but logically it is probably almost the right place and once you figured out how to disable SCART, we can still look for the right place to put the code.