Getting Started With Hand Tracking

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 ธ.ค. 2024

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

  • @clemencedebaig_art4103
    @clemencedebaig_art4103 2 หลายเดือนก่อน

    Hey @Pico team. Thanks for the tutorial. Is there a way to disable the native interactions with hand tracking (eg recentering, exiting app, etc)? I would like to have hand tracking within the app but avoid unwanted interations at an OS level. Many thanks!

  • @wharpland
    @wharpland 3 หลายเดือนก่อน +1

    great tutorial, could you make the same one for Unreal Engine?

  • @learnWithYas
    @learnWithYas ปีที่แล้ว +3

    Thank you for the video, how can we grab objects with hand tracking do we use the poke interactor ?

    • @楊阳-q3b
      @楊阳-q3b ปีที่แล้ว +2

      how to grab objects?

    • @learnWithYas
      @learnWithYas ปีที่แล้ว

      @@楊阳-q3b yes using hand tracking not controllers

    • @PICOXR_Developer
      @PICOXR_Developer  ปีที่แล้ว +2

      There a few ways to handle this:
      Unity XRI way would be using XR Grabble on the object with a Direct Interactor as a child of your hand/controller.
      You can also use Triggers and Colliders in the hand or at the finger tips of the hands-
      Something like PXR_Hand.Pinch == true && Finger colliders OnTrigger enter with Object you want to grab, move Object to your hand.
      Your interests have been noted. I'll add it to my list of tutorials. Follow us on Twitter for all of our video tutorial updates.

    • @楊阳-q3b
      @楊阳-q3b ปีที่แล้ว

      @@PICOXR_Developer can pico4 use mrtk3?

  • @acathosh
    @acathosh ปีที่แล้ว

    Thank you!
    Do you have a tutorial for hand tracking with the OpenXR integration?
    I've been working to integrate it with Quest support and hand tracking on both platforms, and it has been a huge pain to configure correctly and find the documentation for.
    A tutorial for this would be much appreciated!

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

      We are waiting for the official unity openxr plugin of pico (expected in a few weeks) before we upload a video tutorial on that

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

    Is there some way to test hand tracking in unity without needing to build every time to an APK to install on the headset? I know its possible with the Quest headsets however I cannot get it to work with the Pico 3 Pro.

    • @RichOsborn-r6m
      @RichOsborn-r6m 2 หลายเดือนก่อน

      PICO offers the Pico Development Center (PDC) application for your (Windows only) PC and Live Preview SDK for unity. Their docs claim that hand tracking is supported this way, but I have yet to prove it by getting it to work.

  • @DavidZobristGames
    @DavidZobristGames ปีที่แล้ว

    Yeah why there is another hand prefab for pico just align to the other one. If we want to support multiple platforms like (pico, meta, apple) we need a solution that works on each. So i hope for that open xr solution : 1 hand tracking for all and done.

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

    How to grab object.? can you share to us more tutorial grab object pls?

    • @PICOXR_Developer
      @PICOXR_Developer  ปีที่แล้ว

      There a few ways to handle this:
      Unity XRI way would be using XR Grabble on the object with a Direct Interactor as a child of your hand/controller.
      You can also use Triggers and Colliders in the hand or at the finger tips of the hands-
      Something like PXR_Hand.Pinch == true && Finger or Hand colliders OnTrigger enter with Object you want to grab, move Object to your hand. Pinch is true when the index and thumb are close enough.
      Your interests have been noted. I'll add it to my list of tutorials to come soon!
      Follow us on Twitter for all of our video tutorial updates.

  • @blickwinkeltour
    @blickwinkeltour ปีที่แล้ว

    After following your tutorial of the local SDK integration and getting the Hands from the Packages Folder, the references to the single joints in PXR_Hand Script are empty. Is there a way to fix this?

  • @minghui6416
    @minghui6416 ปีที่แล้ว

    Hii I followed the tutorial, when I switch off both of my controller it shows "hand tracking is on" but the hand tracking is not working. How to fix it?

  • @Katrineczrobi
    @Katrineczrobi 10 หลายเดือนก่อน

    Hi :)
    Did you manage to make it work with raycasts?
    i would like to have raycasting functionality for the UI, not poking.
    Thank you