Integration with external devices on mobile

0
Hi Team,  Is there any way to integrate with external devices when using Mendix on mobile devices?  Let's say that I have an external very high resolution camera which I need to trigger to take a picture (or retrieve a picture from the device's memory). What would be the proper approach to this scenario?  Thanks in advance for all the suggestions.  Cheers,     Bart 
asked
1 answers
0

Hi Bartosz,

Does (the supplier of) the camera has an api/webservice where you can interact with?

Nest and Ring does have some api's where can you take pictures etc. Also other security systems, almost all the time based on a service.

So I would say ask the supplier how to connect from internet to the device.

And from there it is actually Standard Operation Procedure from within Mendix where you can get the image over the service.

answered