I’ve got my old Nexus 7 set up as a web cam in HA using the the IP Android Webcam component and it’s great. Now I’d like to do the same thing with an iPhone that I am no longer using. Any ideas?
I’ve looked at ManyThing – but I don’t see how I can set it up to simply display a card like IPAndroid Webcam does.
I achieved something similar using ‘iPCamera - High-End Network Camera’ from the app store for $.99. It is pretty bare bones, but sufficient for what I am using it for. No motion sensing or night vision. One thing that is nice is that it works with iOS7, so I could use an old iPhone 4
When you have it running on the iPhone, it displays the IP address where it is broadcasting on the phone. Go there from any browser on the same network, and there it is. It has a few basic controls you can toggle on and off. To integrate with HA, I used the Generic MJPEG Camera component, and it is displaying as a card.
After playing around for a bit, I figured out that I could toggle the settings on and off with a url. I created a couple command line switches with the more useful ones. Here is my setup:
I think this has to run in the foreground, to have the camera active. I run it on an old 4 that i don’t use or anything else. It stays plugged in, and the time to lock setting is set to never. With this app, you double tap to blank the screen.
Are you still using this app for a camera solution? I have trouble integrating it in Lovelace, my mjpeg_url is set as in this example but I have tons of trouble getting the image to show in a glance card… works in Firefox but not in Safari. Could you please share your lovelace card settings?
hmm… same story - works correctly in Firefox, but only shows the broken image icon in Safari a couple of restarts of browser/HA and everything’s good thank you!
still using this neat little app on an old iPhone that’s connected to a charger all the time and came up with another idea:
I’m sort of troubled by cameras being live in my house while it is occupied so I was looking for a way to turn off the camera at specific times and enable it based on i.e. occupancy. I looked for solutions turning the camera completely off remotely but couldn’t find any so I decided to just switch to the front-facing/Facetime camere instead. This can be done by flipping the ‘camera’ parameter in another command_line switch like this:
I’ve successfully tested this via the frigate add-on (popular open source software nvr).
You need to install the IP camera on an iOS device, then define the camera as a (I believe it was) MJPEG source in frigate. Frigate can detect motion, etc., you can also add the configured source as a camera entity in HA.