diff --git a/src/html/index.html b/src/html/index.html index 195e5152..047369b6 100644 --- a/src/html/index.html +++ b/src/html/index.html @@ -64,7 +64,14 @@
Video: {{ stream.video_and_stream.stream_information.configuration.encode }} {{ stream.video_and_stream.stream_information.configuration.width }}x{{ stream.video_and_stream.stream_information.configuration.height }} @ {{ stream.video_and_stream.stream_information.configuration.frame_interval.denominator / stream.video_and_stream.stream_information.configuration.frame_interval.numerator}} FPS, Thermal: {{stream.video_and_stream.stream_information.extended_configuration.thermal}}
+Video: {{ stream.video_and_stream.stream_information.configuration.encode }} {{ + stream.video_and_stream.stream_information.configuration.width }}x{{ + stream.video_and_stream.stream_information.configuration.height }} @ {{ + stream.video_and_stream.stream_information.configuration.frame_interval.denominator / + stream.video_and_stream.stream_information.configuration.frame_interval.numerator}} FPS, + Thermal: {{stream.video_and_stream.stream_information.extended_configuration?.thermal ?? + false}} +