WebCam with timelapse configuration
Closed this issue · 3 comments
erustyrannus commented
Hello, Thanks for your hard work.
I am unable to add a camera to fluidd, can you please let me know how to do it?
Also, can you tell me if this project is implemented in your build?
truong0vanchien commented
You need to add timelapse manually via docker container.
Otherwise, you can add some lines in Dockerfile of Klipper as below:
# Install ffmpeg.
RUN apt-get install -y --no-install-recommends ffmpeg
# Install wget.
RUN apt-get install -y wget
# Put timelapse.py to docker container. (timelapse.py is from moonraker timelapse repo)
COPY timelapse.py ${HOME}/moonraker/moonraker/components/timelapse.py
p0pp3t0n commented
@erustyrannus Did you make it work? My cameras are not being detected by mainsail. I know they are working since i took images using ffmpeg from the container.
erustyrannus commented
@erustyrannus Did you make it work? My cameras are not being detected by mainsail. I know they are working since i took images using ffmpeg from the container.
Hi, no. I decided to install on a SBC using Kiauh