Skip to content

Commit

Permalink
Forced video-container ip to .70.5
Browse files Browse the repository at this point in the history
  • Loading branch information
atobaruela-ibrobotics committed Dec 4, 2024
1 parent 908814f commit b95c333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/image_object_detection/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ <h3>Camera Topics</h3>
{% for topic in camera_debug_image_topics %}
<div class="video-container">
<div class="video-title">{{ topic }}</div>
<img src="http://localhost:8080/stream?topic={{ topic }}&type=mjpeg&qos_profile=sensor_data" alt="{{ topic }} stream">
<img src="http://192.168.70.5:8080/stream?topic={{ topic }}&type=mjpeg&qos_profile=sensor_data" alt="{{ topic }} stream">
</div>
{% endfor %}
</div>
Expand Down

0 comments on commit b95c333

Please sign in to comment.