Camera widget get output

0
I try to use the medix Camera widget. But how do I get the result image? I want to store it in the database but do I connect it to the correct Attribute of my Entity? I have add it dataview of entity and it show the camera button. Also I can make the photo.
asked
2 answers
6

Hi Wim,

basically you need an Entity with Generalization System.Image – this is where you are going to store the pictures you take with the phone. An Image is a specification of System.FileDocument. The data is stored in the Attribute Contents (A Binary attribute).

To take a picture with your phone, just place the widget in the dataview of this entity. To show the image in an overview, you can use the image viewer file widget and just place it in the context of the Mobile Image entity.

 

answered
0

thanks for the answer, it works now

answered