AprilTag Tracking on 5MP Image Plane using Readout Control

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

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

  • @codewizstw
    @codewizstw 4 года назад +1

    Fantastic! Great use of the hardware!

  • @RoboticsHero
    @RoboticsHero 4 года назад +1

    guys you are awesome. keep it going, this is so useful. thank you

  • @dylanpendlebury23
    @dylanpendlebury23 7 месяцев назад

    Super cool to see April tag detection running on a microcontroller. Can the OpenMV cam do Z, pitch, and yaw estimation of the tags as well or is it limited to X, Y, and roll?

    • @OpenMVLLC
      @OpenMVLLC  7 месяцев назад +1

      Yeah, you can do that too. You just need to know the tag size. Once you know that and the optical parameters it gives you everything you need.

  • @kyng272
    @kyng272 2 года назад +1

    Hi there! I'm using AprilTags for FIRST Tech Challenge and have a quick question. Is Readout Control the name of the algorithm used that handles the control flow for the searching/tracking AprilTag mode? Was not able to find much on the internet.Thanks!

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

      There’s an example in the IDE. Readout control just changes the frame readout registers which allow you to scan around inside of the cameras image plane and not readout the entire image. It generally increases FPS and allows you a much larger field of view.

  • @jameskiwic3987
    @jameskiwic3987 4 года назад +1

    This is awsome, have you published the code somewhere? i really could use this for a focus-project i'm working on

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

      It's released with OpenMV already. See examples -> Readout control.

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

    great!

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

    Thank u for the awesome video. Is it possible to detect the distance to the tag accurately?

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

      Somewhat. Tag distance is a 1/x type of thing. So distance is more accurate the closer you are. Farther away it gets less accurate.

  • @楊茲丞-w9o
    @楊茲丞-w9o 3 года назад

    It's a great job. I have a question, what's the distance limit of this algorithm?

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

      Depends on the res. For 160x120 it's about 10ft with a 8"x8" tag.

    • @楊茲丞-w9o
      @楊茲丞-w9o 2 года назад

      Is there any reference about this method or algorithm?

  • @sarathkumar-gq8be
    @sarathkumar-gq8be 3 года назад

    this can do in opencv

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

    hi Please i need your help about the OpenMV distance between and Object to Camera, how can i programm it ? distance in OpenCV are not similar way to do it with OpenMV please can you help me about this . My project have to be done this week please .(method to programm how: to calculate distance between the Apriltag to Camera "OpenMV camera")thks in advance

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

      You just need to read the z_translation() attribute and then multiply it by a constant (that you must determine) which gives you the distance.

  • @sarathkumar-gq8be
    @sarathkumar-gq8be 3 года назад

    how can i get z