No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    Capture Image via webcam

    Help
    3
    5
    1765
    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.
    • M
      Masaru last edited by

      I’m new to this framework. But i want to know how to access webcam in quasar. as anyone access webcam with quasar in here? can you help me?
      thank you

      1 Reply Last reply Reply Quote 0
      • J
        jraez last edited by

        From my knowledge, there is nothing in quasar for that. You can read about webRTC implementation.

        https://webrtc.org/

        1 Reply Last reply Reply Quote 0
        • dobbel
          dobbel last edited by dobbel

          you could look for vue based cam plugins. First google result:

          https://github.com/VinceG/vue-web-cam

          Or even better ( it has quasar support) try capacitor camera plugin

          https://quasar.dev/quasar-cli/developing-capacitor-apps/capacitor-api#Capacitor-APIs

          https://capacitor.ionicframework.com/docs/apis/camera/

          1 Reply Last reply Reply Quote 0
          • M
            Masaru last edited by Masaru

            thank you for your suggestion. I will try and report the result.
            more question: can i just use get usermedia from html5 to access the webcam?

            1 Reply Last reply Reply Quote 0
            • J
              jraez last edited by

              Yes you can, this is what used in webrtc.
              You can look at this sample: https://webrtc.github.io/samples/src/content/getusermedia/gum/
              It shows how to display an user’s webcam.

              1 Reply Last reply Reply Quote 1
              • First post
                Last post