Ep. 016 // Enabling People Occlusion, Object Occlusion, and LiDAR Mesh Visualization

Поділитися
Вставка
  • Опубліковано 28 вер 2024

КОМЕНТАРІ • 43

  • @felixmoser6454
    @felixmoser6454 3 роки тому +3

    I rarely comment on yt videos, but I really have to say, that you create the best coding tutorials! Well structured, calm and easy to follow👌🏻.. I even prefer this style over your early videos where you recorded yourself programming. It had a more cinematic look to it, but was a little bit harder to follow. So, please keep up this amazing work💪🏻

    • @realityschool
      @realityschool  3 роки тому +1

      Thank you Felix! That means so much to me. Over the past year, I've learned a lot about how to better communicate technical knowledge. It's not perfect, but with every video I try to do something better. I really love cinematography, but at the end of the day the video needs to be optimized for learning. So as you've mentioned, it's a bit less cinematic, but hopefully better structured and easier to follow. The good news is that I won't stop trying to make the best educational videos for Apple AR (and soon VR). So thank you for coming along on this journey and providing encouraging feedback. 👍🏼
      Best,
      Ryan

    • @felixmoser6454
      @felixmoser6454 3 роки тому

      @@realityschool I really appreciate the work and time you put into it! Your early videos looked amazing, and I would really encourage you to also find ways to integrate your cinematic approach into some of your other videos! AR is about how we can enhance our surrounding and I think you might be the perfect fit with the right skillset to try to find an informative, but still visually appealing way to present new features or devices.👍🏻

  • @bjornlindner1462
    @bjornlindner1462 3 роки тому +1

    great series. i hope you continue with the planned things like multiuser despite wwdc :)

    • @realityschool
      @realityschool  3 роки тому +1

      Thank you, Björn! Yes, the series is ongoing and will get more content after WWDC21 👍🏼

  • @multitudes389
    @multitudes389 3 роки тому

    I have been following along till now, and this video truly blew up my mind positively speaking :) Really good content. Also I better understood things about ppl and object occlusion when you showed us the configuration settings. I tweaked my version of the app a little bit because my iPhone does not support LiDAR, my iPad does thankfully. My debugLiDAR button should not be highlighted on the iPhone. :) small things. These videos are gold!! Thank you

    • @realityschool
      @realityschool  3 роки тому +1

      Hi Laurent, so happy to hear that you’re enjoying the content! If there is anything in particular you’d like to see or learn, feel free to let me know :)
      Best,
      Ryan

    • @multitudes389
      @multitudes389 3 роки тому

      @@realityschool Hi Ryan! there would be something Id love to see , If you can, a video about image tracking with RealityKit would be nice. :)
      In the composer it is super simple to add an Image marker, but I am struggling a bit to do it in code with the imageAnchors etc. Thanks anyway and keep up the good work :)

  • @jayxu9852
    @jayxu9852 2 роки тому

    Very useful! Could I do all this on iPad with swift playground?

  • @realityschool
    @realityschool  3 роки тому +5

    PRO TIP: if you're a beginner/intermediate RealityKit developer, it might be helpful to watch the video twice. The first time, just watch and try to understand the broad ideas. The second time around, watch and code along. Hope that helps! 🙌🏼🥳🚀

  • @WOWCOAST
    @WOWCOAST 3 роки тому +1

    Would you be able to cover how to play Usdz animation upon placement ?

    • @realityschool
      @realityschool  3 роки тому

      Added to video idea list! Great suggestion 👍🏼

  • @9887649391
    @9887649391 3 роки тому

    Reality School really a nice tutorials. I added to my youTube Playlist 👌If possible, please provide the source code for understanding. Thanks for making such a nice tutorial.👍👍

    • @realityschool
      @realityschool  3 роки тому

      Hey Amit, happy to hear that you enjoy the tutorials! 🥳
      Best,
      Ryan

  • @MrRezquerro
    @MrRezquerro 3 роки тому

    Loved it! Is there a way to download your code? And try the app? Thanks!

  • @LexgineerLife
    @LexgineerLife 3 роки тому +1

    waiting for a multiuser experience!

    • @realityschool
      @realityschool  3 роки тому

      That'll be the next course video (Ep. 017) 🥳

  • @jujumohdjan6234
    @jujumohdjan6234 3 роки тому +1

    mine appeared FocusEntity is missing
    anyone could help me

    • @realityschool
      @realityschool  3 роки тому

      Hi juju mohd jan, when you say missing, does Xcode say "module cannot be found" or something similar? A few questions:
      1. Do you see the FocusEntity package in the project navigator under Swift Dependencies?
      2. What version of FocusEntity do you have installed?
      3. What happens when you Clean Build and Re-Run the app?

  • @arnavodkaa
    @arnavodkaa 2 роки тому +1

    HI Ryan! Great video!! I seem to have a problem with object occlusion. Does it require LIDAR sensor? Fortunately people occlusion work great!

    • @luanlingchiang6107
      @luanlingchiang6107 2 роки тому

      I also have the same issue with object occlusion, did you find any solution?

    • @arnavodkaa
      @arnavodkaa 2 роки тому

      @@luanlingchiang6107 Nope still no luck. Looks like its bug in SwiftUI.

    • @realityschool
      @realityschool  2 роки тому

      Hey Arnav, I don't believe object occlusion requires LiDAR. I'll do some more research to find its limitations. One thing is for sure that AR features don't work as well without LiDAR because computer vision is used to determine depth instead of an actual hardware sensor.
      Best,
      Ryan

  • @vladbeliakov8293
    @vladbeliakov8293 3 роки тому

    Hey!Can you help how to make a screenshot function in the view? Any articles or videos

  • @QDWorld-SwiftUI
    @QDWorld-SwiftUI 3 роки тому +1

    Ryan .. This is really good ! I just have 1 question how to move, scale, and delete the model once placed in real world. It would have been better if you can provide us the GitHub file.

    • @realityschool
      @realityschool  3 роки тому +1

      Throughout the course I show how to move and scale. Delete would be an additional function that would be triggered using some type of gesture. To delete an object, you can just delete its anchor.
      Currently the GitHub project is not available to the public. This course was originally meant to be a paid course but in order to make it accessible to the largest group of people, I decided to make it available at no cost to viewers on UA-cam. That means the only way I can monetize it, is by having people watch the videos and running ads on UA-cam. So for now I don’t have any plans to release the GitHub source code. Hope that answers the question :)
      Best,
      Ryan

    • @QDWorld-SwiftUI
      @QDWorld-SwiftUI 3 роки тому +1

      Ok thank you, please do additional tutorials in this section.

  • @soundshake6034
    @soundshake6034 3 роки тому +1

    Hey Ryan! Thank you so much for your tutorials. It was very helpful to get a better understanding of ARKit and SwiftUI.
    One question I had was, when I import an animated USDZ-Object, it does not move inside the app. Is there a quick way, to trigger the objects animation?
    Best regards

    • @realityschool
      @realityschool  3 роки тому

      I haven’t played too much with animations but this article seems to show how to play an animation: stackoverflow.com/questions/63672309/realitykit-playing-multiple-animations-in-usdz-file let me know if it works!
      Best,
      Ryan

  • @AmrJaber
    @AmrJaber 3 роки тому

    Great 👍🏻 thanks

  • @LiborZapletal
    @LiborZapletal 3 роки тому

    Great series. Thank very much for this :)
    I have one question. Why aren't using Set for storing cancellables in CustomARView with combination of "store(in:" method?

    • @realityschool
      @realityschool  3 роки тому

      Hey Libor, thank you for the comment and great question. I simply didn't think of using a Set but that sounds like a great improvement! I very much welcome feedback for ways to improve the app 🙌🏼 Thank you!!

  • @LexgineerLife
    @LexgineerLife 3 роки тому

    wooooow! that's a tutorial I was looking for!

  • @vladbeliakov8293
    @vladbeliakov8293 3 роки тому

    Your videos are very inspiring! Watching from the first episode. I really want to know when there will be an episode about cloud storage of 3d models, thx

    • @realityschool
      @realityschool  3 роки тому

      Hey Vlad, thank you for the kind comment! We are taking a brief break with course videos to prepare for coverage of Apple's WWDC 2021. We should resume course videos in mid June. In the meantime, we'll have coverage of all AR-related announcements at WWDC!
      Best,
      Ryan

    • @realityschool
      @realityschool  3 роки тому

      Also, cloud storage of 3D models will be covered in June! Feel free to enable all notifications to know when the video is live :)

    • @vladbeliakov8293
      @vladbeliakov8293 3 роки тому

      @@realityschool Thanks for what you are doing for us, I will wait for the announcement ^_^ Hello from Russia