You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
2 years ago | |
|---|---|---|
| .gitignore | 2 years ago | |
| README.md | 2 years ago | |
| configuration.cc | 2 years ago | |
| configuration.h | 2 years ago | |
| main.cc | 2 years ago | |
| meson.build | 2 years ago | |
| webserver.cc | 2 years ago | |
README.md
MiniWebCam
this application will start a inbuild webserver serving an camera image from the following devices:
- V4L2 Devices
- Local Image File
- Local Script to Create Images
Configuration
The configuration is loaded in the following order.
- systemwide configuration file [/etc/miniwebcam.conf]
- program parameters
- user defined configurtion file defined in the program parameters
How to build and install
Meson/Ninja is used for the build process. To compile and install the application run the following commands: ''' meson setup build meson compile -C build meson install -C build '''