Search Unity

Question AR - Mobile - Android/iOS - How to achieve background removal like Teams and Google Meet ?

Discussion in 'AR' started by rob11, Jan 14, 2022.

  1. rob11

    rob11

    Joined:
    Mar 7, 2017
    Posts:
    59
    Hello everyone, first of all thanks for reading my question.

    I want to achieve something like Teams and Google Meet, where to user can blurs their background or put any image they want and pretend they are at a pool party at 7 am.

    I want to add this to my app that uses ARFoundation. The user is being filmed by someone during the game and I would like to have be able to accurately (or not) detect the user's body to do the background removal.

    Anyone has experience with something similar ? What tools or technique would I need to use ? I don't mind buying something off the Asset Store if needed or doing some heavy works with some indications.

    Thank you ! Any help is appreciated.
     
  2. KyryloKuzyk

    KyryloKuzyk

    Joined:
    Nov 4, 2013
    Posts:
    1,142
    ARKit supports Human Segmentation. You can write a shader that will crop the background and display only people.
    But ARCore doesn't currently support this feature.
     
    sbanbury and todds_unity like this.