100+ FPS IR LED Tracking with the OpenMV Cam H7 Plus

Поделиться
HTML-код
  • Опубликовано: 4 окт 2024

Комментарии • 22

  • @li-ly9ji
    @li-ly9ji 4 года назад

    The optimization work is very good, but I hope to add some tutorials or find some methods in the model training, transformation and calling parts to implement the application of embedded AI, which has a long roadblock

    • @OpenMVLLC
      @OpenMVLLC  4 года назад

      Yes, we have another solution for that in the works which is coming out soon. We are Partnering with a training system called EdgeImpulse which will make TensorFlow more usable.

    • @li-ly9ji
      @li-ly9ji 4 года назад

      @@OpenMVLLC Wow,pretty good! I will continue to pay attention to your embedded AI work.

  • @mry6244
    @mry6244 11 месяцев назад

    Is it possible to track the distance between the light source and the OpenMV cam as well?

    • @OpenMVLLC
      @OpenMVLLC  11 месяцев назад

      You can see the light size and do a lookup table based on size. However, this is a 1/x type thing. So, if will be accurate when you are close then very inaccurate as you move away.

  • @feronium
    @feronium 3 года назад

    Hey there, I've been looking for this piece of code in the examples of the OpenMV IDE but can't find it. What is it called or under what categorie is it located?

    • @OpenMVLLC
      @OpenMVLLC  3 года назад +1

      Examples -> Readout Control.

  • @rtp-rb7up
    @rtp-rb7up 3 года назад

    Please enlighten me if im wrong. ov5640 is RGB cam. How to make it fully IR cam vision?

    • @OpenMVLLC
      @OpenMVLLC  3 года назад +1

      You just change the lens to an IR filterless lens. This makes it very sensitive to IR light.

    • @rtp-rb7up
      @rtp-rb7up 3 года назад

      @@OpenMVLLC thank you very much.

  • @henry321yu
    @henry321yu 3 года назад

    hi, great video!
    can it be a spectrometer?

    • @OpenMVLLC
      @OpenMVLLC  3 года назад

      Maybe, you need external optics and whatnot for that.

  • @sudhirsamjiskar8510
    @sudhirsamjiskar8510 4 года назад

    Can you help me in getting a ready Break out board for Thermal Camera or a Ready MLX 90640 module

    • @OpenMVLLC
      @OpenMVLLC  4 года назад

      We have a software driver that supports that sensor. We don't sell boards for it.

  • @Joel-rtn
    @Joel-rtn 4 года назад

    Hi, I am new to coding, is it possible for me to use your script, and if so, how could I modify it to make the cursor move along with the IR Led?

    • @OpenMVLLC
      @OpenMVLLC  4 года назад

      Yes, the script ships with our IDE and runs on the OpenMV Cam H7 Plus. Please ask technical questions about moving a cursor on the forums.

  • @motoday3580
    @motoday3580 4 года назад

    hi , i need tracking ir matrix led !

  • @BrunoBicca8
    @BrunoBicca8 4 года назад

    Please, more IO pins

  • @jhomaramic6796
    @jhomaramic6796 4 года назад

    is this code available in examples?