• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Register
  • Login
ModalAI Forum
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
    • Register
    • Login
    1. Home
    2. Samuel Lehman
    3. Topics
    • Profile
    • Following 0
    • Followers 0
    • Topics 6
    • Posts 13
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by Samuel Lehman

    • S

      Mavcam manager uvc stream not working

      VOXL SDK
      • • 9 Apr 2025, 22:21 • Samuel Lehman 10 Apr 2025, 16:14
      3
      0
      Votes
      3
      Posts
      158
      Views

      E 10 Apr 2025, 16:14

      @Samuel-Lehman In this case you are setting up the voxl-streamer outputs. voxl-mavcam-manager simply informs QGC about which outputs are available to it. You don't need to do anything manually. Just set up a systemd service file for each instance of voxl-streamer. (for example: /etc/systemd/system/voxl-streamer.service)

    • S

      cannot get model conversion script to work

      Software Development
      • • 20 Mar 2025, 17:09 • Samuel Lehman 26 Mar 2025, 16:21
      5
      0
      Votes
      5
      Posts
      843
      Views

      A 26 Mar 2025, 16:21

      @Samuel-Lehman I think the issue is with the tflite version running on voxl, which does not support v3 ops. An update to tflite on the voxl is being pushed but it will take some time to be merged into the main SDK. However, you can try tensorflow 2.17.1 from this branch.

      Note that since it is not completely integrable, running it is slightly more complex. Make sure you are using the newest voxl-cross image to build voxl-tflite-server.

      On Voxl, it cannot run directly, and you would have to run it via a Docker container. You can find a sample Dockerfile provided in docker_samples/ in the 'update_tf' branch. For further context on integrating opencl please refer to this.

      Hopefully, the updated tflite will contain the necessary v3 op and it works smoothly.

    • S

      How to use UART in custom applications

      Software Development
      • • 6 Jan 2025, 23:07 • Samuel Lehman 8 Jan 2025, 19:40
      8
      0
      Votes
      8
      Posts
      501
      Views

      A 8 Jan 2025, 19:40

      @Samuel-Lehman , Not sure what is going on but i was able to build your example with the following command on VOXL2. I had to comment out #include "hello_cross.h" because i did not have it.

      voxl2:~$ gcc -O2 -Wall voxl_io_uart_test.c -o voxl_io_uart_test -lmodal_pipe -lvoxl_io -L/usr/lib64 voxl_io_uart_test.c:14:12: warning: 'opt' defined but not used [-Wunused-variable] static int opt = 0; ^~~ voxl2:~$

      I am not sure what's going on, you can enable verbose CMake file to see what compile command CMake is generating and compare that to the above.

      Alex

    • S

      Running inference on a gstream with tflite

      Software Development
      • • 3 Jan 2025, 21:52 • Samuel Lehman 4 Jan 2025, 23:31
      2
      0
      Votes
      2
      Posts
      162
      Views

      T 4 Jan 2025, 23:31

      @Samuel-Lehman If this is a UVC camera you may be able to use voxl-uvc-server in order to create an MPA pipe and have tflite server read from that pipe

      It may take some slight tweaking to get voxl-uvc-server to support your specific camera

    • S

      gstreamer uyvy camera stream not working on voxl2

      Software Development
      • • 5 Dec 2024, 00:45 • Samuel Lehman 6 Dec 2024, 18:56
      5
      0
      Votes
      5
      Posts
      433
      Views

      A 6 Dec 2024, 18:56

      @cegeyer

      Here is a command to stream video from VOXL2 camera via ssh X forwading. FPS may be limited due to bandwidth (perhaps this is the command you meant in your reference above).

      ssh -X root@<voxl-ip> gst-launch-1.0 qtiqmmfsrc camera=0 ! "video/x-raw, width=1280,height=720,framerate=30/1" ! autovideoconvert ! autovideosink

      This should pop up a window with the stream from the camera. Make sure voxl-camera-server is not running if you are testing one of the mipi cameras connected to voxl2.

      Alex

    • S

      Video out

      Software Development
      • • 2 Dec 2024, 17:20 • Samuel Lehman 4 Dec 2024, 17:22
      3
      0
      Votes
      3
      Posts
      188
      Views

      S 4 Dec 2024, 17:22

      @Alex-Kushleyev I see, that's unfortunate but thanks for letting me know.

    Powered by NodeBB | Contributors