Building an ARKit app with SceneKit and Codable - Swift on Sundays April 28th 2019

Поделиться
HTML-код
  • Опубликовано: 15 сен 2024
  • In this episode we use ARKit's image recognition to detect pictures of famous people, then overlay text and images using augmented reality.
    You can download the finished project for this and all Swift in Sundays streams: github.com/two...

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

  • @twostraws
    @twostraws  4 года назад +2

    Watch next: Building an watchOS soundboard app - ruclips.net/video/Y8A_Wkcx83Q/видео.html
    Questions? Comments? Tweet me @twostraws.

  • @djryanashton
    @djryanashton Год назад

    Paul Hudson is without a doubt the most knowledgable Swifty Swifter on RUclips. Thanks so much Paul. I have learnt sooooo much from you. :)

  • @manuelmartin6132
    @manuelmartin6132 5 лет назад +4

    Thanks Paul,
    The reason why the App just recognise one Image at the same time is because ARImageTrackingConfiguration has the property maximumNumberOfTrackedImages and the Default value is one.
    Setting the maximum number of tracked images will limit the number of images that can be tracked in a given frame.
    If more than the maximum is visible, only the images already being tracked will continue to track until tracking is lost or another image is removed.

  • @marc10uae
    @marc10uae 5 лет назад +11

    Paul, you're a legend.

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

    Thank u for really really good tutorial, please we need more about arkit: world tracking, difference between camera and world coordinate

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

    Thank you for this fantastic video. The content is well thought out and the delivery is so enjoyable.

  • @Mike-vj8do
    @Mike-vj8do 3 года назад +1

    Paul your content is second to none! Lots of support from Russia! I once showed one of your videos in class and now everyone is watching your other vids!
    One question, you have a lot of experience with AR and so we wanted to ask you whether you know how to make an app that could automatically measure between two nodes, could we teach it to identify the top of a person's head and the bottom of a person's feet for example and measure between them?

  • @seanemery6019
    @seanemery6019 5 лет назад

    Always fun live sessions on Sundays. Thanks Paul!

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

    Thank you for this, finally a video that is helping me to understand ARKit

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

    Thanks, Paul for this amazing video.

  • @multitudes389
    @multitudes389 5 лет назад

    Coming back to check it again. Awesome help for my AR project!

  • @TheBardsCorner
    @TheBardsCorner 5 лет назад

    This was really amazing.
    Looking forward to downloading the assets and build it!
    Thank you Paul!

    • @twostraws
      @twostraws  5 лет назад

      Available now: github.com/twostraws/SwiftOnSundays

  • @DeirdreSM
    @DeirdreSM 5 лет назад +2

    Thank you! This was a fun project.

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

    I love your teaching style.

  • @bonnydonny
    @bonnydonny 5 лет назад

    Thanks for another great Swift on Sunday. 👍

  • @SiamakAshrafi
    @SiamakAshrafi Год назад +1

    Your awesome!

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

    How can I tell if a picture has moved? Like display the blue rectangle when the image is moving and bring the text back when it stops?

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

    How can you detect if a tracked image has moved. Ie maybe I want to display the blue rectangle for a half second if you move a picture.

  • @prathamhebbar5800
    @prathamhebbar5800 8 месяцев назад

    Hello, I have a question. Is this course updated for Xcode 15 and iOS 17? Thank you!

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

    Very cool - how would I use a target image , ie anchor, to trigger a looping movie with an alpha channel so that it starts in the exact location of the anchor image, in terms of modifying the code in your sample code in the video ?

  • @Mike-vj8do
    @Mike-vj8do 3 года назад

    For example could we teach it to look at a picture of a famous person and make it measure the width of the picture for example?

  • @flexmcpee
    @flexmcpee 5 лет назад +1

    Wow awesome tutorial 👍

  • @dudestalk
    @dudestalk 5 лет назад

    awesome Paul, you are the best

  • @masterofnonegardeningandco7412

    More please!!

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

    hi, nice tutorial. how to add instances object? if we have a lot of same object in the scene to save memory consumption, thanks

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

    46:40 (max.y - min.y) + min.y? isn't that equals just max.y?

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

    just awesome

  • @SaiHemanthReddyWilliamHGates
    @SaiHemanthReddyWilliamHGates 5 лет назад

    I wanna do this but don't have a device that supports ARKit. 😭😭😭😭

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

    I have alot of questions

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

    Sir! can you share source Code