LiDAR ground segmentation
Hey Lens Community,
Does anyone know how to activate the ground segmentation in the Lens when Snap User has not a smartphone with LiDAR technology?
Like in the lens of Denis Rossiev here.
If there is some kind of script or an other way for that, please let me know.
Cheers,
SirQu3ntin
It's not actually possible to just "activate" it. You have to build all required logic to switch between lidar and regular plane tracker using sceneReconstructionSupported property (true if lidar is supported, false if not).
https://lensstudio.snapchat.com/api/classes/WorldTrackingCapabilities/
Oh ok, thanks for letting know! Would be nice if something like that would be already in the LiDAR template as many people dont have an Iphone with LiDAR tech.
I will give it a try, thanks!