At this time there is not a simple way to do slow motion. You can save individual frames of the camera input using Texture.copyFrame() and then play them back, but this will take up a lot of memory (RAM) and cause problems if you overuse it.
You can get around this by setting up a dedicated camera for each frame you want to save and having a chain of the cameras that pass the frames down.
Lens Studio Support
Featured Articles
- How should I report bugs and crashes?
- Can I print my Snapcode before my Lens is complete?
- Can I keep my Lenses private?
- How can I combine multiple templates?
- Can I add a face mask to a face inset?
- Can I animate objects via code within Lens Studio?
- Why does my PNG animation sequence immediately deteriorate in quality once I upload it as an animation texture?