Dear community,
Can we use Camera control in Power Pages?
I am building a site for visitor registration and will be used on tablet, hoping to use the built-in camera to take photos for attendees.
Thanks!
Dear community,
Can we use Camera control in Power Pages?
I am building a site for visitor registration and will be used on tablet, hoping to use the built-in camera to take photos for attendees.
Thanks!
Hi @nhtkid
You can enable the PWA (Progressive Web App) option in your Power Pages.
Once you enable it, you can access most of the hardware settings
Note: I did not test this directly in Power Pages but I have experience building PWA apps which I can remember accessing device cameras and browser cameras. Very cool feature.
Hope it helps.
------------
If you like this post, give it a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users to find it.
Hi @nhtkid,
there is no built-in option for a camera unfortunately.
You will need to implement the functionality which you want.
For example have a look here: https://developer.mozilla.org/en-US/docs/Web/API/Media_Capture_and_Streams_API/Taking_still_photos
--------------------------------------------------------------------------------------
Hope that helps.
If the post solves your problem, please mark it as solution. If it helps, consider a thumbs up.