mirror of
https://github.com/pikvm/ustreamer.git
synced 2025-12-23 18:50:00 +00:00
fixed offline state
This commit is contained in:
parent
98b5e52a68
commit
7fd5eb229f
@ -439,7 +439,7 @@ static int _stream_init_loop(us_stream_s *stream) {
|
||||
}
|
||||
us_blank_draw(run->blank, "< NO SIGNAL >", width, height);
|
||||
|
||||
_stream_set_capture_state(stream, width, height, true, 0);
|
||||
_stream_set_capture_state(stream, width, height, false, 0);
|
||||
_stream_expose_frame(stream, NULL);
|
||||
# ifdef WITH_GPIO
|
||||
us_gpio_set_stream_online(false);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user