about to build app that auto shows camera on tablet on alert
Posted: Fri Jan 10, 2020 9:43 pm
So I'm about to attempt to develop an app that will show camera on 'registered' tablets when an alert is triggered by one of the cameras.
Here's the usecase:
I will have tablets in different places around the house as part of my home automation. I want to be able to see who is at the cameras whenever an alert is fired. I want this to launch from the background if necessary and I don't want to ahve to press anything on the tablets to trigger this.
I believe the android SDK supports this:
https://stackoverflow.com/questions/297 ... background
So again the features are:
* auto pops up from alert (that is, if some other app is in the foreground, the camera view will take over much like in the same way as you getting a phonecall)
* no need to touch anything (yes screen will have to be on all the time--will think through power management strategies later)
I'm assuming ZM ninja doesn't have these features, and there are no other app solutions. I'd be happy to be told I'm wrong. Please let me know if there is a current solution, or if you see any potential issues that would make this POC non-viable.
thanks!
Here's the usecase:
I will have tablets in different places around the house as part of my home automation. I want to be able to see who is at the cameras whenever an alert is fired. I want this to launch from the background if necessary and I don't want to ahve to press anything on the tablets to trigger this.
I believe the android SDK supports this:
https://stackoverflow.com/questions/297 ... background
So again the features are:
* auto pops up from alert (that is, if some other app is in the foreground, the camera view will take over much like in the same way as you getting a phonecall)
* no need to touch anything (yes screen will have to be on all the time--will think through power management strategies later)
I'm assuming ZM ninja doesn't have these features, and there are no other app solutions. I'd be happy to be told I'm wrong. Please let me know if there is a current solution, or if you see any potential issues that would make this POC non-viable.
thanks!