The forum on this site is closed for new comments and posts. Continue the conversation in our Snap AR Discord server.

Video delay effect

  • hi Alex Scale

    you can make a delay by many ways

    you can use behavior script to enable something with some conditions and  delay the enable by time

    also you can use JS Coding to enable something by time


    //@input float num
    // @input SceneObject[] objvar delayedEvent = script.createEvent("DelayedCallbackEvent");
    delayedEvent.bind(function(eventData)
    {

    for (var i = 0;i < script.obj.length; i++)
    {

    script.obj[i].enabled = true ;

    }

    });
    delayedEvent.reset(script.num);

     based on this simple script you can link it to any object and select what you want to enable and edit the time you want to wait before enabling that object

    i hope that helped
    for any questions please feel free to let us know

    Cheers

    Comment actions Permalink
  • Hey Just me,

    Thanks for your response.

    Im trying to delay the screen texture, so the behaviour script and the script wil not work. Its not a boolean that we try to enable with a delay.

    Would a convolution solution work? Don’t know if that makes sense :).

    Or delaying the pixels via a custom material with the screen tex as input? Never made an custom material in lens studio so don’t t know if thats even possible with the available nodes.

    Comment actions Permalink
  • hi Alex Scale
    excuse my weak english maybe i didn't understand what you really mean 
    but what i did understand u trying to delay the texture shown

    if that was it i recommend using tweening alpha make the texture alpha  to 0  then when the tween works after a delay time it will just make alpha to 1 again

    i hope for you the best and sorry if i couldn't help

    Cheers.

    Comment actions Permalink
  • No worries :). Could be a small part of the solution so thanks for helping out!

    Anyone else has an idea on how this could work out?

    Comment actions Permalink
  • Same here Douglas.

    -Side note: why are you linking to top 10 massage chairs in your comment?

    Comment actions Permalink

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?

Please download the latest version of Lens Studio. If you still run into this issue, please come back and report it!

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!