ModalAI Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. Kris
    3. Topics
    • Profile
    • Following 7
    • Followers 0
    • Topics 20
    • Posts 193
    • Best 2
    • Controversial 0
    • Groups 0

    Topics created by Kris

    • KrisK

      Vision Hub Issue

      Ask your questions right here!
      • • • Kris
      6
      0
      Votes
      6
      Posts
      452
      Views

      James StrawsonJ

      @Kris I found and fixed a bug in voxl-camera-server that seems to be the culprit. I flashed my seeker with SDK1.2.0 and sideloaded the following voxl-camera-server with the bugfix to re-enable ingestion of TOF data into voxl-vision-hub

      http://voxl-packages.modalai.com/dists/apq8096/dev/binary-arm64/voxl-camera-server_1.9.7_202407111658.ipk

      Note VOA simply does not work in the default PX4 acceleration-based position mode so MPC_POS_MODE needs to be set to 0 (velocity control) as done by the voa_enable px4 param helper file here:

      https://gitlab.com/voxl-public/voxl-sdk/utilities/voxl-px4-params/-/blob/dev/params/v1.14/voa_helpers/voa_enable_indoor.params?ref_type=heads

    • KrisK

      Video streaming latency/delay

      Ask your questions right here!
      • • • Kris
      2
      0
      Votes
      2
      Posts
      198
      Views

      ModeratorM

      @Kris a 3 second delay is very likely on the client side with buffering, or network backup. RViz is not an optimal way to achieve low latency video as ROS typically sends an uncompressed, full frame. The QGC video display has much lower latency and uses a compress RTSP stream.

    • KrisK

      Streaming Stereo Camera

      Ask your questions right here!
      • • • Kris
      21
      0
      Votes
      21
      Posts
      1187
      Views

      ModeratorM

      Typically hires is the only pipe with encoding enabled by default, but in this case tracking is being used. Can you make sure encoding is enabled for the tracking camera in voxl-camera-server.conf ?

      Or, can you just see if hires_enc is working in QGC first? That's what we ship by default on a fresh install hires_enc to QGC should by enabled by default.

    • KrisK

      voxl-vision-px4 not showing up

      Ask your questions right here!
      • • • Kris
      7
      0
      Votes
      7
      Posts
      344
      Views

      Eric KatzfeyE

      @Kris On seeker PX4 runs on flight core, a separate board, not on voxl. So no, you shouldn't see voxl-px4 running on voxl. And voxl-px4-imu-server is a service specific to RB5 platforms so it isn't applicable to seeker.

    • KrisK

      Flights in confined dusty environments

      Ask your questions right here!
      • • • Kris
      3
      0
      Votes
      3
      Posts
      245
      Views

      KrisK

      @Chad-Sweet
      Ok, thank you. I understand.

    • KrisK

      VOXL camera configuration

      Ask your questions right here!
      • • • Kris
      30
      0
      Votes
      30
      Posts
      1910
      Views

      KrisK

      @Eric-Katzfey
      I bought the Logitech C270 and tried testing it with some Gstreamer commands.
      So far I have been able to use it on my Linux PC with these commands.

      Connected to PC and viewing video;

      gst-launch-1.0 -v v4l2src ! video/x-raw,format=YUY2 ! videoconvert ! autovideosink

      Connected to PC and recording to PC;

      gst-launch-1.0 v4l2src device=/dev/video0 ! image/jpeg,width=640,height=480,framerate=30/1 ! jpegdec ! x264enc ! qtmux ! filesink location=C270.mp4 -e

      However, when I connect the C270 to the Seeker I cannot get any of these to work.
      I have tried different video devices 0-3 and I have also substituted the autovideosink with fakesink but these changes are still not working.

      Could you please show me a Gstreamer example for this Logitech C270 camera that works on the Seeker?
      I would like to either stream, record, or stream+record (possibly using tee) the video using gst-launch-1.0.
      Thank you

    • KrisK

      Manual Flight Mode to match Position Flight Mode

      Seeker
      • • • Kris
      1
      0
      Votes
      1
      Posts
      170
      Views

      No one has replied

    • KrisK

      uvc_get_stream_ctrl_format_size failed

      Ask your questions right here!
      • • • Kris
      39
      0
      Votes
      39
      Posts
      2898
      Views

      Eric KatzfeyE

      @Kris The intention with the Logitech camera was to use it with voxl-uvc-streamer as Tom pointed out. That way you have a complete working setup and then you can start changing one thing at a time to get to what you want. If you want to switch to a different camera then you can see the differences in the new camera from the Logitech camera and try to debug that way. If you want to add a record feature with GStreamer then you can fork our voxl-streamer code and add the functionality into that. If you want to do it with a gst-launch-1.0 command line pipeline then you are farther away from anything we currently support and it's going to be hard for us to offer much help. I do think that what you are trying to do should be possible.

    • KrisK

      Reconfiguring VIO

      Ask your questions right here!
      • • • Kris
      9
      0
      Votes
      9
      Posts
      797
      Views

      Steve TurnerS

      Use cam name = "stereo" and there should be an option for using either the left or right stereo camera.

      As Chad pointed out you will need to also configure extrinsics if they aren't already for the stereo camera.
      https://gitlab.com/voxl-public/voxl-sdk/services/voxl-qvio-server/-/blob/master/server/config_file.h#L155

      I have a PR to fix an issue with using a stereo camera here with the QVIO Server: https://gitlab.com/voxl-public/voxl-sdk/services/voxl-qvio-server/-/merge_requests/10 that you will need as well I believe.

    • KrisK

      Writing UVC frames to a file

      Ask your questions right here!
      • • • Kris
      7
      0
      Votes
      7
      Posts
      521
      Views

      KrisK

      @Alex-Gardner
      I am trying to get the C270 uvc camera to record its video or frames to the Seeker's onboard SD card.
      I have not had any luck using Gstreamer for this.
      Has this been successfully done with the voxl-record-video command from the dev branch?
      If so, how would I go about getting this to work?

    • KrisK

      Dfs Disparity Error

      Ask your questions right here!
      • • • Kris
      1
      0
      Votes
      1
      Posts
      154
      Views

      No one has replied

    • KrisK

      VOA suddenly stopped working

      Ask your questions right here!
      • • • Kris
      7
      0
      Votes
      7
      Posts
      463
      Views

      ?

      Hi,
      So sorry for the delay in response,

      Can you show an image of the dfs-disparity debug image, this is what gets piped into the voa monitor, and seeing what your stereo cameras are seeing will allow us to see if the issue is a sensor one or an integration one.

    • KrisK

      VIO flight capabilities

      GPS-denied Navigation (VIO)
      • • • Kris
      8
      0
      Votes
      8
      Posts
      975
      Views

      KrisK

      @Steve-Turner
      Thank you for your help.
      I realize you are not part of the ModalAi Dev Team, but I would like to ask for your help with this.
      There is more information that I have posted on this thread.
      I am lost, and would really appreciate any kind of help you could provide.

      Thank you.

    • KrisK

      MAVLink Odometry X Y value 0

      Ask your questions right here!
      • • • Kris
      78
      0
      Votes
      78
      Posts
      6219
      Views

      KrisK

      @Chad-Sweet @Adrian-Hidalgo @James-Strawson
      Everything is working now! THANK YOU so much for all your help!!!

    • KrisK

      Voxl WiFi range

      Ask your questions right here!
      • • • Kris
      3
      0
      Votes
      3
      Posts
      221
      Views

      KrisK

      @Eric-Katzfey Thank you for your reply and helpful information. 👍

    • KrisK

      Stereo Camera Calibration update?

      Ask your questions right here!
      • • • Kris
      11
      0
      Votes
      11
      Posts
      788
      Views

      modaltbM

      @Kris Thanks for the feedback!

    • KrisK

      VOXL UVC Server not connecting

      Ask your questions right here!
      • • • Kris
      19
      0
      Votes
      19
      Posts
      821
      Views

      local adL

      WOW what a great thread, so on time for me Thanks Kris

    • KrisK

      voxl-configure-cameras

      Ask your questions right here!
      • • • Kris
      9
      0
      Votes
      9
      Posts
      642
      Views

      KrisK

      @Alex-Gardner Thank you! That worked 👍

    • KrisK

      Seeker UVC camera

      Seeker
      • • • Kris
      2
      0
      Votes
      2
      Posts
      218
      Views

      tomT

      @Kris The LTE add-on board (M0030) has 2 JST ports for client USB devices