• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Register
  • Login
ModalAI Forum
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
    • Register
    • Login
    1. Home
    2. Tags
    3. opencv
    Log in to post
    • All categories
    • J

      Install libopencv on Starling 2

      VOXL 2
      • starlingv2 ros opencv docker • 2 Jul 2024, 14:23 • Judoor 0 14 Aug 2024, 21:21
      19
      0
      Votes
      19
      Posts
      1.1k
      Views

      P 14 Aug 2024, 21:21

      @Alex-Kushleyev,

      Cool, Thanks a lot!

    • M

      How to access cameras with opencv

      Ask your questions right here!
      • opencv voxl2 help • 17 Jun 2022, 17:38 • mawriyo 17 Jun 2022, 17:45
      2
      0
      Votes
      2
      Posts
      457
      Views

      C 17 Jun 2022, 17:45

      Please see the documentation for voxl-camera-server here: https://docs.modalai.com/voxl-camera-server/

      There are many examples in our SDK code base of how to consume that data. Here is a good place to look for each of our services: https://gitlab.com/voxl-public/voxl-sdk/services

      Here is some exact code here: https://gitlab.com/voxl-public/voxl-sdk/services/voxl-qvio-server/-/blob/master/server/main.cpp#L474

      And another example here: https://gitlab.com/voxl-public/voxl-sdk/services/voxl-tflite-server/-/blob/master/src/main.cpp#L208

    • A

      Installing OpenCV-3.4.6.ipk fails on VOXL Emulator Docker Image (1.0.0)

      Software Development
      • opencv docker voxl-emulator • 27 Aug 2020, 22:52 • admin 27 Aug 2020, 22:53
      2
      0
      Votes
      2
      Posts
      380
      Views

      A 27 Aug 2020, 22:53

      Total hack, but this just worked. We still need a clean way of uninstalling opencv2.4

      $ opkg list | grep opencv $ opkg remove lib32-opencv --force-removal-of-dependent-packages $ opkg list | grep opencv $ opkg remove lib32-opencv-dbg --force-removal-of-dependent-packages $ opkg remove lib32-opencv-calib3d2.4 --force-removal-of-dependent-packages $ opkg list | grep opencv $ opkg remove lib32-libopencv-calib3d2.4 --force-removal-of-dependent-packages $ opkg list | grep opencv $ opkg remove lib32-libopencv-core2.4 --force-removal-of-dependent-packages $ opkg install opencv_3.4.6_8x96.ipk $ /usr/bin/opencv_version 3.4.6
    Powered by NodeBB | Contributors