modelsbymike3d
- Total activity 710
- Last activity
- Member since
- Following 0 users
- Followed by 18 users
- Votes 52
- Subscriptions 285
Comments
Recent activity by modelsbymike3d Sort by recent activity-
Python scripting is not supported. You can use TypeScript, but not directly within Lens Studio. You'd have to write your code separately and transpile it to the JavaScript specification that Lens S...
-
There is a hacky way to do it using SplitCam. Snap Camera doesn't record great while applying filters, so instead of directly recording with Snap Camera, instead use it as an input to OBS and recor...
-
What resolution is your video? Try 720x1280. And also double check your video in a video player to make sure the conversion worked okay.
-
Max has a keyboard prefab you can try. https://maxvanleeuwen.com/project/lens-studio-keyboard/
-
It's a weakness of the technique. Instead of applying the sharpening as a post effect, you could try applying the material to a Screen Image and then scale up the Screen Image by a small amount (ma...
-
I don't believe that error will prevent the rest of the code from running. I'm pretty sure that first step can be skipped if you are using Google Colab (although I always run it).
-
What error did you get?
-
Lens Studio has 3D body tracking. It works better the further away you are from the camera, so may or may not work for your use case.
-
You'll need to use the Face Expressions API. You can start with the Face Expressions template and modify their script.
-
You'll need to create your own segmentation mask because there isn't a single segmentation texture that will do what you want. Create a separate render target and layer different segmentation masks...