I have a camera control (camCamera), a button (btnCapture), and an image control (Image1). When I click the button it should set the image in the image control through aa variable to what is shown in the camera control. However, the image control doesn't appear to be updating. There are no errors on the PowerApp. Here is how the button and image controls are configured...
btnCapture.OnSelect:
Set(_txtImageFilename,(Text(Now(),"[$-en-US]yyyymmdd_hhmmss") & ".jpg"));Set(_CapturedImage, camCamera.Photo);
Image1.Image:
_CapturedImage
Solved! Go to Solution.
Hi @bshannon ,'
You cannot "remote activate" a camera control - the only way to capture a picture is selecting he control itself.
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
Hi @bshannon ,'
You cannot "remote activate" a camera control - the only way to capture a picture is selecting he control itself.
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
185 | |
55 | |
43 | |
35 | |
33 |
User | Count |
---|---|
263 | |
78 | |
75 | |
72 | |
67 |