Timelapse "enabler" does not show on start of print
I did setup a Raspberry Pi camera some weeks ago - enabled the legacy camera on the pi and set up the webcam in crowsnest.conf :
[cam 1]
mode: mjpg # mjpg/rtsp
port: 8080 # Port
device: /dev/video0 # See Log for available ...
resolution: 640x480 # widthxheight format
max_fps: 15
crowsnest log looks good:
[05/04/23 08:28:36] crowsnest: Try to start configured Cams / Services...
[05/04/23 08:28:36] crowsnest: INFO: Configuration of Section [cam 1] looks good. Continue...
[05/04/23 08:28:37] crowsnest: Starting ustreamer with Device /dev/video0 ...
[05/04/23 08:28:38] crowsnest: ... Done!
I can see the camera live image on the dashboard but the timelapse dialog does not show if I start a print. Where do I need to check next?
9 Replies
printer.cfg
moonraker.conf
And you should be good to go
be sure to check out the slicer configuration part of the docs https://github.com/mainsail-crew/moonraker-timelapse/blob/main/docs/configuration.md#slicer-setup
GitHub
moonraker-timelapse/configuration.md at main · mainsail-crew/moonra...
Timelapse Plugin for moonraker. Contribute to mainsail-crew/moonraker-timelapse development by creating an account on GitHub.
Once you add the above configuration you can adjust all the timelapse settings in the moonraker settings panel.
@miklschmidt Thanks! I forgot to add [timelapse] in the moonraker.conf - where would I set the flip and mirror of the timelapse?
You'd do that in your webcamera settings
right - that's what I thought... I need to flip and mirror my image - did this in the webcam settings (dashboard orientation works!) but this appears not to effect the resulting video (video uses the "unflipped, unmirrored" original camera image.
also the /webcam/?action=snapshot and /webcam/?action=stream images are turned 180° as the camera unfortunately has to be.
Weird it flips mine
That's how i made this. It came out like that. That was a Nikon N6 turned sideways through an Elgato CamLink 4K and rotated in Mainsail.
After full reboot the image is also flipped in the video... Thanks!