Open external application within the application

0

I'm developing an application that does Arduino command. So far everything is fine, but in the project the user will have access to the external camera via IP, but I have no idea how I do it.

Camera Model: IP Camera P2P

IP: NIP-288696-FACBF

An application called P2PCam_HD works well with this camera, but I also do not know how to call this application from my! Can anyone help?

    
asked by anonymous 10.09.2016 / 23:54

1 answer

0

A suggestion, if it is a network-attached camera and your Arduino has an shield edhernet , the first thing to do is connect it with a cable for configuration. WiFi only works after it is properly configured. So you can create a web page that can be viewed through a URL , for example:

http://192.168.0.6:8080/index.html

If this is possible, then you create a WebView for access through your application.

Details

11.09.2016 / 02:39