#World Tracking in Camera Kit

15 messages · Page 1 of 1 (latest)

keen sigil
#

What are some good tracking solutions for Camera Kit? Fx. does the World Mesh work? And what did you end up doing? I need to place something on the ground or table in front of a user and I found that the World Object Controller is unreliable for this.

tidal fractal
#

@keen sigil is this for Mobile or Web SDK? I presume Web?

keen sigil
tidal fractal
keen sigil
weary garnet
#

@keen sigil Did you ever get an answer for this? I find that camera kit doesnt work with world tracking at all. It works fine in snapchat but when its published to our app using camera kit its all over the place

weary garnet
#

@tidal fractal Do you still do office hours? Is there anyway I could chat to a dev about a really quick question?

weary garnet
# keen sigil No maybe <@906371826874216558> knows

I'm finding it really hard to get in touch with any Snapchat staff that can look into this potential bug, its one of the most important AR features in my opinion and without it makes Camera Kit unusable for world placement AR.

keen sigil
weary garnet
wheat tide
#

what is the problem you are working on @weary garnet ?

weary garnet
#

This code only seems to work on Snapchat and WebAR. It doesn’t work on camera kit

function onStartScript(event)
{
    // Stops default snapchat touch interactions - kept moving scene around
    global.touchSystem.touchBlocking = true
}

const onStartEvent = script.createEvent("OnStartEvent");

onStartEvent.bind(onStartScript);
wheat tide