ip camera view for android application in android studio - android

I would like to make an android application. like this one
https://play.google.com/store/apps/details?id=com.ichano.athome.camera
One android phone camera will be accessible by another mobile through app with push talk feature.
Is there is a library for ip camera view. I did my search and came to know that, i need public ip to get access of camera and live streaming, but what about push talk feature?
Is there any other workaround or thing which can be done to develop application like this?

Related

How to use WebCam as phone camera?

On the internet there is a lot of information on how to turn the phone into a webcam, but I would like to do the opposite, that my webcam become my phone camera.
To be more specific, some apps ask to take a live photo, on the spot, without the option to select from gallery, but I would like to get around this, App Cloner does this with the fake camera feature, but it doesn't work in almost any app, so they're looking for an alternative.
I thought of the following: On my mac, I can use software like CamTwist and ManyCam to create 'fake' webcam, CamTwist/ManyCam lets me pipe custom content (such as images or video) to that webcamera. So I thought of using emulators like BlueStack among others, and then these emulators would connect to my web cam and get the personalized content, the problem is that most apps don't run on emulators, at least the ones I need...
So following this logic, I would need to inject custom content into my mac camera and transmit this image to my android phone somehow.
If not possible, is there an alternative?
Note: fake camera android apps on play store not working.

Control android app using another android or iOS app

In what way could I control an android app from another app that could be on iOS or android?
My use case is I want to be able to control an android tablet that's part of a smart-home product. In this case I don't have direct access to the tablet's screen as it's encased inside the product. So I'd like to control the tablet via another android/ios app.
Specifically:
be able to connect the android tablet to wifi
could I host a server on the android tablet to be able to communicate with it once connected to the wifi?
For part 1 I was thinking I could do something along the lines of have the tablet be in AP mode and use the client app to connect to it, is it possible to update the tablet's wifi once that is done?
If you were writing both pieces of software you could, although I wouldn't recommend it- Android is not meant to be a server OS, the battery optimizations and unreliability of Services make it a poor choice. Plain old Linux would be better. But controlling a 3rd party app remotely? You may be able to make something work, kind of. Something like connecting via wifi debugging, rooting the device, and sending raw touch events via the /dev/ filesystem. But it will be fragile, prone to breaking, and really hard to do. You're better off looking into open source solutions, like OpenHab.

Digital Signage

I have been trying to achieve the Digital Signage, though Samsung have their Smart View Sdk for that. I have tried Raspberry Pi but in every case i found the web interface to manage the ad, not the separate chuck of code/ interface so i can embed it with my application.
I am developing android and ios application and i have to create user interaction for signage so one can post to smart tv. But unfortunately i don't know how to /where to start? should i embed the api or some customize-able tool that i can start off.
can you guys suggest me some link/ tutorials for Samsung smart Tv Sdk in app development and for Raspberry Pi, no preference over that.
Thank so much
I recommend you to use a computer stick with linux openbox a web CMS like wordpress running on localhost modify a theme to take over the whole screen. I developed mine on linux and CMS such as joomla & wordpress with the following functions.
Live reload on changes
Cloud or remote access via tunnel
Remote control the slides via arrow keys also reload, backup, restore and reboot via one click button.
Beacon Physical Web with bluetooth.
Voice command with google voice api
live TV streaming
Remote Desktop via google remote
Remote connection via bluetooth
Schedule slide view base on day, time and hours
Trust me is better and easier than dealing with the Smart View Sdk.
Take a look at my system working all open source.
https://www.youtube.com/user/leoneltvpld/videos

flash app converted to native iphone/android/windows phone?

I need some advice please, I once made an app for iphone with flash builder. I didn't submit it to apple but got it on an iphone. I was wondering if this is something that can be done as I don't want to re learn xcode, and have zero interest in android and windows mobile...
I have client that wants me to build a radio streaming app (the same app on three platforms).
also wondering if i should use node.js for the backend as i can already connect flash or use something like this http://www.streamsolution.net/it/streaming/audio/ ?
I also would be fine with js in the app if that is viable? what do you think i my best solution?
On one hand I am worried about load balancing lots of listeners on node.js and on the other I'm not sure about these phones and how the deal with both flash apps and streaming?
Wize words?

Using an external camera in Androids Google Hangouts app

I want to be able to access an external camera such as a GoPro from the Google Hangouts App for Android. Currently the app allows you to use either your front or rear facing camera. I would like to be able to select a wifi or bluetooth paired adventure camera. Is there a way to create an app that will interact with Androids camera APIs and the Hangouts app to allow this?
No, you cannot create an app that provides new Cameras to other applications.
The cameras available to your application are determined by the firmware on the device. If you create a custom ROM you might be able to get your own cameras to work with applications, but I am guessing that the Hangouts app will still not support it.
The Hangouts app is likely hard coded to only support front and back facing cameras, and thus would not show any additional cameras available to the user.

Categories

Resources