changes to video settings

This commit is contained in:
2024-12-12 13:27:06 +01:00
parent b86528595e
commit a1b50a3780
3 changed files with 4 additions and 4 deletions

View File

@@ -14,7 +14,7 @@ def on_message(client, userdata, message):
# Create an MQTT client instance
mqtt_client = mqtt.Client()
mqtt_client.username_pw_set("server", "serverwachtwoordofzo")
mqtt_client.connect("localhost", 1883, 60)
mqtt_client.connect("localhost", 1884, 60)
mqtt_client.loop_start()
mqtt_client.subscribe("kobuki/data")
mqtt_client.subscribe("kobuki/cam")