From c28a3b3dc26e158c8405d966010deffcccc4033c Mon Sep 17 00:00:00 2001 From: Maik Jurischka Date: Tue, 7 Apr 2026 06:40:48 +0000 Subject: [PATCH] add dependencies --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 18cb47b..ed2f4a6 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,6 @@ High-performance video streaming application for Technexion cameras with GStreamer integration and Unix Domain Socket control interface. -Depends on: https://github.com/TechNexion-Vision/vizionsdk ## Features @@ -16,6 +15,12 @@ Depends on: https://github.com/TechNexion-Vision/vizionsdk ## Quick Start +### Dependencies + +- https://github.com/TechNexion-Vision/vizionsdk +- libgstreamer1.0-dev +- libgstreamer-plugins-base1.0-dev + ### Build ```bash