Within PowerApps there are a number of controls that handle images.
Using these controls I created an app that gives the user the options to upload a picture using the Add Picture control or take a picture using the camera control.
Pnp Santa App
All-new design the user interface and software architecture of the APP, to provide you better user experience. With 'Cloud IPC', you can add your IPC(IP Camera) in minutes, config your IP Camera,get live view and view recordings. With 'Cloud IPC'APP, you can: - Add products. Config your IP Camera,such as time,alarm,recordings. View live video from IP camera. Download IP Camera Viewer for Windows to keep an eye on your place and view video from multiple cameras simultaneously. IP Camera Viewer has had 1 update within the past 6 months. DEMO: ADDING A CAMERA BY IP ADDRESS. See how easy it is to connect an IP camera to the AnyCam app. The demonstration uses a publicly available camera installed to monitor traffic in Ontario, Canada. Camera address 192.82.150.11 Video stream is broadcasted in MJPEG.
Then using 2 Image controls I’m copying the image form the camera with the expression:

Free Pnp Ip Camera Software
Camera1.Photo
and the image control for the uploaded photo is set to:
UploadedImage1.Image
All is looking good and I’m happy that I’m able to set the image control to the images uploaded and taken by my camera. However I tried to send these images to Flow and then I noticed something weird. The Camera sends the actual image binary data to the Image control where the upload photo does not. The upload photo gives me a url alike text.
To proof my point I added two labels to my screen. Each of these would display Image1 or Image2 and shown below you can see the difference:
This is not good! The image control seems to be happy with either format of the image, but my Flow is not!
When I looked around in the PowerApps community I found my friend, Paul Culmsee’s post, about taking picture with a camera and sending them to Flow, but I haven’t managed to find a post about the add picture control doing the same.
Pnp Camera App For Pc
So far I’ve not found a solutions for receiving the uploaded image in Flow. So far the best solution that I’ve found comes from John Liu, but fiddling with triggers is not something that should be needed.
There is however a reasonable way around the problem. The Attachments control will let you upload files.
Pnp Camera Software
This Attachments control is opening doors as I can now create a form with my attachment control and a submit the images as an attachment. Ok, it is not as pretty as the add a picture control, but at least it will work. Ok, you migth not end up with the binary data going to SharePoint, but you can get the URL of the attachment which a flow can extract for you.
