• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Register
  • Login
ModalAI Forum
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
    • Register
    • Login
    1. Home
    2. Eric Katzfey
    3. Best
    • Profile
    • Following 0
    • Followers 11
    • Topics 1
    • Posts 1,622
    • Best 72
    • Controversial 3
    • Groups 3

    Best posts made by Eric Katzfey

    • How to stream hires camera at VGA resolution and simultaneously capture 4k30 to a file

      There is a new module under development that allows you to pipe VGA (640x480) video from the hires camera at 30fps via MPA so that it can be streamed with voxl-streamer using RTSP while simultaneously saving 4k HD video at 30fps encoded as h265 into a file, preferably on the SD card on voxl. This module is now available in beta and will be officially released in upcoming releases of the voxl SDK for voxl, rb5-flight, and voxl 2. The beta package is available using wget https://storage.googleapis.com/modalai_public/modal_packages/archive/voxl-hires-server_0.0.1.ipk. It is meant for use on voxl only and is compatible with voxl platform release 3-3-0-0.5.0-a. In order to use it with voxl-camera-server, reconfigure voxl-camera-server to not use the hires camera. For example, call voxl-configure-cameras and choose option 1 Tracking + Stereo to allow voxl-camera-server to access the tracking and stereo cameras but not the hires camera. Then you can use voxl-hires-server for the hires camera. Use voxl-hires-server -h to see the available options. More documentation will be available upon official release of this new package.

      posted in Ask your questions right here!
      E
      Eric Katzfey
      26 Apr 2022, 20:05
    • RE: Streaming 4K video from Qualcomm RB5 drone

      @kitkatSG Yes, we have enabled most resolutions in that sensor now and are preparing a release to address this issue.

      posted in Qualcomm Flight RB5 5G Drone
      E
      Eric Katzfey
      27 Jun 2022, 17:21
    • RE: Ardupilot : connection with Mission Planner

      @Kessie Excellent, glad to hear you got it working! And thanks for adding the details on what you had to do to the posting!

      posted in VOXL 2
      E
      Eric Katzfey
      26 Feb 2025, 22:05
    • RE: having trouble using docker on the sdcard

      @JoeC Seems like it is an SD card issue. I was able to recreate the problem when using a SanDisk Extreme 32GB card. But when using a SanDisk Ultra 16GB card everything works fine.

      posted in Ask your questions right here!
      E
      Eric Katzfey
      20 Jan 2022, 22:13
    • RE: Maximum I2C Clock Frequency

      @Morten-Nissov 1MHz is a supported clock rate for i2c on the DSP based on what I can see in the code. But we have never tried running a device at 1MHz on i2c so it's tough to say why it wouldn't be working for you.

      posted in Ask your questions right here!
      E
      Eric Katzfey
      21 Mar 2024, 18:15
    • RE: VOXL2 I2C access from FC

      @ceu-gomez PX4 on VOXL2 is composed of two separate applications. One is on the applications processor (running Ubuntu) and the other is on the DSP (running Qurt RTOS). They use the muorb module to communicate topic data back and forth. The spare i2c on J19 is mapped to the DSP, not the applications processor, so Ubuntu has no access to it. To gain access to it on Ubuntu side with PX4 running would require some new code. This is something that is on our development roadmap but no definitive answer on when we will be able to get to it.

      posted in ROS
      E
      Eric Katzfey
      13 Jan 2024, 17:10
    • RE: Custom px4-firmware build on StarlingV2

      @smilon Yes, in order to build you can follow the README in the voxl-px4 project. The Docker provides the build environment so you need to use it.

      posted in PX4 Autonomy Developer Kit
      E
      Eric Katzfey
      22 Jan 2024, 17:10
    • RE: ModalAI uORB topic file handle location

      @Dan It's not really documented anywhere other than the source code. The best place to look is at the muorb module code. That is what implements the uorb communicator interface to allow advertisements, subscription requests, and topic data to flow between the DSP and the Linux side.

      posted in VOXL 2
      E
      Eric Katzfey
      7 Feb 2023, 15:47
    • RE: VOXL2: Adjusting bandwith of video streaming

      @Curious By default the voxl-streamer application assumes a wireless link. But you can change the configuration as needed. See https://docs.modalai.com/voxl-streamer/

      posted in Image Sensors
      E
      Eric Katzfey
      18 Jun 2024, 20:03
    • RE: voxl-streamer client repetitive connect/disconnect

      An update to UVC camera support has been started. It will increase number of supported cameras by allowing MJPEG and will increase number of supported viewers including latest QGroundControl versions. Target availability is mid-December.

      posted in Ask your questions right here!
      E
      Eric Katzfey
      15 Nov 2021, 16:11
    • RE: Issue with ROS2 set-up, Deserialization of UORB Topics

      @Zachary-Lowell-0 The updated Debian package can be found here: http://voxl-packages.modalai.com/dists/qrb5165/dev/binary-arm64/voxl-mpa-to-ros2_0.0.3-202406240850_arm64.deb

      posted in ROS
      E
      Eric Katzfey
      25 Jun 2024, 15:40
    • RE: Custom px4-firmware build on StarlingV2

      @smilon You can find the updated package here: http://voxl-packages.modalai.com/dists/qrb5165/staging/binary-arm64/libfc-sensor_1.0.5_arm64.deb

      posted in PX4 Autonomy Developer Kit
      E
      Eric Katzfey
      24 Jan 2024, 16:25
    • RE: ModalAI uORB topic file handle location

      @Dan You have to look for the definition of the px4_open function. On Nuttx it is defined as the OS open function. Otherwise it is defined as an external function. Look at src/lib/cdev/posix/cdev_platform.cpp

      posted in VOXL 2
      E
      Eric Katzfey
      7 Feb 2023, 17:00
    • RE: voxl-tag-detector fails to start on V3.3 "Missing lens_cal_file"

      @PawelJ Bear with us. Our subject matter experts are out on summer vacation this week.

      posted in VOXL m500 Reference Drone
      E
      Eric Katzfey
      7 Jul 2021, 16:36
    • RE: Voxl 2 SDK 1.1.1

      @JoeC SDK 1.1.1 is now available. Please use the installer in the voxl2_SDK_1.1.1.tar.gz archive to install this.

      posted in VOXL SDK
      E
      Eric Katzfey
      30 Nov 2023, 17:51
    • RE: voxl-streamer client repetitive connect/disconnect

      @wilkinsaf The configuration file for voxl-streamer is documented here: https://docs.modalai.com/voxl-streamer/#configuration-file-format

      posted in Ask your questions right here!
      E
      Eric Katzfey
      16 Nov 2021, 15:31
    • RE: Is there an on board way to access DSP logs?

      @Aidan-Dempster The PX4 messages from the DSP side are sent over to the applications processor side to be displayed along with the PX4 messages generated on the applications processor side. The ones from the DSP side are prefixed with the [SLPI] tag.

      posted in VOXL 2
      E
      Eric Katzfey
      22 Jun 2023, 17:11
    • RE: Starling 2 Max Crashes in Position Hold Mode After Disabling Magnetometer for Indoor Flight

      @berayksl Flight logs are in /data/px4/log

      posted in Starling & Starling 2
      E
      Eric Katzfey
      8 days ago
    • RE: voxl-logger record data from all the cameras

      @boga Have you read this: https://docs.modalai.com/voxl-logger/

      posted in VOXL SDK
      E
      Eric Katzfey
      26 Apr 2024, 16:07
    • RE: voxl-streamer client repetitive connect/disconnect

      @wilkinsaf The configuration for voxl-camera-server is discussed here: https://docs.modalai.com/voxl-camera-server/#configuration

      posted in Ask your questions right here!
      E
      Eric Katzfey
      16 Nov 2021, 15:32
    Powered by NodeBB | Contributors