web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Apps
Answered

Timer for Camera

(0) ShareShare
ReportReport
Posted on by 69

Hi all,

 

I thought it was straight forward when I thought of it but it didn't work and now I'm stuck as I haven't found a solution or similar problem as me on forms. 

 

Basically, I want my PowerApp to have a camera take a picture after say 5 seconds and loads it onto a image control:

Timer1 set to count up to 5 seconds + I have ClearCollect(Picture, Camera1.Photo) on OnTimerEnd

Camera1 is the name of the camera

Image1 set to First(Picture).Url on Image category

 

After it counts to 5 seconds, no picture was taken.

 

Any ideas how to achieve this?

Categories:
I have the same question (0)
  • EdwardC Profile Picture
    69 on at

    Any ideas?

  • Verified answer
    v-siky-msft Profile Picture
    Microsoft Employee on at

    Hi @EdwardC ,

     

    Do you want the camera take photos per 5 seconds?

    There is no need to use Timer control. The Stream property of camera can get the updated image based on the StreamRate automatically.

    1. set StreamRate property of camera: 5000 ( milliseconds ) 

    2. set OnStream property of camera: ClearCollect(Picture, Camera1.Stream) 

    3. set image property of image control: First(Picture).Url

    the image control will update the camera photo per 5 second.

     

    Best regards,

    Sik

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 345 Most Valuable Professional

#2
11manish Profile Picture

11manish 207 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 177

Last 30 days Overall leaderboard