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
- Host: GitHub
- URL: https://github.com/eddytheco/esterv.video.securitycamera
- Owner: EddyTheCo
- License: gpl-3.0
- Created: 2024-10-19T13:46:47.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-01-06T11:43:00.000Z (5 months ago)
- Last Synced: 2025-03-21T02:15:45.494Z (3 months ago)
- Topics: boost, qml, qt6, video
- Language: C++
- Homepage: https://eddytheco.github.io/Esterv.Video.SecurityCamera/
- Size: 229 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.