These are the files of the new camera-streamer
based webcam stack for OctoPi-UpToDate.
/usr/bin/camera-streamer
, e.g. installed fromcamera-streamer
on apt.octoprint.org/usr/bin/libcamera-hello
as contained inlibcamera-apps-lite
/usr/bin/v4l2-ctl
as contained inv4l-utils
make install
Available config options for make
:
DESTDIR
(default: unset, use this to havemake 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.