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

    Instructions/documentation needed on how to add new code snippet on voxl-build

    Software Development
    2
    3
    282
    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.
    • G
      Gaurav Borade
      last edited by

      I am trying to add a new code on top of the existing one.

      The use case is: To stream multiple camera streams on Qgroundcontrol after a specific interval.

      Progress uptill now:
      I can able to stream camera videos using SSH connection (https://docs.modalai.com/voxl-rtsp/) & using command

      voxl-rtsp -c 0 # Stream video from Hi-res Image Sensor
      voxl-rtsp -c 1 # Stream video from Hi-res Image Sensor
      voxl-rtsp -c 2 # Stream video from Hi-res Image Sensor

      Now, I want to make a script for it, it will auto start the camera stream on the boot & start streaming & switch the streams after every few seconds.

      Need help on how to add that code snippet, where to add it etc & any useful links/docs/tutorial/videos will also work.

      thank you!

      1 Reply Last reply Reply Quote 0
      • Eric KatzfeyE
        Eric Katzfey ModalAI Team
        last edited by

        Voxl uses systemd for startup. You create a "service" file to implement your desired startup action and place it in the /etc/systemd/system directory. There are lots of guides and documentation on the Internet about how to create systemd service files. You can also look at the service files already on Voxl for some examples.

        1 Reply Last reply Reply Quote 1
        • G
          Gaurav Borade
          last edited by

          Thank you for your reply, I will definitely try this.

          1 Reply Last reply Reply Quote 0
          • First post
            Last post
          Powered by NodeBB | Contributors