From baad76425569739852d6a9b482be47437d8c8dea Mon Sep 17 00:00:00 2001 From: Eli Byrd Date: Mon, 4 Nov 2024 23:34:17 -0600 Subject: [PATCH] Cleanup README --- README.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/README.md b/README.md index 8b610db..5d9eb01 100644 --- a/README.md +++ b/README.md @@ -37,19 +37,6 @@ ## Introduction RoveSoCameraServer_Software is the dedicated software stack for operating the RoveSoCameraServer_Hardware. It supports streaming from multiple camera feeds and provides robust tools for managing camera inputs and outputs. For testing purposes, this software is compatible with `v4l2loopback` on Linux, allowing for virtual camera simulation on non-hardware setups. -## Table of Contents - -- [Features](#features) -- [Requirements](#requirements) -- [Installation](#installation) -- [Setup](#setup) -- [Usage](#usage) -- [Testing with v4l2loopback](#testing-with-v4l2loopback) - - [Installing v4l2loopback from GitHub with Increased Device Limit](#installing-v4l2loopback-from-github-with-increased-device-limit) -- [Troubleshooting](#troubleshooting) -- [Contributing](#contributing) -- [License](#license) - ## API Documentation Our documentation is automatically generated via [Doxygen](https://doxygen.nl/) on each commit to the `development` branch. Ensure you use the correct documentation templates to keep the documentation consistent.