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

    What types of input does the interface webcam support?

    Scheduled Pinned Locked Moved
    Duet Web Control
    2
    2
    122
    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.
    • jhalewoodundefined
      jhalewood
      last edited by jhalewood

      Hiya,
      What input does the interface support for the webcam?
      JPEG, MJPEG, TCP/UDP sockets, HTTP5, HSL, ffmpeg etc etc?

      This is to facilitate setting up the appropriate Picamera2 server.

      Cheers

      (the answer to this should probably be placed in https://docs.duet3d.com/en/User_manual/Reference/DWC_webcam)

      chrishammundefined 1 Reply Last reply Reply Quote 0
      • chrishammundefined
        chrishamm administrators @jhalewood
        last edited by

        @jhalewood You can use JPEG/MJPEG, which is what Motion webcam server provides (see DSF in the linked article). Basically you can use any format that can be displayed in a browser; if it cannot be rendered using an img tag, you can still embed the remote stream using an iframe.

        AFAIK only MJPEG is generally supported in browsers. If rtsp was supported, I'd add support for it, too.

        Duet software engineer

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