• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Register
  • Login
ModalAI Forum
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
    • Register
    • Login

    How to make UVC Server running on VOXL for testing USB Camera

    VOXL Accessories
    2
    6
    393
    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.
    • R
      riteshsharma
      last edited by 27 Feb 2024, 17:58

      How to make UVC Server running on VOXL for testing USB Camera? Can someone help me in running uvc server running?

      I even tried running using systemctl to start uvc server.

      Capture.PNG

      configuration file:
      /**

      • This file contains configuration that's specific to voxl-uvc-server.
      • parameter descriptions:
      • width: Desired image width. (e.g. 640)
      • Default is 640.
      • height: Desired image height. (e.g. 480)
      • Default is 480.
      • height: Desired frame rate in fps (e.g. 15).
      • Default is 30.
      • pipe-name: Desired MPA pipe name in /run/mpa (e.g. webcam).
      • Default is uvc.

      */
      {
      "pipe_name": "uvc",
      "width": 640,
      "height": 512,
      "fps": 30,
      }

      I am sure my usb camera is connected and I can see the device
      voxl:~$ show-video-device-info.sh
      /dev/video2: Boson 09cb:4007

      T 1 Reply Last reply 27 Feb 2024, 18:49 Reply Quote 0
      • T
        tom admin @riteshsharma
        last edited by 27 Feb 2024, 18:49

        @rsr4z Check out voxl-configure-uvc and it's options

        R 1 Reply Last reply 27 Feb 2024, 20:43 Reply Quote 0
        • R
          riteshsharma @tom
          last edited by 27 Feb 2024, 20:43

          @tom I see following message when I run voxl-configure-uvc

          Capture1.PNG

          Since, I am using Boson, I tried voxl-configure-uvc boson and rebooted VOXL.

          Capture2.PNG

          Upon running voxl-inspect-services, I am still not seeing voxl-uvc-server running.

          T 2 Replies Last reply 27 Feb 2024, 23:23 Reply Quote 0
          • T
            tom admin @riteshsharma
            last edited by 27 Feb 2024, 23:23

            @rsr4z What does /etc/modalai/voxl-uvc-server.conf look like? It is weird that sed is failing I'll try to replicate.

            It appears you're using an unreleased SDK, how did you install that SDK?

            1 Reply Last reply Reply Quote 0
            • T
              tom admin @riteshsharma
              last edited by tom 27 Feb 2024, 23:29 27 Feb 2024, 23:29

              @rsr4z There appears to be an extra comma after 30 in "fps": 30, , that will need to be removed. It's possible this is a bug in the config script.

              You can run systemctl status voxl-uvc-server to see the status of the service if it is showing as "Not running"

              R 1 Reply Last reply 28 Feb 2024, 17:34 Reply Quote 0
              • R
                riteshsharma @tom
                last edited by 28 Feb 2024, 17:34

                @tom Yes. I removed "," from the config file and it worked. Thanks

                1 Reply Last reply Reply Quote 0
                1 out of 6
                • First post
                  1/6
                  Last post
                Powered by NodeBB | Contributors