https://github.com/octoprint/camera-streamer-stack
These are the files of the new camera-streamer based webcam stack for OctoPi-UpToDate.
https://github.com/octoprint/camera-streamer-stack
Last synced: 9 months ago
JSON representation
These are the files of the new camera-streamer based webcam stack for OctoPi-UpToDate.
- Host: GitHub
- URL: https://github.com/octoprint/camera-streamer-stack
- Owner: OctoPrint
- Created: 2023-03-29T07:55:12.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-06T09:29:26.000Z (about 1 year ago)
- Last Synced: 2025-03-26T19:44:34.378Z (10 months ago)
- Language: Shell
- Homepage:
- Size: 11.7 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `camera-streamer` based webcam stack
These are the files of the new [`camera-streamer`](https://github.com/ayufan/camera-streamer) based webcam stack for [OctoPi-UpToDate](https://github.com/OctoPrint/OctoPi-UpToDate/).
## Requirements
- `/usr/bin/camera-streamer`, e.g. installed from `camera-streamer-raspi` on [apt.octoprint.org](https://apt.octoprint.org)
- `/usr/bin/libcamera-hello` as contained in `libcamera-apps-lite`
- `/usr/bin/v4l2-ctl` as contained in `v4l-utils`
## Installation
```
make install
```
Available config options for `make`:
- `DESTDIR` (default: unset, use this to have `make install` copy things to a build folder or something similar)
- `PREFIX` (default: `/usr`)
- `SCRIPTS_DIR` (default: `$(PREFIX)/bin`)
- `SYSTEMD_DIR` (default: `/etc/systemd/system`)
- `CONFIG_DIR` (default: `/etc/camera-streamer.conf.d`)
Example:
DESTDIR=build make install
Note that all included scripts and units are written to accomodate the above paths.