ModalAI Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. JustinDev23
    3. Topics
    J
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 32
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by JustinDev23

    • J

      voxl-streamer gst_rtsp_server_attach failed

      Sentinel
      • • • JustinDev23
      9
      0
      Votes
      9
      Posts
      570
      Views

      J

      @tom that was during our troubleshooting of the hires camera, we set it to a few different settings to see if we could get video. i didnt realize that kicked off voxl-streamer as a service.

      Sorry I assumed that it was supposed to be running, looking at earlier screenshots it was not running. Prior to that though, with voxl-streamer disabled and not running, we were still running into issues with rtsp streaming across our network. we would get a single frame and then nothing after.

    • J

      Quectel Modem issues

      Sentinel
      • • • JustinDev23
      10
      0
      Votes
      10
      Posts
      866
      Views

      tomT

      @JustinDev23 Definitely. See here: https://www.modalai.com/pages/rma

    • J

      Hires camera rotation

      Seeker
      • • • JustinDev23
      2
      0
      Votes
      2
      Posts
      303
      Views

      Alex KushleyevA

      Hello @JustinDev23 ,

      Rotating Hires camera is not an option in the configuration menu, however you can still do this pretty easily.

      When you run voxl-configure-cameras, based on your use case, the script writes an appropriate configuration file to /system/etc/camera/camera_config.xml. In that file, you will see entries for all the cameras expected for the particular use case.

      Since you have already enabled the hires camera (IMX214), you already have an entry for it in camera_config.xml, so if you find it, you should see something like this <SensorName>imx214_rot180</SensorName> . What this does it tells the camera framework to load a dynamic library /usr/lib/libmmcamera_imx214_rot180.so - our default is the rotated version. To remove the rotation, you simply change the entry to <SensorName>imx214</SensorName>, which will in turn use /usr/lib/libmmcamera_imx214.so library after you reboot and the image should be right side up.

      Please remember that running voxl-configure-cameras again will overwrite the camera_config.xml that you may edit.

      Hope this helps!

      Alex

    • J

      Sentinel 5G voxl-modem-start.sh error

      Ask your questions right here!
      • • • JustinDev23
      22
      0
      Votes
      22
      Posts
      1176
      Views

      tomT

      @JustinDev23 Great! Thanks for your patience, I just generated an official release of v0.16.2 to ensure that it makes it into our next SDK release.