Skip to content

Application of an electric nanny using android smartphones

Notifications You must be signed in to change notification settings

vald3nir/Android-My-Nanny

Repository files navigation

App My Nanny

A mobile app of an electronic babysitter for the IoT Discipline.

Master in Computer Science - UFC

Overview

144066611-343f705d-c392-4fe8-98a0-f574b05f7271

Print Screens

Splash Screen
Login Screen Register Screen
Home Screen Config Screen

Video server configuration on Raspberry Pi [Linux]

Install Motion

sudo apt-get install motion

Config Motion

sudo nano /etc/motion/motion.con
  • Make sure 'daemon' is ON.
  • Set 'framerate' anywhere in between 1000 to 1500.
  • Keep 'Stream_port' to 8081.
  • 'Stream_quality' should be 100.
  • Change 'Stream_localhost' to OFF.
  • Change 'webcontrol_localhost' to OFF.
  • Set 'quality' to 100.
  • Set 'width' & 'height' to 640 & 480.
  • Set 'post_capture' to 5.
  • Press ctrl + x to exit.

Setup boot

sudo nano /etc/default/motion
  • Set ' start_motion_daemon ' to yes

Run Motion

sudo service motion restart
sudo motion

To show

http://192.168.0.40:8081/

About

Application of an electric nanny using android smartphones

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages