motioneye-project / motioneye

A web frontend for the motion daemon.
GNU General Public License v3.0
3.87k stars 652 forks source link

how setup android without port forwarding on router (e.g. ngrok?) and connect it to MotionEye cloud #3026

Open ttodua opened 2 weeks ago

ttodua commented 2 weeks ago

it is possible that Android phone can be used as a camera (using IP Webcam) with ngrok? any tutorial out there?

MichaIng commented 2 weeks ago

Best is probably a VPN, like WireGuard, which is quite easy to setup on the Linux system (which runs motionEye), and has a simple Android app.

Then you can use an app like DroidCam to stream the phone's camera, which can then be added as network camera to motionEye, when connected via VPN.

ttodua commented 2 weeks ago

@MichaIng many thanks for response, I will try it. also, WireGuard was new to me !