An open API service indexing awesome lists of open source software.

https://github.com/eddytheco/esterv.video.securitycamera

TCP Server Client of a camera stream using websockets
https://github.com/eddytheco/esterv.video.securitycamera

boost qml qt6 video

Last synced: 6 days ago
JSON representation

TCP Server Client of a camera stream using websockets

Awesome Lists containing this project

README

        

# Esterv.Video.SecurityCamera

[TOC]

This repository create a Server that transmit video camera stream over TCP and websockets.
There is also a client that can display the stream of the video.

## Configure, build, test, package ...

The project uses [CMake presets](https://cmake.org/cmake/help/latest/manual/cmake-presets.7.html) as a way to share CMake configurations.
Refer to [cmake](https://cmake.org/cmake/help/latest/manual/cmake.1.html), [ctest](https://cmake.org/cmake/help/latest/manual/ctest.1.html) and [cpack](https://cmake.org/cmake/help/latest/manual/cpack.1.html) documentation for more information on the use of presets.

## Contributing

We appreciate any contribution!

You can open an issue or request a feature.
You can open a PR to the `develop` branch and the CI/CD will take care of the rest.
Make sure to acknowledge your work, and ideas when contributing.