User Tools

Site Tools


surv_camera

This is an old revision of the document!


Surveillance Camera with RaspberryPi Zero W]]

Hardware

Software

  • MotionEyeOS version: 20200606
    • MotionEye 4.2.2
    • Motion 0.42.1
  • Motionpush

Configuration

MotionEye

  • File Storage:
    • Upload Service: SFTP server
      • We setup a user in my server for this
      • location: /home/user/camera1
      • Include Subfolders: yes
  • Video Device
    • Video Resolution: 800×600 (fast), 2592×1944 (max, very slow)
    • Automatic Brightness: yes
  • Motion detection
    • Auto Noise Detection: yes
    • Motion Gap 30
    • Mininum motion Frames: 20 frames
    • Use mask
  • Motion Notifications
    • Run a command: yes
      • Command: /data/usr/bin/motionpush %H:%M
      • Motionpush
        • Has to be downloaded to the dev computer
        • Edit example.conf and motionpush executable:
        • motionpush:
          • CONFIG_FILE=“/data/etc/motionpush.conf”
        • Follow Telegram instructions to create a bot
        • Create a Telegram Channel
        • Configure (with BotFather) the bot to be able to “post in the channel” “manage channel”
        • Add the bot to the channel administrators

Test bot with :

curl -X POST "https://api.telegram.org/bot<Token>/sendMessage" -d "chat_id=-<channelid>&text=my sample text"

Project:

https://github.com/motioneye-project/motioneyeos

Download image:

https://github.com/ccrisan/motioneyeos/releases/download/20200606/motioneyeos-raspberrypi-20200606.img.xz

wiki:

https://github.com/motioneye-project/motioneyeos/wiki

Telegram Push notifications:

https://github.com/1pav/motionpush

surv_camera.1709025997.txt.gz · Last modified: 2024/02/27 09:26 by memeruiz