We're here to help! We just need a little bit of information...
What system are you using?
Have you downloaded the latest version of Lens Studio?
Is this issue causing Lens Studio to crash?
What system do you run Lens Studio on?
Version
Graphics
Follow the next steps to help us solve your issue:
-
Copy and paste this text into your TerminalCommand Window
open ~/Library/Preferences/Snap/Lens\ Studio/ %LOCALAPPDATA%\Snap\Lens Studio Copy Text
- Press ReturnEnter to run the command. The Lens Studio folder will automatically open
-
Prepare to upload your files: zip the "Log" Folder by right-clicking and choosing "compress."Locate the Log.txt file right above it.
Attach a screenshot of the issue:
Name:
Email:
What is this most relevant to?
Please enter a brief description of your issue:
Thanks for submitting this issue.
Unfortunately, it's likely due to the operating system or hardware you're using – since they don't meet the system requirements for Lens Studio.
Still, we hear you loud and clear, and are logging the issue in case there's ever a workaround we can provide!
Minimum Requirements
Operating System: Windows 10 (64 bit); MacOS 10.11+
Hardware: Minimum of Intel Core i3 2.5Ghz or AMD Phenom II 2.6Ghz with 4 GB RAM; Intel HD Graphics 4000 / Nvidia GeForce 710 / AMD Radeon HD 6450 or better; screen resolution of 1280x768 or higher
We'll try to resolve this issue as soon as possible. Thanks for letting us know about it!
Keep an eye out for a followup email from us. We may have a couple more questions for you, or we might already have a solution to offer.
Happy creating!
Hey @...
So i found a template about how to freeze the camera input. Click here for the template.
Just remove the other three cameras of this template and enlarge your camera output, you would like to use. You can change the Behaviour sricpt from "Tap/touch started" to "lens initialised, and change the delay to about the 3 second or so. ( if you want) .
If there are any questions left, feel free to ask :D
Cheers,
SirQu3ntin
Hey @..., this is possible using segmentation and some simple behavior scripts! I've just made you an example project demonstrating how to do this effect. You can download it and open it up by clicking here.
The way that this template works, is the user can tap anywhere on the screen, and just their body will freeze in the place the user was when they tapped and they can still freely move on top of the frozen picture of them.
To make this, I added another camera with a separate render target called the "Photo Target," in a different layer to be the photo camera, that freezes when you tap. Then, in the (+) icon, I added a screen image and selected the newly made "Photo Target" as the texture. This shows the live feed of that camera. Then, in the resources panel, I added a "Segmentation Texture" and selected the "Portrait Background" segmentation. I then masked the orthographic camera out with this texture by clicking the camera and selecting the "Segmentation Texture" in the mask texture section. What masking the orthographic camera with that the "Segmentation Texture" does, is it only shows that screen image, and everything else under that camera, behind the user, instead of on top of everything. To add the tap effect, where the user can tap to freeze the camera, I made a behavior script that toggles the camera when the user taps and stops it from collecting a live feed. Something I added only to look cool is I added a "Tween Manager" to the objects panel, deleted the examples, and dragged the "Tween Alpha" script into the objects panel. I then selected the screen image as the scene object and selected tapped from the initialized option. All that does is add a cool "fade in" effect for the frozen camera.
That's it! I can't wait to see what you do with this template. Also, please feel free to DM me on Snap @noahlupowitz if you have any more questions.