ModalAI Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. JP Drone
    3. Topics
    • Profile
    • Following 8
    • Followers 1
    • Topics 13
    • Posts 42
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by JP Drone

    • JP DroneJ

      Unexpected characters appearing on OSD

      Ask your questions right here!
      • • • JP Drone
      3
      0
      Votes
      3
      Posts
      89
      Views

      JP DroneJ

      @Eric-Katzfey Thank you for your work!
      It successfully resolved the issue. The unexpected characters no longer appear on the OSD.
      I appreciate your support and quick response.

    • JP DroneJ

      Support Photo/Video Capture via RC Switch

      Feature Requests
      • • • JP Drone
      3
      0
      Votes
      3
      Posts
      112
      Views

      B

      @JP-Drone said in Support Photo/Video Capture via RC Switch:

      MAV_CMD_IMAGE_START_CAPTURE

      How are you handling the mavlink camera protocol exchange within voxl-px4? I know that there is the ability to forward commands to the GCS if using mission commands (but not manually flipping an RC switch).

      Alternatively when using a joystick you can map a button to image capture: https://docs.px4.io/v1.15/en/camera/mavlink_v2_camera.html#manual-controllers

      Currently the mavcam manager fully implements the camera protocol to send the ack for the incoming mavlink commands. It also handles the capture and video stream status (satisfies the mavlink camera protocol).

      My only issue with implementing this is that the upstream voxl-px4 will not be camera protocol compliant and thus we are bypassing the entire protocol just to get camera image capture from the autopilot instead of the GCS (which also implements the same camera protocol). If you have a way to implement the protocol (even a stripped down version of it) please send a link so I can look at the code.

    • JP DroneJ

      Camera Display on Portal Using a Smartphone

      Ask your questions right here!
      • • • JP Drone
      2
      0
      Votes
      2
      Posts
      73
      Views

      Alex KushleyevA

      @JP-Drone ,

      Please try to upgrade to latest voxl-portal version from here : http://voxl-packages.modalai.com/dists/qrb5165/dev/binary-arm64//

      I just tested on iphone displaying individual and multi view, it works. What camera feed are you selecting (name)?

      The non "encoded" feeds are compressed to mjpeg format which should play on majority of browsers.

      I will check regarding the video recording feature in voxl-portal.

      Alex

    • JP DroneJ

      Request for QURT Compatibility for OSD Program

      Ask your questions right here!
      • • • JP Drone
      12
      0
      Votes
      12
      Posts
      446
      Views

      JP DroneJ

      @Eric-Katzfey
      Thank you for your quick update.
      I was able to confirm that it is functioning properly.
      Really appreciate your support. Wishing you a wonderful New Year!

    • JP DroneJ

      VOXL 2 Mini & VOXL Mini 4-in-1 ESC Configuration for PWM Motor Control

      ESCs
      • • • JP Drone
      18
      0
      Votes
      18
      Posts
      1181
      Views

      Alex KushleyevA

      @Jeremy-Frederick, can you specify which ESC you are asking about?

      The PWM pins on the ModalAI ESCs (which have the pwm signals on a connector or test pads) are bi-directional, and yes they could be used as PWM output. However, a firmware change is required and enabling PX4 to send out PWM signals is another change

      We were considering enabling this feature but it is not yet implemented. Can you please provide more information about your requirements?

      what type of PWM signal are you trying to send ? min/max range, update frequency, (is it one shot, or just preriodic) how often are you planning to update the value of this PWM signal? how many PWM signals do you need? what is the source for the control of PWM signal in your application (RC or something else?). The reason why I am asking, the ESC would need to receive a serial data packet from voxl_esc driver in px4, so somehow that pwm output information would need to enter the voxl_esc driver.

      Alex

    • JP DroneJ

      voxl-camera-server error after upgrading SDK 1.1.2 on VOXL Flight (HiRes+Tracking+ToF)

      VOXL Flight
      • • • JP Drone
      6
      0
      Votes
      6
      Posts
      377
      Views

      tomT

      @JP-Drone VOXL Flight doesn't handle cameras any differently than VOXL so that is a bit surprising to me that it would work on one but not the other as they are they same hardware and software

    • JP DroneJ

      Tracking orientation settings

      Ask your questions right here!
      • • • JP Drone
      2
      0
      Votes
      2
      Posts
      232
      Views

      JP DroneJ

      solved.
      I found rotate_tracking option of voxl-configure-cameras command.

    • JP DroneJ

      Starvis IMX412 doesn't work with VOXL

      VOXL Flight
      • • • JP Drone
      2
      0
      Votes
      2
      Posts
      228
      Views

      Chad SweetC

      this usually means one of the following:

      camera configuration does not match what is installed. the configuration needs to match what is installed, not what you want to use a connector is not properly seated a connector is backwards
    • JP DroneJ

      MAVLink 1

      VOXL
      • • • JP Drone
      6
      0
      Votes
      6
      Posts
      431
      Views

      JP DroneJ

      @Eric-Katzfey Yes, it works.
      I am not sure if changing the settings on the GCS side will affect the connection to other copter.
      But now it seems fine.
      Thanks.

    • JP DroneJ

      ERROR: failed to initialize IMU0

      VOXL Flight Deck
      • • • JP Drone
      9
      0
      Votes
      9
      Posts
      731
      Views

      S

      @JP-Drone In my case, I was using the rb5 so the correct service was voxl-px4-imu-server, which was already running. The qvio, vison-px4 takes imu from imu_px4 not imu0. This is specific for the rb5.

    • JP DroneJ

      Unable to send mav commands by voxl-mapper

      Ask your questions right here!
      • • • JP Drone
      3
      0
      Votes
      3
      Posts
      248
      Views

      JP DroneJ

      @Matt-Turi Thank you for your quick response.
      After updating to v0.0.5, it worked!

    • JP DroneJ

      Prop Guard

      Seeker
      • • • JP Drone
      1
      0
      Votes
      1
      Posts
      185
      Views

      No one has replied

    • JP DroneJ

      How to make system backup

      Ask your questions right here!
      • • • JP Drone
      2
      0
      Votes
      2
      Posts
      209
      Views

      ?

      If you've made specific changes to specific config file you'll need to back them up manually either to a host pc or the data partition, otherwise the data partition will be saved which contains the camera calibration files and the factory settings for the config files which can be restored on a new system with voxl-configure-mpa --factory-reset