Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login

    DuetLapse3

    Scheduled Pinned Locked Moved
    Third-party software
    20
    296
    30.7k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • chrishammundefined
      chrishamm administrators @stuartofmt
      last edited by

      @stuartofmt You can find current documentation about plugins here:

      • for DSF: https://github.com/Duet3D/DuetSoftwareFramework/wiki/Third-Party-Plugins
      • for DWC: https://github.com/Duet3D/DuetWebControl/wiki/Third-Party-Plugins
        There is an automated build script for DWC plugins as well, it should be described in the second link, too.

      DWC is being heavily changed at the moment but as a general starting point I suggest you read through these two articles and have a look at either the endstops plugin or the motion webcam server plugins. In both repos you can find a short README section explaining how they can be built.

      Duet software engineer

      1 Reply Last reply Reply Quote 0
      • osteracundefined
        osterac
        last edited by osterac

        Hi
        This is a great solution for timelapses. Thanks!
        I was wondering how I can change the webcam capture resolution. I read through the documentation but some of it was a bit over my head. My camera is capable of 1440p but duetlapse3 records at 720p. I think 1080p would be a good resolution for my videos. I use this command to start duetlapse3:

        sudo python3 /home/pi/ftp/files/DuetLapse/DuetLapse3.py -duet 192.168.1.8 -deletepics -seconds 20 -fps 30  -detect none -restart -camera1 web -weburl1 http://192.168.1.30/picture/2/current/ -extratime 3 -basedir /home/pi/ftp/files/DuetLapse -standby
        

        Thanks!

        PS I think a great addition would be an option to set how long the video will be and automatically adjust settings so it always comes out that length. This way you don't get timelapses of short prints that are only a few seconds long, and really long prints won't be too long and slow. Octolapse has this feature.

        stuartofmtundefined 1 Reply Last reply Reply Quote 0
        • stuartofmtundefined
          stuartofmt @osterac
          last edited by

          @osterac said in DuetLapse3:

          Hi
          This is a great solution for timelapses. Thanks!
          I was wondering how I can change the webcam capture resolution.

          PS I think a great addition would be an option to set how long the video will be and automatically adjust settings so it always comes out that length. .......
          Octolapse has this feature.

          DuetLapse uses ffmpeg to "stitch" together the individual frames. The primary resolution is set by the software controlling the camera. In your case, this is whatever is serving up images at http://192.168.1.30/picture/2/current/. That is where you will have the control over resolution.

          I do have a companion program videostream which allows the resolution to be changed for most usb cameras (and Pi cameras).

          https://forum.duet3d.com/topic/23759/videostream/12

          On the question of video length. In a naïve way - x seconds of fixed length video would be easy to achieve. Number of images / fixed length = fps. Whether the results would be pleasing to the eye might be a value judgement. 😵
          I'm guessing this is what Octolapse does?

          osteracundefined 1 Reply Last reply Reply Quote 0
          • osteracundefined
            osterac @stuartofmt
            last edited by

            @stuartofmt
            I dug up some old octolapse videos and they were all at different framerates so yes, it does work that way. I looked at my webcam (motioneye) settings and it was set to 1440p. I set it to 1080p and the video was still 720p. It also had problems, it started in the middle of the print and skipped forward and backward a couple of times. It was also at 10 FPS when I requested 30 FPS. Here's the media info:

            Video 
            ID : 1 
            Format : AVC 
            Format/Info : Advanced Video Codec 
            Format profile : High@L3.1 
            Format settings : CABAC / 4 Ref Frames 
            Format settings, CABAC : Yes 
            Format settings, Reference frames : 4 frames 
            Codec ID : avc1 
            Codec ID/Info : Advanced Video Coding 
            Duration : 25 s 300 ms 
            Bit rate : 1 975 kb/s 
            Width : 1 280 pixels 
            Height : 720 pixels 
            Display aspect ratio : 16:9 
            Frame rate mode : Constant 
            Frame rate : 10.000 FPS 
            Color space : YUV 
            Chroma subsampling : 4:2:0 
            Bit depth : 8 bits 
            Scan type : Progressive 
            Bits/(Pixel*Frame) : 0.214 
            Stream size : 5.96 MiB (100%) 
            Writing library : x264 core 155 r2917 0a84d98 
            Encoding settings : cabac=1 / ref=3 / deblock=1:0:0 / analyse=0x3:0x113 / me=hex / subme=7 / psy=1 / psy_rd=1.00:0.00 / mixed_ref=1 / me_range=16 / chroma_me=1 / trellis=1 / 8x8dct=1 / cqm=0 / deadzone=21,11 / fast_pskip=1 / chroma_qp_offset=-2 / threads=6 / lookahead_threads=1 / sliced_threads=0 / nr=0 / decimate=1 / interlaced=0 / bluray_compat=0 / constrained_intra=0 / bframes=3 / b_pyramid=2 / b_adapt=1 / b_bias=0 / direct=1 / weightb=1 / open_gop=0 / weightp=2 / keyint=250 / keyint_min=10 / scenecut=40 / intra_refresh=0 / rc_lookahead=40 / rc=crf / mbtree=1 / crf=23.0 / qcomp=0.60 / qpmin=0 / qpmax=69 / qpstep=4 / ip_ratio=1.40 / aq=1:1.00 
            Color range : Full 
            Codec configuration box : avcC 
            
            

            I'll give videostream a try, do I install it on the webcam server or the pi running Duetlapse 3? I don't think I could install it on motioneye, because it's buildroot. You can install motioneye on top of a full linux distro though.

            Here's a link to the faulty timelapse:
            https://1drv.ms/v/s!ArZNmx9oeG5CzQKqBpTQqJG-LFmP?e=7BoTKS

            Thanks

            stuartofmtundefined 1 Reply Last reply Reply Quote 0
            • stuartofmtundefined
              stuartofmt @osterac
              last edited by

              @osterac said in DuetLapse3:

              @stuartofmt
              I dug up some old octolapse videos and they were all at different framerates so yes, it does work that way. I looked at my webcam (motioneye) settings and it was set to 1440p. I set it to 1080p and the video was still 720p. It also had problems, it started in the middle of the print and skipped forward and backward a couple of times. It was also at 10 FPS when I requested 30 FPS. Here's the media info:

              Video 
              ID : 1 
              Format : AVC 
              Format/Info : Advanced Video Codec 
              Format profile : High@L3.1 
              Format settings : CABAC / 4 Ref Frames 
              Format settings, CABAC : Yes 
              Format settings, Reference frames : 4 frames 
              Codec ID : avc1 
              Codec ID/Info : Advanced Video Coding 
              Duration : 25 s 300 ms 
              Bit rate : 1 975 kb/s 
              Width : 1 280 pixels 
              Height : 720 pixels 
              Display aspect ratio : 16:9 
              Frame rate mode : Constant 
              Frame rate : 10.000 FPS 
              Color space : YUV 
              Chroma subsampling : 4:2:0 
              Bit depth : 8 bits 
              Scan type : Progressive 
              Bits/(Pixel*Frame) : 0.214 
              Stream size : 5.96 MiB (100%) 
              Writing library : x264 core 155 r2917 0a84d98 
              Encoding settings : cabac=1 / ref=3 / deblock=1:0:0 / analyse=0x3:0x113 / me=hex / subme=7 / psy=1 / psy_rd=1.00:0.00 / mixed_ref=1 / me_range=16 / chroma_me=1 / trellis=1 / 8x8dct=1 / cqm=0 / deadzone=21,11 / fast_pskip=1 / chroma_qp_offset=-2 / threads=6 / lookahead_threads=1 / sliced_threads=0 / nr=0 / decimate=1 / interlaced=0 / bluray_compat=0 / constrained_intra=0 / bframes=3 / b_pyramid=2 / b_adapt=1 / b_bias=0 / direct=1 / weightb=1 / open_gop=0 / weightp=2 / keyint=250 / keyint_min=10 / scenecut=40 / intra_refresh=0 / rc_lookahead=40 / rc=crf / mbtree=1 / crf=23.0 / qcomp=0.60 / qpmin=0 / qpmax=69 / qpstep=4 / ip_ratio=1.40 / aq=1:1.00 
              Color range : Full 
              Codec configuration box : avcC 
              
              

              I'll give videostream a try, do I install it on the webcam server or the pi running Duetlapse 3? I don't think I could install it on motioneye, because it's buildroot. You can install motioneye on top of a full linux distro though.

              Here's a link to the faulty timelapse:
              https://1drv.ms/v/s!ArZNmx9oeG5CzQKqBpTQqJG-LFmP?e=7BoTKS

              Thanks

              osteracundefined stuartofmtundefined 2 Replies Last reply Reply Quote 0
              • osteracundefined
                osterac @stuartofmt
                last edited by

                @stuartofmt
                Did you mean to make a post with only a quote of me in it?

                stuartofmtundefined 1 Reply Last reply Reply Quote 0
                • stuartofmtundefined
                  stuartofmt @stuartofmt
                  last edited by

                  @stuartofmt

                  Hmm - let me ponder the resolution side of things.

                  The frame-rate ought to follow the settings. I'm wondering if there is a problem with ffmpeg (would not be the first time). What version are you running ffmpeg -version will tell

                  I've bever seen a video jump around like that. The -camera1 web setting uses wget to retrieve the images. Afterwards ffmpeg creates the video by taking the frames in sequence. I'm wondering if there is some sort of strange timing issue?

                  As an experiment we can get the images using ffmpeg. This is my usual way, mainly because it exercises more of the code. What happens if you use this set of options?:
                  -weburl1 http://192.168.1.30/picture/2/current/ -camera1 other -camparam1="'ffmpeg ' + ffmpegquiet + ' -y -i ' +weburl+ ' -vframes 1 ' +fn+debug"

                  1 Reply Last reply Reply Quote 0
                  • stuartofmtundefined
                    stuartofmt @osterac
                    last edited by stuartofmt

                    @osterac said in DuetLapse3:

                    @stuartofmt
                    Did you mean to make a post with only a quote of me in it?

                    Yes 😖 See above

                    osteracundefined 2 Replies Last reply Reply Quote 0
                    • osteracundefined
                      osterac @stuartofmt
                      last edited by osterac

                      @stuartofmt
                      ffmpeg-version didn't work, so I typed sudo apt install ffmpeg and it said it was already installed with this version:
                      7:4.1.9-0+deb10u1+rpt1)
                      I tried your settings (I took the liberty of adding the duet url) and the print stopped early both times I tried. There weren't enough frames captured to make a timelapse of at least 5 seconds. The printer told me that insufficient axes were homed.

                      pi@octopi:~ $ sudo python3 /home/pi/ftp/files/DuetLapse/DuetLapse3.py -weburl1 h               ttp://192.168.1.30/picture/2/current/ -camera1 other -camparam1="'ffmpeg ' + ffm               pegquiet + ' -y -i ' +weburl+ ' -vframes 1 ' +fn+debug" -duet 192.168.1.8
                      [sudo] password for pi:
                      192.168.1.8 MainThread - ################### Options at start of this print job                 #####################
                      192.168.1.8 MainThread - # Environment
                      192.168.1.8 MainThread - duet                 192.168.1.8
                      192.168.1.8 MainThread - basedir              /home/pi/ftp/files/DuetLapse
                      192.168.1.8 MainThread - poll                 12
                      192.168.1.8 MainThread - instances            single
                      192.168.1.8 MainThread - logtype              both
                      192.168.1.8 MainThread - nolog                False
                      192.168.1.8 MainThread - verbose              False
                      192.168.1.8 MainThread - host                 0.0.0.0
                      192.168.1.8 MainThread - port                 0
                      192.168.1.8 MainThread - keeplogs             False
                      192.168.1.8 MainThread - novideo              False
                      192.168.1.8 MainThread - deletepics           False
                      192.168.1.8 MainThread - maxffmpeg            2
                      192.168.1.8 MainThread - keepfiles            False
                      192.168.1.8 MainThread - # Execution
                      192.168.1.8 MainThread - dontwait             False
                      192.168.1.8 MainThread - seconds              0
                      192.168.1.8 MainThread - detect               layer
                      192.168.1.8 MainThread - pause                no
                      192.168.1.8 MainThread - movehead             [0.0, 0.0]
                      192.168.1.8 MainThread - rest                 1
                      192.168.1.8 MainThread - standby              False
                      192.168.1.8 MainThread - restart              False
                      192.168.1.8 MainThread - # Camera
                      192.168.1.8 MainThread -  camera1             other
                      192.168.1.8 MainThread - camera2
                      192.168.1.8 MainThread - weburl1              http://192.168.1.30/picture/2/curr               ent/
                      192.168.1.8 MainThread - weburl2
                      192.168.1.8 MainThread - # Video
                      192.168.1.8 MainThread - extratime            0
                      192.168.1.8 MainThread - fps                  10
                      192.168.1.8 MainThread - minvideo             5
                      192.168.1.8 MainThread - # Overrides
                      192.168.1.8 MainThread - camparam1            'ffmpeg ' + ffmpegquiet + ' -y -i                ' +weburl+ ' -vframes 1 ' +fn+debug
                      192.168.1.8 MainThread - camparam2
                      192.168.1.8 MainThread - vidparam1
                      192.168.1.8 MainThread - vidparam2
                      192.168.1.8 MainThread - # UI
                      192.168.1.8 MainThread - hidebuttons          False
                      192.168.1.8 MainThread - # Special Functions
                      192.168.1.8 MainThread - execkey
                      192.168.1.8 MainThread - -------------------------------------------------------               ----------------
                      
                      
                      192.168.1.8 MainThread - #######################################################               ###
                      192.168.1.8 MainThread - Will start capturing images on first layer change
                      192.168.1.8 MainThread - #######################################################               ###
                      
                      192.168.1.8 MainThread - #######################################################               ###
                      192.168.1.8 MainThread - Video will be created when printing ends
                      192.168.1.8 MainThread - or if requested from the browser interface or M117 Duet               Lapse3. message
                      192.168.1.8 MainThread - #######################################################               ###
                      
                      192.168.1.8 MainThread - #######################################################               ###
                      192.168.1.8 MainThread - If running from a console using the command line
                      192.168.1.8 MainThread - Press Ctrl+C one time to stop the program and create a                video.
                      192.168.1.8 MainThread - #######################################################               ###
                      
                      192.168.1.8 MainThread - #######################################################               ########
                      192.168.1.8 MainThread - Connected to printer at 192.168.1.8
                      192.168.1.8 MainThread - Using Duet version 3.4.1
                      192.168.1.8 MainThread - Using  API interface rr_model
                      192.168.1.8 MainThread - #######################################################               ########
                      
                      192.168.1.8 gcodeLoop - ###########################
                      192.168.1.8 MainThread - Initiating with action set to start
                      192.168.1.8 gcodeLoop - Starting gcode Listener
                      192.168.1.8 MainThread - ++++++ start state requested ++++++
                      192.168.1.8 gcodeLoop - ###########################
                      
                      192.168.1.8 captureLoop - ****** Duet status changed to: Not yet determined ****               *
                      192.168.1.8 MainThread - ++++++ Entering start state ++++++
                      192.168.1.8 captureLoop - ****** Print State changed to: Waiting *****
                      192.168.1.8 captureLoop - ****** Duet status changed to: idle *****
                      192.168.1.8 captureLoop - ****** Print State changed to: Capturing *****
                      192.168.1.8 captureLoop - ****** Duet status changed to: processing *****
                      192.168.1.8 captureLoop - ****** Print State changed to: Capturing *****
                      192.168.1.8 gcodeLoop - M117 Command: DuetLapse3.start
                      192.168.1.8 gcodeLoop - Already in start state
                      192.168.1.8 captureLoop - Layer - Camera1: capturing frame 1 at layer 1 after la               yer change
                      192.168.1.8 captureLoop - Layer - Camera1: capturing frame 2 at layer 2 after la               yer change
                      192.168.1.8 captureLoop - Layer - Camera1: capturing frame 3 at layer 3 after la               yer change
                      192.168.1.8 captureLoop - Layer - Camera1: capturing frame 4 at layer 4 after la               yer change
                      192.168.1.8 captureLoop - Layer - Camera1: capturing frame 5 at layer 5 after la               yer change
                      192.168.1.8 captureLoop - Layer - Camera1: capturing frame 6 at layer 7 after la               yer change
                      192.168.1.8 captureLoop - Layer - Camera1: capturing frame 7 at layer 9 after la               yer change
                      192.168.1.8 captureLoop - Layer - Camera1: capturing frame 8 at layer 11 after l               ayer change
                      192.168.1.8 captureLoop - Layer - Camera1: capturing frame 9 at layer 13 after l               ayer change
                      192.168.1.8 captureLoop - Layer - Camera1: capturing frame 10 at layer 15 after                layer change
                      192.168.1.8 captureLoop - Layer - Camera1: capturing frame 11 at layer 17 after                layer change
                      192.168.1.8 captureLoop - Layer - Camera1: capturing frame 12 at layer 20 after                layer change
                      192.168.1.8 captureLoop - Layer - Camera1: capturing frame 13 at layer 22 after                layer change
                      192.168.1.8 captureLoop - Layer - Camera1: capturing frame 14 at layer 24 after                layer change
                      192.168.1.8 captureLoop - Layer - Camera1: capturing frame 15 at layer 26 after                layer change
                      192.168.1.8 captureLoop - Layer - Camera1: capturing frame 16 at layer 29 after                layer change
                      192.168.1.8 captureLoop - Layer - Camera1: capturing frame 17 at layer 32 after                layer change
                      192.168.1.8 captureLoop - Layer - Camera1: capturing frame 18 at layer 34 after                layer change
                      192.168.1.8 captureLoop - Layer - Camera1: capturing frame 19 at layer 37 after                layer change
                      192.168.1.8 captureLoop - Layer - Camera1: capturing frame 20 at layer 40 after                layer change
                      192.168.1.8 captureLoop - Layer - Camera1: capturing frame 21 at layer 42 after                layer change
                      192.168.1.8 captureLoop - Layer - Camera1: capturing frame 22 at layer 45 after                layer change
                      192.168.1.8 captureLoop - Layer - Camera1: capturing frame 23 at layer 48 after                layer change
                      192.168.1.8 captureLoop - Layer - Camera1: capturing frame 24 at layer 50 after                layer change
                      192.168.1.8 captureLoop - Layer - Camera1: capturing frame 25 at layer 52 after                layer change
                      192.168.1.8 captureLoop - Layer - Camera1: capturing frame 26 at layer 55 after                layer change
                      192.168.1.8 captureLoop - Layer - Camera1: capturing frame 27 at layer 57 after                layer change
                      192.168.1.8 captureLoop - Layer - Camera1: capturing frame 28 at layer 59 after                layer change
                      192.168.1.8 captureLoop - Layer - Camera1: capturing frame 29 at layer 61 after                layer change
                      192.168.1.8 captureLoop - Layer - Camera1: capturing frame 30 at layer 63 after                layer change
                      192.168.1.8 captureLoop - Layer - Camera1: capturing frame 31 at layer 66 after                layer change
                      192.168.1.8 captureLoop - Layer - Camera1: capturing frame 32 at layer 68 after                layer change
                      192.168.1.8 captureLoop - Layer - Camera1: capturing frame 33 at layer 70 after                layer change
                      192.168.1.8 captureLoop - Layer - Camera1: capturing frame 34 at layer 72 after                layer change
                      192.168.1.8 captureLoop - Layer - Camera1: capturing frame 35 at layer 73 after                layer change
                      192.168.1.8 captureLoop - Layer - Camera1: capturing frame 36 at layer 74 after                layer change
                      192.168.1.8 captureLoop - Layer - Camera1: capturing frame 37 at layer 75 after                layer change
                      192.168.1.8 captureLoop - M117 Command: DuetLapse3.completed
                      192.168.1.8 captureLoop - nextAction is available
                      192.168.1.8 nextAction - ++++++ completed state requested ++++++
                      192.168.1.8 terminate - Terminating
                      192.168.1.8 nextAction - ++++++ Entering terminate state ++++++
                      192.168.1.8 makeVideo - Command Success : ffmpeg  -loglevel quiet -y -i http://1               92.168.1.30/picture/2/current/ -vframes 1 /home/pi/ftp/files/DuetLapse/octopi/19               2-168-1-8/19613_CE4_Cylindar_MORE_twisted2/Camera1_00000038.jpeg > /dev/null 2>&               1
                      192.168.1.8 makeVideo - Create Video from /home/pi/ftp/files/DuetLapse/octopi/19               2-168-1-8/19613_CE4_Cylindar_MORE_twisted2
                      192.168.1.8 makeVideo - Error: Camera1: Cannot create video of less than 5 secon               ds.
                      192.168.1.8 terminate - ********* Waiting for captureLoop to complete *********
                      192.168.1.8 terminate - ********* Waiting for captureLoop to complete *********
                      192.168.1.8 terminate - ********* Waiting for captureLoop to complete *********
                      192.168.1.8 terminate - ********* Waiting for captureLoop to complete *********
                      192.168.1.8 terminate - Exited captureLoop
                      192.168.1.8 terminate - nextAction is available
                      192.168.1.8 terminate - Wait for video to complete
                      192.168.1.8 terminate - makeVideo is not running
                      192.168.1.8 terminate - Cleaning up files for phase:  terminate
                      192.168.1.8 terminate - gcodeLoop is not running
                      192.168.1.8 terminate - Could not terminate http listener
                      192.168.1.8 terminate - name 'listener' is not defined
                      192.168.1.8 terminate - Program Terminated
                      Killed
                      
                      
                      osteracundefined 1 Reply Last reply Reply Quote 0
                      • osteracundefined
                        osterac @osterac
                        last edited by

                        @stuartofmt
                        The stopping early thing was actually a problem with my end gcode.

                        stuartofmtundefined 1 Reply Last reply Reply Quote 0
                        • stuartofmtundefined
                          stuartofmt @osterac
                          last edited by

                          @osterac

                          I'm using version 4.x of ffmpeg, only because I had to compile it some time ago for the Pi. With V7 you should 🤞 be OK.

                          You should take a look at the captured images to see what resolution they are (with the alternate capture options I provided).

                          I'll wait until you generate a video and we can take a look to see if anything changed.

                          As an aside (and I will check), to the best of my knowledge the video creation command does not alter the resolution at all. I did check some of my captures (set to 800x600 in videostream) and the video resolution matches.

                          1 Reply Last reply Reply Quote 0
                          • osteracundefined
                            osterac @stuartofmt
                            last edited by

                            @stuartofmt
                            I managed to capture a time lapse with your settings on a longer print.
                            https://1drv.ms/v/s!ArZNmx9oeG5CzQMVW0IGIgVbwagj?e=QrnVhR
                            Don't know why my printer is making little poops, but whatever. That's a different issue.

                            osteracundefined stuartofmtundefined 2 Replies Last reply Reply Quote 0
                            • osteracundefined
                              osterac @osterac
                              last edited by osterac

                              @stuartofmt
                              The captured images are 720p

                              stuartofmtundefined 1 Reply Last reply Reply Quote 0
                              • stuartofmtundefined
                                stuartofmt @osterac
                                last edited by

                                @osterac said in DuetLapse3:

                                @stuartofmt
                                Don't know why my printer is making little poops, but whatever. That's a different issue.

                                Its hard to say - but it looks like excess filament is adhering to the nozzle then dropping off. You might have the nozzle a tad too hot (the initial bridging is drooping quite a bit over that short distance).

                                In any case - there is a very complete set of calibration steps here:
                                https://www.youtube.com/watch?v=kgCjDy_IgXg

                                1 Reply Last reply Reply Quote 0
                                • stuartofmtundefined
                                  stuartofmt @osterac
                                  last edited by

                                  @osterac said in DuetLapse3:

                                  @stuartofmt
                                  The captured images are 720p

                                  Ok - so there you have it. Motioneye is serving up the images at 720p (1280 x 720).

                                  I did a print last night and set the resolution (in videostream) to 1920x1080. It worked as expected, creating the same resolution in the individual images and the resulting video.

                                  I realize that I did not answer one of your earlier questions: videostream is installed on the computer to which the camera is attached i.e. USB or direct.

                                  Are you using an IP camera? If so - you will likely need to wrestle with motioneye settings to get the video stream to the resolution you want. If the camera can be used (without motioneye in the middle) as a USB camera then videostream will likely work.

                                  Video cameras are inconsistent from one setup to another.
                                  This may help (in the case of a USB camera):
                                  https://github.com/stuartofmt/Pi-Notes/blob/master/Resolution Testing.md

                                  osteracundefined 1 Reply Last reply Reply Quote 0
                                  • osteracundefined
                                    osterac @stuartofmt
                                    last edited by

                                    @stuartofmt I think I will load pi os on my webcam server and install motioneye on top of that. That way I can use videostream, and it will be a newer version of motioneye.

                                    stuartofmtundefined 1 Reply Last reply Reply Quote 0
                                    • stuartofmtundefined
                                      stuartofmt @osterac
                                      last edited by

                                      @osterac said in DuetLapse3:

                                      @stuartofmt I think I will load pi os on my webcam server and install motioneye on top of that. That way I can use videostream, and it will be a newer version of motioneye.

                                      What type of camera do you have? Is it USB? Or is motioneye embedded in the camera itself and provides http access ?
                                      The reason I ask is that you likely don't want motioneye and videostream both. One or the other.

                                      osteracundefined 1 Reply Last reply Reply Quote 0
                                      • osteracundefined
                                        osterac @stuartofmt
                                        last edited by

                                        @stuartofmt it's a pi 4 with 2 USB webcams. I'll hold off with videostream then.

                                        stuartofmtundefined 1 Reply Last reply Reply Quote 0
                                        • stuartofmtundefined
                                          stuartofmt @osterac
                                          last edited by

                                          @osterac said in DuetLapse3:

                                          @stuartofmt it's a pi 4 with 2 USB webcams. I'll hold off with videostream then.

                                          Once you get the resolution set correctly (with motioneye) you should be fine.

                                          I'm working on DuetLapse as a plugin (The DuetLapse code will be common.) . I'll add in the fixed duration option as part of that effort. Fitting it in with other things at the moment - so could be a few weeks . 🤞

                                          osteracundefined 1 Reply Last reply Reply Quote 0
                                          • osteracundefined
                                            osterac @stuartofmt
                                            last edited by

                                            @stuartofmt A few weeks isn't long at all! I checked the stream from motioneye by streaming it to VLC and taking a snapshot. It is indeed streaming at 720p regardless of what resolution I set. It's a cheap webcam, so that probably has something to do with it. If I plug it into my PC it will run at 2k, albiet not very well. I may just have to get a better webcam. I really appreciate all your help. Looking forward to that plugin too.

                                            I have a Logitech c615 streaming a different view of the printer, so I'll probably check to see if the resolution is correct on that one. I would use it for timelapses, but the auto focus is horrible and my other cam has manual focus, which I prefer. Although the auto focus is adjustable via ffmpeg parameters, I haven't been able to get that to work with motioneye.
                                            It's been nice chatting with you. I'll let you know if anything else comes up.
                                            Thanks so much!

                                            stuartofmtundefined 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post
                                            Unless otherwise noted, all forum content is licensed under CC-BY-SA