Open external application within the application

Asked

Viewed 634 times

0

I am developing an application that makes command via Arduino. So far everything goes well, but in the project the user will have access to external camera via IP, but I have no idea how I do it.

Camera model: IP Camera P2P

IP: NIP-288696-FACBF

An app called P2pcam_hd works well with this camera, but I also don’t know how to call this app mine! Can anyone help?

1 answer

0


A suggestion, if it is a camera with network input and your Arduino has a Shield edhernet, the first thing that should be done is to connect it with a cable for configuration. Wifi only works after 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 you can do it this way, then you create a WebView for access through your app.

Details

  • already this configured the camera, but I wanted to do something like click on a button open the camera, ol something like without need to create something outside the android studio, you can guide me?

  • But that’s the intention! You have a Shield ethernet?

  • I have yes , but the command Rduino is by bluetoh by internet I have no idea cyom do it , I have to present this project Friday now to very preuculpado, please if you can help me to solve this only problem of mine.

  • Man, I gotta tell you, I’ve been through this, the presentation, the running and everything. But then, if it were my case, given your problem, I would use exactly this answer of mine to solve it. Unless I don’t understand what you mean by the question. My suggestion is that you change your question by further specifying what you have tried. Enter exactly which Arduino you have, with which api you want to develop your app. If you go into more detail, you’ll certainly have other answers, but if you don’t explain it properly, people won’t even ask you to answer.

  • Obg by attention what I really wanted was to be able to have access to camera ip by my android app , that is to say click on a button and open another activiry showing the camera video, I already asked a 4 question and I didn’t get it , if you could give me some way to communicate with you some chat would show you my problem with details, very preuculpado.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.