Skip to content
  • 0 Votes
    2 Posts
    256 Views
    Alex KushleyevA
    Hello @ישראל-בן-שלמה , Please see some options below and the recommendations at the end. For reliable VIO, we recommend dual tracking cameras. The tracking cameras are very light, so the extra 3 grams will give you lots of safety margin AR0144 is probably the best option since this is what we use. 2.2g with 80mm coax cable OV7251 camera (M0014) is probably the smallest (it is lower resolution also 640x480 vs 1280x800 for AR0144). ov7251 is EOL but it looks like we have some in stock. the weight of M0014 module is 0.5g (with the flex cable). However, to connect it to VOXL2 / mini, you would need an interposer like M0076 (0.6g) ( or M0135 (1.0g) IMX214 (M0025 module, https://docs.modalai.com/M0025/ ) may be the lightest 4K camera we have (0.7g with flex cable), but it is very old and sensor + lens quality is very far from our newer (and heavier) IMX412- and IMX664-based camera modules. Flir Boson 320 is a bit heavy too. The one i have with lens is about 23g. Most of the weight is the lens, i think. for connecting Boson to a Voxl2 Mini, you should use M0194 ( https://www.modalai.com/products/m0194 ) Boson → M0201 → coax → M0194 → VOXL 2 Mini J6 or J7? you can plug in another camera into M0194, such as AR0144 (coax version) or the IMX412 (coax version) The best option in terms of support (no EOL components) and hardware quality, would probably be: VOXL2 Mini (11g) M0195 (5.0g) -- see C43 configuration : https://docs.modalai.com/M0195/ Boson + M0201 + coax -> plugs directly into M0195. weight of M0201 + 80mm coax is 1.7g + 0.7g = 2.4g. Need to add weight of Boson! one or two AR0144 (M0166) -- 2.2g with 80mm cable (each) hires camera (IMX412) M0161 : 8.5g with 800mm coax cable Minimal Config VOXL2 Mini (11g) M0194 plugged into J7 (1.4g) + 80mm coax (0.7g) + M0201 (1.7g) + weight of Boson M0166 AR0144 (2.2g with 80mm coax) plugged into M0194 M0076 (0.6g) plugged into VOXL2 mini J6 M0025 IMX214 camera (0.7g) plugged into M0076 ** note that this is mixing the coax and non-coax cameras, but i think this should work. we would need to give this a quick test to make sure. Alex
  • 0 Votes
    1 Posts
    91 Views
    No one has replied
  • AR0144 on voxl2 J8? Or alternative 4x AR0144 Config?

    Unsolved VOXL SDK and Software camera
    4
    0 Votes
    4 Posts
    2k Views
    Alex KushleyevA
    @jameskuesel , I think there is another option which i have not considered before. The first three cameras are the same as above: : M0173 J1: AR0144 slot 0 : CCI0 : M0173 J2: AR0144 slot 6 : CCI1 : M0173 J5: AR0144 slot 2 : CCI2 Then if we use J8U (which can be done using M0181 - it allows you to connect a Boson sensor to lower slot, and a tracking / hires camera to upper slot). Then the fourth camera would be: VOXL2 J8: M0181 Upper : AR0144 slot 5 : CCI3 And there are no CCI conflicts. One issue is that we don't typically sell M0181 by itself (only in a kit). Instead you could use two other options, both of which allow connecting a tracking / hires camera to the upper slot: M0194 : https://www.modalai.com/products/m0194/ M0172: https://docs.modalai.com/M0172/ / https://www.modalai.com/products/mdk-m0172-1-00 The only down side of using M0172 / M0194 instead of M0181 is that the two alternatives do not have a mounting hole that would align with VOXL2 mounting hole, but M0181 does have a tab with a mounting hole for VOXL2 J8, see below. The M0172 and M0194 were really designed as mainly options for VOXL2 mini. [image: 1780458131518-98d5f0ec-7f07-44bf-b002-036aefd3921d-image.png] [image: 1780458149322-c9c77086-b5fc-4215-99a2-fdc310d6f18c-image.png]
  • Add new Seek USB thermal camera sensor

    Unsolved VOXL SDK and Software camera
    2
    0 Votes
    2 Posts
    1k Views
    Eric KatzfeyE
    @Jskim This is the repo we use for support of UVC cameras: https://gitlab.com/voxl-public/voxl-sdk/services/voxl-uvc-server. I don't think it will work directly with Seek cameras but you can try. In my experience each new camera requires a bit of integration work and updates to that code.
  • Tracking and target ID

    Unsolved VOXL SDK and Software camera
    1
    0 Votes
    1 Posts
    728 Views
    No one has replied
  • High res camera latency

    Unsolved VOXL SDK and Software camera
    3
    0 Votes
    3 Posts
    2k Views
    Alex KushleyevA
    Hi @bschulzhf , voxl-inspect-cam -a command should not be generally used as it puts a lot of stress on the system. just use it to inspect the stream that you need, such as voxl-inspect-cam hires_down_large_color. Also, in your camera config changes, it is not clear exactly what changes you actually made, since you did not provide a diff (but i can see that you probably disabled all the streams except for the preview stream). In any case, you should revert your changes and just inspect the stream you need to estimate the latency. If you want to provide more information about your application, we can suggest appropriate camera server parameter changes. I do see that ae_desired_msv": 60 is potentially too dark (the target average pixel value for auto exposure control) - you can try increasing it and see if the image is too dark. Alex
  • Contributing back to voxl-camera-server

    Unsolved VOXL SDK and Software camera
    1
    0 Votes
    1 Posts
    865 Views
    No one has replied
  • Periodic Intra Video Refresh

    Unsolved VOXL SDK and Software camera
    2
    0 Votes
    2 Posts
    1k Views
    Alex KushleyevA
    @Anthony-Kang , we are looking into this. However, initial attempts to enable Intra Refresh on VOXL2 via the OMX api did not succeed either for h264 or h265. Also h265 does not work with fixed Macro Blocks (Coding Tree Units instead), so it seems the OMX structures for this param would not work with h265. Alex
  • Snapshot crashes voxl-camera-server

    Unsolved VOXL SDK and Software camera
    7
    0 Votes
    7 Posts
    3k Views
    R
    I tested the fix and snapshots work now, thank you very much!
  • Camera status when voxl-camera-server is not running

    Unsolved VOXL SDK and Software camera
    2
    0 Votes
    2 Posts
    1k Views
    Alex KushleyevA
    @SKA , Most of the supported cameras (except for Boson, Hadron) have their reset signal connected to VOXL2, so when the cameras are not in use, they are shut down via the reset pin. This means that the camera modules may still get power, but they are shut down. There are many power rails and interposers - some power rails remain on all the time (5.0, 3.8V) and others may be shut down by PMIC when not in use. Different cameras use different power rails for their operation, so it is hard to answer this question without knowing the specific use case. Alex
  • Hadron ov64b snapshots have a vertical image artifact

    Unsolved VOXL SDK and Software camera
    34
    1
    0 Votes
    34 Posts
    14k Views
    Alex KushleyevA
    @cguzikowski , Sorry for the delay. Regarding the new HW not working, since you have two identical setups, i would recommend swapping components to identify what exactly is not working. This is the most efficient way to diagnose it. From the logs you provided, the ov64b camera is detected and initialized, it seems, but no frames come in, which could be a cabling or interposer issue. I will get back to you with an update on the lens shading tomorrow. Alex
  • How to fix the UVC camera DEVICE ID

    Unsolved VOXL SDK and Software camera
    7
    1
    0 Votes
    7 Posts
    4k Views
    J
    Thank you for the quick reply. I will try doing as you instructed and post the results. Thank you. Kim
  • Support for other Thermal Cameras

    Unsolved VOXL SDK and Software camera
    3
    0 Votes
    3 Posts
    2k Views
    S
    Hi @Vinny Thank you for your reply! That's good news:) We are looking forward to it!
  • EIS cam-server crash

    Unsolved VOXL SDK and Software camera
    2
    0 Votes
    2 Posts
    1k Views
    Alex KushleyevA
    @SKA , I am not sure. please disable all streams except preview and try again. specifically disable: small_video large_video snapshot Double check to make sure: en_raw_preview: true en_preview: true en_misp : true It seems you have at least small_video enabled. What camera resolution are you requesting? (preview_width, preview_height) Alex
  • IMX664 MISP decoding issue

    Unsolved VOXL SDK and Software camera
    5
    1
    0 Votes
    5 Posts
    3k Views
    M
    Hi @Alex-Kushleyev, sorry for the late reaction, it took some time before i could update to the new SDK (1.6). the system now works normally with the resolution 2704x1540, and downscaled to 1920x1080 for the MISP pipeline. Thanks for the help!
  • VOXL2 QVIO Auto-Resets & I²C Errors on Startup

    Unsolved VOXL SDK and Software camera
    2
    0 Votes
    2 Posts
    1k Views
    Alex KushleyevA
    @yashpatel , Please see some responses below: i2c_geni a84000.i2c / 884000.i2c: i2c error :-107 This is likely due to a service that is enabled for a sensor that's not present, so the service is restarting and trying to detect the sensor. please make sure the voxl-rangefinder-server is not running and also voxl-lepton-server. you can disable the service using systemd : systemctl disable voxl-rangefinder-server. CAM_ERR: CAM-SENSOR: cam_cci_i2c_read: 35 rc = -22 this one is usually present when you have a sensormodule driver in /usr/lib/camera for a camera that is not actually plugged in, so the probe fails. Double check the cameras that you have plugged in vs sensormodules peresent in the directory above. However, this is usually harmless, if all of your cameras are working properly. Pin conflict.. We will double check that, but GPIO 130 is on a Board to Board connector that you are most likely not using, so that should not be an issue. VIO performance.. please review : https://docs.modalai.com/flying-with-vio/ try to identify the condition that caused the low feature count (look at the actual images, if possible). may need some hand-held testing and looking at the output. Please let us know if you have any other questions. Alex
  • 0 Votes
    5 Posts
    1k Views
    H
    @Alex-Kushleyev I made the following changes. Modified the DTS files as stated prior. Flashed the devcfg.mbn file from SDK 1.0.0 I did not need to configure the level shifter actually. The port worked in SPI mode even without running voxl-gpio -w 67 1. Running the command doesn't seem to change anything. I used Channel 1 on /dev/i2c-0 for the second lepton. I simply wrote TCA9543A_CHANNEL_1_ENABLE to TCA9543A_CONTROL_REGISTER in voxl-lepton-server. I pretty much followed what was described here.
  • M0173 with 4 AR0144 Tracking cameras

    Unsolved VOXL SDK and Software camera
    20
    0 Votes
    20 Posts
    8k Views
    H
    @Alex-Kushleyev sure thing. As per your suggestion, I modified voxl-lepton-server by moving all the Lepton camera-specific logic into a C++ class and added locks to any I2C operations to prevent race conditions. I then just created 2 instances of the LeptonCamera class I made which parse and publish the camera feeds to their own pipes which I can view in voxl-portal. I didn't need to disable any I2C interface for the second Lepton. I'm not too sure what you were referring to by that. In regards to the horizontal line artifacts, those don't seems to consistently appear and I don't know what causes it. I'll investigate it further. My next steps are to get the Leptons working with voxl-open-vins-server. One question I had was that our VOXL 2 Mini appears to be running a service called voxl-lepton-tracker however I cannot find the source code for this anywhere on the voxl public GitLab. Was it removed or hidden?
  • Calibration for EIS

    Unsolved VOXL SDK and Software camera
    11
    0 Votes
    11 Posts
    5k Views
    Alex KushleyevA
    Another question.. did this work for you before or is this the first time trying to calibrate at half resolution? if you request the full resolution, do you get the non-zoomed image? i know it will be slow to display in voxl-portal, but you could still check. If you enable EIS with default camera calibration (no intrinsics cal file). does EIS and zoom work as expected? note that your version of voxl-portal may not have the browser support for zooming, but the config file zoom should still work. If you want to use the latest voxl-portal for EIS, please use this branch : https://gitlab.com/voxl-public/voxl-sdk/services/voxl-portal/-/tree/eis-integration . however the initial zoom of the image coming from the camera server is not dependent on the version of voxl-portal. Alex
  • camera not working and missing configuration

    Unsolved VOXL SDK and Software camera
    2
    0 Votes
    2 Posts
    1k Views
    tomT
    @mkriesel You'll need to re-flash the SDK and select the correct kernel option that supports C11. When running ./install.sh you'll see the following options: Would you like to continue with SDK install? 1) Yes, with questions along the way to configure VOXL 2 2) Yes, just update SDK keeping the same SKU configuration 3) No Select, option 1, and you'll get the option to choose which kernel to flash Detected: M0054-1 (QRB5165M) Detected: Config 1 w/ M0173 Breakout Board (Starling 2 Max, Starling 2, FPV V5) ======================================================================================================= In order to support all of VOXL's camera configurations, specific drones require differing kernel images. Please select your drone hardware to proceed with flashing the appropriate kernel image. ======================================================================================================= PLEASE SELECT WHICH KERNEL TO FLASH 0. M0054-1 -> QRB5165M, Starling (D0005), Sentinel (D0006), FPV V4 (D0008), D0010, PX4 Dev Kit (D0011) 1. M0054-1 -> QRB5165M w/ M0173 Camera Breakout Board, Starling 2 Max (D0012), Starling 2 (D0014), FPV V5 (D0008/D0019/D0020) Select your choice from the options above or press [Enter] to continue with current config: For your use case, you'll want to select option 0 as you are not using an M0173 camera breakout board and the C11 camera config is inherited from the sentinel (D0006) platform.