The camera control can be used to take an image and then take that image to populate an Image control. It is a little tricky because you have to use the Stream property of the camera. You set this up by doing the following.
- Put image control, camera control, and button on canvas
- On the button control in the Select property set the variable MyPix using the function UpdateContext({MyPix:Camera1.Stream});
- In Image property of the image control put the variable MyPix
- Set the Camera Stream property to 100
That is all you have to and you are ready to take pictures!