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

    Posts made by marian

    • RE: VOXL flight wifi in soft AP - only 2 connections possible

      @Alex-Kushleyev thanks for your reply.

      I follow the topic you provide, but still don't work. I have set up the max_num_sta=32, restart the wifi / reconfigure the wifi , still have only 2 connections permitted.

      I didn't find anything else in the configuartion or the scripts which can limit the connections.
      Did the hardware have a limitation instead of it?

      posted in VOXL Flight
      M
      marian
    • VOXL flight wifi in soft AP - only 2 connections possible

      Hi,

      I use voxl flight with the Wi-Fi on soft AP mode, and its allow to connect only 2 devices at it at the same time. Can increase this limit?

      posted in VOXL Flight
      M
      marian
    • RE: Deleted "/" by error

      @tom Thank you!

      posted in VOXL Flight Deck
      M
      marian
    • RE: Deleted "/" by error

      @modaltb Thank you for your quick response.

      It doesn't detect adb when I connect with the usb cable, so I think I need to use the second option. Do I need to purchase an USB Expander and Debug Add-On board, or Voxl flight deck already has one integrated?

      posted in VOXL Flight Deck
      M
      marian
    • Deleted "/" by error

      Hello,

      I deleted "/" by error on my Voxl 1 flight deck. i stopped the process when I figured out, but I can connect anymore to the Voxl.

      Is there a way to reinstalled the Voxl from scratch?

      posted in VOXL Flight Deck
      M
      marian
    • RE: UVC Server - can't change the resolution

      @Eric-Katzfey Sorry for bothering you, I finally found the problem, the frame rate is very low when choosing better resolution than 640x480. Changing the frame rate accordingly it is working fine.

      Thanks for your support.

      posted in Modal Pipe Architecture (MPA)
      M
      marian
    • UVC Server - can't change the resolution

      Hi, I use an uvc camera which supports several resolution up to 3840 x 2160 @ 30fps.

      Using uvc-server whit default resolution is working just fine, but when I try to change the default resolution doesn't work anymore (I tried different resolutions, frame rates ...), as can see in the screen below:

      IMG_2896.jpg

      Here is the voxl-version I use:
      IMG_2897.jpg

      Can you please advice how to proceed?

      posted in Modal Pipe Architecture (MPA)
      M
      marian
    • RE: Which Hires to use?

      @Chad-Sweet Thanks for your support!

      posted in Image Sensors
      M
      marian
    • RE: Which Hires to use?

      @Chad-Sweet Thanks Chad! Do you have a date when the M0061 could be available?

      posted in Image Sensors
      M
      marian
    • RE: Which Hires to use?

      @ModalaiTeam your support on this will be much appreciated. Thanks!

      posted in Image Sensors
      M
      marian
    • RE: Which Hires to use?

      I would like to specify, that I was looking to use a hires cam featured by Modalai. The only one I found in your catalogue is MSU-M0026-1-01.

      Did this camera can be good for my case? Did this camera can be used with other lens if needed?

      posted in Image Sensors
      M
      marian
    • Which Hires to use?

      I use Voxl deck indoor and one of the function I look for is to take photos from 1 to 1,5m distance from the objects, and still be able to see details as small numbers or letters in these photos.

      I tried with the mounted hires cam on Voxl (IMX 214) but the maximum distance I got to work is about 0,5m from the target event on trying to adjust the focus on it.

      Can you let me know how to proceed? do I need to change the hires cam? if yes, please recommend which hires cam can work for my case.

      posted in Image Sensors
      M
      marian
    • RE: Looking to install voxl-suite v.0.8.0 for VOXL1

      @Alex-Gardner I installed the 0.8 on the voxl, and mow I'm trying to configure the voxl flight deck for a new drone, but it seems to not work at all. I chose the frame type and once applying the modification, the system restart as normal. Once restarted, it ask again to chose the frame type, it doesn't keep the previous settings.

      Have you any idea what can be?

      posted in VOXL Flight Deck
      M
      marian
    • RE: Looking to install voxl-suite v.0.8.0 for VOXL1

      @Alex-Gardner Thanks for your response. I'm not using the tof on this case, so I'll follow your instruction and give it a try.

      posted in VOXL Flight Deck
      M
      marian
    • Looking to install voxl-suite v.0.8.0 for VOXL1

      I'm looking to download and install voxl-suite v.0.8.0 for Voxl 1.
      On the download page https://developer.modalai.com/categories I found it only for Voxl 2.

      Could you please provide a link for the v.0.8.0 image on Voxl 1 ?

      posted in VOXL Flight Deck
      M
      marian
    • /run/mpa/hires not running after firmware update

      Hi, I have a Voxl flight deck with hires, tracking and stereo configuration I once I did the firmware update to the latest version, the /run/mpa/hires server not running any more.

      If I run "voxl-inspect-cam hires" I get : waiting for server at /run/mpa/hires/

      But, if I run "voxl-inspect-cam hires_preview" I get the right server fir hires.

      How can I change it to have the right run/mpa to use for hires?

      posted in VOXL Flight Deck
      M
      marian
    • RE: ADB devices not found

      @Bright-Nnadi I understand. I followed the steps below and it works fine for me, I hope that will help you too.

      1. Installation steps :
        Install ADB for windows
        Install adb for ubuntu.

      Check the version on both systems. On ubuntu, if using apt will install an older version than Windows, so should install it via platform-tools provided by Android studio

      For Using ADB follow the steps below:
      a) Run PowerShell in Admin mode, and go to the folder where ADB is located
      There tape the command below:
      .\adb.exe -a -P 5037 nodaemon server

      That should connect and show the devices:
      adb.exe I 02-28 17:55:47 13580 13948 adb.cpp:171] c6f37030: already offline

      N.B.: The first time we run it, it will open a security window to give it access through the Firewall. Select the both, local and public network. It is needed to access the device through WSL (see step below).

      Into another PowerShell window can connect to the device via .\adb.exe shell

      b) on Ubuntu client :

      Take the IP address of the WSL from the windows station:
      ifconfig -> for me is something like 172.23.0.1 …

      Look into the /etc/resolv.conf => there should be the address below, if not change it to this one

      Run the command:
      adb -H 172.23.0.1 -P 5037 devices

      That should allow you to connect to adb device from Ubuntu client on Windows.

      posted in VOXL-CAM
      M
      marian
    • RE: ADB devices not found

      @Bright-Nnadi Hi, did you install ubuntu on windows and using via wsl, or you have a linux machine with ubuntu installed that you use?

      posted in VOXL-CAM
      M
      marian
    • RE: Link VIO to stereo instead of tracking camera

      @Alex-Gardner Thank you, is looking good and promising for this use case. I'll give it a try.

      posted in VOXL-CAM
      M
      marian
    • RE: Building new docker image error - Cmake version not good

      @CY-1992 said in Building new docker image error - Cmake version not good:

      ubuntu:20.04

      Thanks @CY-1992 is working just fine!

      posted in Software Development
      M
      marian