Skip to content
New issue

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

Camera Auto Click Images #20

Open
Yojerry11 opened this issue Sep 11, 2018 · 2 comments
Open

Camera Auto Click Images #20

Yojerry11 opened this issue Sep 11, 2018 · 2 comments

Comments

@Yojerry11
Copy link

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?

@Shivamag14
Copy link

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);

@Yojerry11
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants