From 6fdae6be7b9d5e40a87e157e8b83ee320e3d5649 Mon Sep 17 00:00:00 2001 From: Maik Jurischka Date: Fri, 19 Dec 2025 09:38:30 +0100 Subject: [PATCH] add credits --- main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.cpp b/main.cpp index 72a3d32..377492b 100644 --- a/main.cpp +++ b/main.cpp @@ -88,8 +88,8 @@ int main() { std::cout << "\n========================================" << std::endl; std::cout << "VizionStreamer Ready" << std::endl; - std::cout << "Author: Maik Jurischka " << std::endl; + std::cout << "========================================" << std::endl << std::endl; std::cout << "Control socket: " << socketPath << std::endl; std::cout << "Default pipeline: videoconvert ! autovideosink" << std::endl; std::cout << "\nQuick start:" << std::endl;