We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello there.. I need to capture an image every 30 seconds after the user has tapped the capture button! Can any one help me with that?
The text was updated successfully, but these errors were encountered:
i think you can just use javascript for this by using setInterval for 30secs by calling a capture function again at an setinterval of 30 secs.
let timer = setInterval(() =>{ // capture function here }, 30000);
Sorry, something went wrong.
Thankyouuu.. Can u help me a little bit more.. If u can tell me how exactly i get the app taking pics in the first Place
No branches or pull requests
Hello there.. I need to capture an image every 30 seconds after the user has tapped the capture button! Can any one help me with that?
The text was updated successfully, but these errors were encountered: