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

@@ -305,6 +305,6 @@ void CapnSend() {
client.publishMessage("kobuki/cam", string(enc_msg, enc_msg + buf.size()));
cout << "Sent image" << endl;
std::this_thread::sleep_for(std::chrono::milliseconds(1000)); // Send image every 1000ms
std::this_thread::sleep_for(std::chrono::milliseconds(300)); // Send image every 1000ms
}
}