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

    Topics created by AndriiHlyvko

    • A

      UVC camera video recording and encoding implementation

      VOXL SDK
      • • • AndriiHlyvko
      4
      0
      Votes
      4
      Posts
      153
      Views

      A

      @Eric-Katzfey @Alex-Kushleyev not exactly what I was looking for. I already implemented it using ffmpeg library. Basically I wanted to use voxl-send-command utility to send start/stop recording commands while also have the ability to save snapshots. I didn't like the idea of using gstreamer pipes for implementing this so I chose ffmpeg. I think my solution is good enough for now. I am able to start/stop recordings do snapshots and embed xmp metadata into the snapshots. Although I might come back to using OMX library if I decide I need the hardware encoding.

    • A

      VOXL-MAVCAM-MANAGER crashes on MAV_CMD_VIDEO_START_CAPTURE mavlink command when trying to record video

      Software Development
      • • • AndriiHlyvko
      3
      0
      Votes
      3
      Posts
      186
      Views

      A

      @Eric-Katzfey I figured out the problem. I changed the mavlink pipe to mavlink_onboard keeping the channel number as 1. Setting the channel number as 2 seems to fix the problem. I haven't looked into the implementation of modal-pipe architecture but I thought that the channel number is just used by the client of the pipe (kind of like an open file descriptor number?). Basically it looks like having the channel number as 1 breaks the mavlink pipe somehow.

    • A

      voxl-camera-server default exposure results in black snapshots + snapshot filename aliasing

      VOXL SDK
      • • • AndriiHlyvko
      1
      0
      Votes
      1
      Posts
      129
      Views

      No one has replied

    • A

      voxl-camera-server more exif metadata bugs

      VOXL SDK
      • • • AndriiHlyvko
      11
      0
      Votes
      11
      Posts
      699
      Views

      Eric KatzfeyE

      @AndriiHlyvko Thanks! We have merged in those changes.

    • A

      voxl-camera-server bugs with snapshot capture for mapping

      VOXL SDK
      • • • AndriiHlyvko
      11
      0
      Votes
      11
      Posts
      594
      Views

      A

      @tom cool. I created an MR with wrong source branch by mistake so just delete that one. But this one is the right one: https://gitlab.com/voxl-public/voxl-sdk/services/voxl-camera-server/-/merge_requests/42

    • A

      Voxl Mavcam Geotagging Support

      VOXL SDK
      • • • AndriiHlyvko
      2
      0
      Votes
      2
      Posts
      171
      Views

      ModeratorM

      @AndriiHlyvko On VOXL 2, the snapshot pipe from voxl-camera-server will use the latest gps data and update the exif data of the jpg image with the latitude and longitude

      voxl-camera-server receives GPS data here

      voxl-mavlink-server publishes GPS data here

      You can use the voxl-inspect-gps tool to verify the GPS data is being published correctly

    • A

      Building voxl-streamer on voxl-cross Docker image

      Software Development
      • • • AndriiHlyvko
      7
      0
      Votes
      7
      Posts
      428
      Views

      Eric KatzfeyE

      @AndriiHlyvko The issue is with dependencies. The emulator is built using the actual filesystem used on the VOXL platform so you get all of the correct dependencies. With voxl-cross it is sometimes very difficult to setup the dependencies properly.

    • A

      RTSP Streaming (to QGC on Android) issues on VOXL Mini

      VOXL 2 Mini
      • • • AndriiHlyvko
      8
      0
      Votes
      8
      Posts
      559
      Views

      Alex KushleyevA

      @AndriiHlyvko , thank you for following up with your solution!

    • A

      Repurpose SPI on J10 for SLPI use

      VOXL 2
      • • • AndriiHlyvko
      4
      0
      Votes
      4
      Posts
      305
      Views

      VinnyV

      Hi @AndriiHlyvko
      The chip is not infinity flexible. Many things are fixed/set in hardware meaning either the silicon device or the PCB. There is no internal cross-bar in the QRB5165 that allows for 100% remapping like on FPGAs.

      Please see these pages:
      https://docs.modalai.com/expansion-design-guide/#qups-the-key-io-groups-for-expansion
      https://docs.modalai.com/voxl2-qups/

      Hope that helps explain things a little.

    • A

      VOXL2 dfs server crashing after update (stack smashing)

      GPS-denied Navigation (VIO)
      • • • AndriiHlyvko
      12
      0
      Votes
      12
      Posts
      1066
      Views

      ?

      @SMRazaRizvi @madswamp @Jgaucin @AndriiHlyvko @camharrisvayu

      Hey all, apologies on this. We were finally able to recreate the issue but unable to determine what the root cause was. Regardless, we have a new SDK (1.1.0) released which isn't showing the stack smashing issue.

      https://developer.modalai.com/asset/2

      Please let me know if this is still an issue and sorry for the wait on this.

      Thanks,
      Thomas Patton

    • A

      VOXL2 Flash new PX4 firmware

      VOXL 2
      • • • AndriiHlyvko
      4
      0
      Votes
      4
      Posts
      349
      Views

      A

      Thanks @Aidan-Dempster, that worked.

    • A

      Stereo camera calibration not working during extrinsics

      Ask your questions right here!
      • • • AndriiHlyvko
      7
      0
      Votes
      7
      Posts
      627
      Views

      A

      Ok. I figured out the problem. The problem was my calibration chessboard. I taped the pattern to a cardboard box which resulted in some warping of the pattern. After I glued the pattern onto a flat hard surface the calibration worked.