@Muqing-Cao In the voxl-vision-hub configuration file /etc/modalai/voxl-vision-hub.conf how is the parameter en_vio set?
ModalAI Team
-
RE: Starling 2 max no odometry even with qvio enabledposted in Ask your questions right here!
-
RE: M0187 and M0188 3D Modelsposted in 3D Models
@leandro , documentation for M0187 has been updated to include the 3D CAD file :
https://docs.modalai.com/M0187/#3d-drawings
Alex
-
RE: IMX664 Cameraposted in Ask your questions right here!
Hi @rpowerscat ,
You may be looking for these?
- https://docs.modalai.com/vtx-air-unit-datasheet/
- https://docs.modalai.com/vrx-ground-unit-datasheet/
Will check availability and get back to you..
Alex
-
RE: VOXL2 IMX664 supportposted in Image Sensors
Hello @namanthaker,
We typically do not provide the register configurations for the cameras because the camera drivers may contain confidential information from other sources.
However, the IMX664 camera is integrated with VOXL2, which can be used for testing and experimentation.
By the way, the camera drivers for VOXL2 are not contained in kernel modules, but in
sensormodulebinaries, which are loaded by the camera pipeline (just FYI). I am not aware of any way of extracting the register settings from those binaries.Alex
-
RE: Minimizing voxl-camera-server CPU usage in SDK1.6posted in Video and Image Sensors
Hi @Rowan-Dempster ,
I made a few changes (based on your branches) to libmodal-pipe and the 32-bit tools and now it seems to be working without any run time errors from the test tools or 64bit camera server:
https://gitlab.com/voxl-public/voxl-sdk/core-libs/libmodal-pipe/-/tree/ion-32bit-test
https://gitlab.com/voxl-public/voxl-sdk/utilities/voxl-mpa-tools/-/tree/ion-32bit-testThe issue in
libmodal-pipewas with a struct size difference for 32 / 64 bit systems.Please note that when you build libmodal pipe, do not deploy the 64bit version to voxl2 as it will break things. Later we will need to fix this up so the struct padding is platform dependent.
voxl-image-repubis working now . I had to disable the FD caching due to a strange issue (segfault) when inserting into std::map. Did not investigate why that happened. Without duplicating the FD (using the original FD in the callback, everything works). Also the 32-bit version ofvoxl-inspect-ion-streamworks as expected.Feel free to test this out. If you don't find any more issues, we can try to mainline this change after cleanup. I am a bit concerned that std::map insert failed, but it is possible this is because i am using the latest voxl-cross to build the app, but my test board is running on old SDK (and there could have been a c++ runtime libs update sometime in the recent voxl-cross).
Alex
-
RE: VOXL2 J19 QUP3posted in Ask your questions right here!
@voxltester That is not a normal option to choose via voxl-px4.conf. You will need to hand modify the startup script
/usr/bin/voxl-px4-startto properly start the driver in i2c mode. Use option-b 4to select that i2c bus. -
RE: Minimizing voxl-camera-server CPU usage in SDK1.6posted in Video and Image Sensors
Hi @Rowan-Dempster, thank you. I will take a look today.
Alex
-
RE: VOXL Mini 4 in 1 ESC queryposted in ESCs
Hi @Aaky, can you please confirm which ESC you are using for this drone? This thread is related to the mini ESC, and i just want to make sure that you are not using that for the relatively heavy drone.
Alex
-
RE: Minimizing voxl-camera-server CPU usage in SDK1.6posted in Video and Image Sensors
I think you are close.. sure, if you want to share the diff or make a fork of the repos, I will try it out.
Alex
-
RE: Different package version from voxl-cross and Voxl2posted in Ask your questions right here!
@remill libusb doesn't use cmake. It uses autogen.sh, configure, make, etc. These are standard Linux build tools. If you enter a query such as "How do I build libusb on Linux?" into Google and check AI mode it will provide you with all the steps.