April Tags Tracking using the STM32F7

แชร์
ฝัง
  • เผยแพร่เมื่อ 12 ม.ค. 2025

ความคิดเห็น • 33

  • @goufackireneguiken1779
    @goufackireneguiken1779 4 ปีที่แล้ว

    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

  • @Mszanaika
    @Mszanaika 4 ปีที่แล้ว

    Nice Video.... in your video you mention "tag rotation". How to get rotation value for object detection?
    thank you.

    • @OpenMVLLC
      @OpenMVLLC  4 ปีที่แล้ว

      Syafrijal Agus Pleasesee the API

    • @Mszanaika
      @Mszanaika 4 ปีที่แล้ว

      @@OpenMVLLC ...
      In your video you show how to get rotation value with object Apriltag.
      but I want to know , how to get value rotation for another object. example I need to know rotation/ orientation of book or ID Card.
      does OpenMv has library for it?
      this video as references
      th-cam.com/video/TqVg7K0PpBw/w-d-xo.html
      Thank you.

    • @OpenMVLLC
      @OpenMVLLC  4 ปีที่แล้ว

      @@Mszanaika Please ask questions on our forums. Not in the You Tube comments.

  • @SgtScourge
    @SgtScourge 4 ปีที่แล้ว

    Is there a way to create and track very small AprilTags - say - 10mmx10mm tags which are viewed from 3 to 4 feet away with the OpenMV cam by chance?

    • @OpenMVLLC
      @OpenMVLLC  4 ปีที่แล้ว

      Yes, the OpenMV Cam H7 Plus has no resolution limit so you can track smaller tags. The frame rate is slower however at higher resolutions.

  • @abhishek.goudar
    @abhishek.goudar 7 ปีที่แล้ว +1

    Greak work!! Could you please mention as to what the maximum (6 dof pose) output rate is ?

    • @OpenMVLLC
      @OpenMVLLC  7 ปีที่แล้ว

      It's about 8 to 10 FPS at 160x120. The number of tags in the image doesn't matter. The speed is limited solely but the upfront quad segmentation cost.

    • @abhishek.goudar
      @abhishek.goudar 7 ปีที่แล้ว

      OpenMV, LLC Thank you for the info.

  • @rafaykhan213
    @rafaykhan213 5 ปีที่แล้ว

    Super cool!!, Is there a way to add some more processing power to the OpenMV Cam H7

    • @OpenMVLLC
      @OpenMVLLC  5 ปีที่แล้ว

      No, it's a microcontroller. We will continue to release faster versions as microcontroller tech improves.

  • @minecrafter0505
    @minecrafter0505 5 ปีที่แล้ว +1

    How accurate is the 3D Pose?

    • @OpenMVLLC
      @OpenMVLLC  5 ปีที่แล้ว

      Depends on how close the tag is and how many pixels of it are able to be scene.

  • @_who_cares_1123
    @_who_cares_1123 5 ปีที่แล้ว

    is it possible to find out where the tag in the picture is?

    • @OpenMVLLC
      @OpenMVLLC  5 ปีที่แล้ว

      Yes, that's what the code is doing.

    • @_who_cares_1123
      @_who_cares_1123 5 ปีที่แล้ว

      @@OpenMVLLC I feel kinda stupid right now.

  • @neonboy22
    @neonboy22 8 ปีที่แล้ว

    very cool indeed. LOve the 2D rotation but how do we extract a local 3D orientation - for AR use ?

    • @OpenMVLLC
      @OpenMVLLC  8 ปีที่แล้ว

      We actually have the full 3D pose available. See here: github.com/openmv/openmv/blob/master/src/omv/img/apriltag.c#L12614
      However, only the Z rotation is useful without attaching real measured units to the camera focal length and pixel size, etc. If you have some ideas on how to expose this information in a useful manner and what can be done with it then please start a thread on our forums about what you'd like to see and I'll make it happen. I haven't done any AR so I don't know quite what to do with the information.

    • @OpenMVLLC
      @OpenMVLLC  8 ปีที่แล้ว

      Hi, full 3D pose information will be available in the AprilTags code.

    • @rileybrewer
      @rileybrewer 2 ปีที่แล้ว

      It's not hard to find, but this is the updated location: github.com/openmv/openmv/blob/master/src/omv/imlib/apriltag.c#L12614

  • @grecus21
    @grecus21 8 ปีที่แล้ว

    Are the firmware and IDE with April Tag available yet ?
    I don't see any AprilCode related function and I re downloaded everything..
    Thanks :)

    • @OpenMVLLC
      @OpenMVLLC  8 ปีที่แล้ว

      AprilTags will be available for the M7 only. It doesnt fit in the flash image of the M4. That said, you can hack the firmware if you like to get it running on the M4. The code has been posted to our github.

  • @goufackireneguiken1779
    @goufackireneguiken1779 4 ปีที่แล้ว

    if anyone can help i will be greatfull with python Programm am not so good , need help really( disatnce between Camera and Apriltag(Object)"Qr code") how to calculate it in OpenMV .Thks

    • @OpenMVLLC
      @OpenMVLLC  4 ปีที่แล้ว

      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.

  • @finnlehmann3073
    @finnlehmann3073 5 ปีที่แล้ว

    Wow! Where can I find the code from the video?

    • @OpenMVLLC
      @OpenMVLLC  5 ปีที่แล้ว

      It ships with every open MV cam as a demo.

  • @asteriondaedalus6859
    @asteriondaedalus6859 7 ปีที่แล้ว

    Does the code report the shear? Could it report normals?

    • @OpenMVLLC
      @OpenMVLLC  7 ปีที่แล้ว

      We output the 6 dof info per tag. so, 3d translation and rotation. You can use this info to get shear, normals, etc. Internally we have acess to the 3x3 homography matrix so if you want to hack the C code you can get more info. But, I think the 6 dof is everything you need.

    • @asteriondaedalus6859
      @asteriondaedalus6859 7 ปีที่แล้ว

      Indeed, and more. Great work!

  • @jonwatte4293
    @jonwatte4293 8 ปีที่แล้ว

    You're making cameras, but can't hold the phone horizontally? :-)

    • @OpenMVLLC
      @OpenMVLLC  8 ปีที่แล้ว

      Hard to hit the record button with one hand. :)

    • @jonwatte4293
      @jonwatte4293 8 ปีที่แล้ว +1

      Seriously, though, this is pretty spiffy!