MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    Motion Detection with RaspiCam, Non-Module version

    Scheduled Pinned Locked Moved Tutorials
    47 Posts 13 Posters 46.8k Views 17 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • N Offline
      Natacha3 @bhepler
      last edited by

      @bhepler It works perfectly !
      Thank you so much for sharing !

      1 Reply Last reply Reply Quote 1
      • S Offline
        stangarrang
        last edited by

        @bhepler I was hoping you could give me a hand. I’ve got your motion working but. Pm2 is not auto starting the motion. Everything is working fine if I manually “pm2 start motion” and " pm2 start mm" and I’ve tried adding @pm2 start motion to my auto start along side my “pm2 start mm” but that only breaks both processes. I’m trying to get both the magic mirror and the motion to auto start upon reboot.

        bheplerB 1 Reply Last reply Reply Quote 0
        • bheplerB Offline
          bhepler Module Developer @stangarrang
          last edited by bhepler

          @stangarrang Sure, no problem. Quick question: Did you enter pm2 save after you started both the motion and the Magic Mirror processes?

          1 Reply Last reply Reply Quote 0
          • S Offline
            stangarrang
            last edited by

            @bhepler yes that was one of the first things I did but after reboot nothing was saving. Actually just as you replied I went through a couple steps for pm2 startup plus the command that came after. After that I did a pm2 save and now things are working well :) thanks for your prompt reply!

            1 Reply Last reply Reply Quote 1
            • A Offline
              AnduriI
              last edited by

              is it possible to use Motion to activate the screen and MMM-Facial-Recignition simultaneously? Maybe also use the on_event_start to activate some lights in the front of the MM to increase image quality…

              bheplerB 1 Reply Last reply Reply Quote 0
              • bheplerB Offline
                bhepler Module Developer @AnduriI
                last edited by

                @AnduriI It should be. The motion system will operate independently of the mirror and only controls the signal running down the HDMI cable to the monitor. The Pi camera and the Magic Mirror process are still running.

                If you create a simple python script to control the pinouts on the Pi, you should be able to switch on some simple LED lights to illuminate the front of the mirror.

                1 Reply Last reply Reply Quote 0
                • D Offline
                  dam4
                  last edited by yawns

                  @bhepler
                  Hello, I am a true n00b and I am having issues with your process for getting the Pi camera to work. I copied and pasted your first line exactly and I get the following.

                  pi@raspberrypi:~ $ sudo apt-get install -y libjpeg-dev libavformat56 libavformat-dev libavcodec56 libavcodec-dev libavutil54 libavutil-dev libc6-dev zlib1g-dev libmysqlclient18 libmysqlclient-dev libpq5 libpq-dev
                  Reading package lists... Done
                  Building dependency tree
                  Reading state information... Done
                  Package libmysqlclient-dev is not available, but is referred to by another package.
                  This may mean that the package is missing, has been obsoleted, or
                  is only available from another source
                  
                  Package libmysqlclient18 is not available, but is referred to by another package.
                  This may mean that the package is missing, has been obsoleted, or
                  is only available from another source
                  
                  E: Unable to locate package libavformat56
                  E: Unable to locate package libavcodec56
                  E: Unable to locate package libavutil54
                  E: Package 'libmysqlclient18' has no installation candidate
                  E: Package 'libmysqlclient-dev' has no installation candidate
                  pi@raspberrypi:~ $
                  

                  What did I do wrong? Please help and thank you in advance.

                  yawnsY 1 Reply Last reply Reply Quote 0
                  • yawnsY Offline
                    yawns Moderator @dam4
                    last edited by

                    @dam4
                    Are you running raspbian Jessie or Stretch?

                    Looks like the names where changed
                    Jessie: https://packages.debian.org/jessie/libmysqlclient-dev
                    Stretch: https://packages.debian.org/stretch/default-libmysqlclient-dev

                    D 1 Reply Last reply Reply Quote 1
                    • D Offline
                      dam4 @yawns
                      last edited by

                      @yawns I am pretty sure I am running Jessie. How do I know for sure?

                      yawnsY 1 Reply Last reply Reply Quote 0
                      • yawnsY Offline
                        yawns Moderator @dam4
                        last edited by

                        @dam4
                        In the terminal run cat /etc/os-release

                        Maybe you need to run sudo cat /etc/os-release

                        D 1 Reply Last reply Reply Quote 0
                        • 1
                        • 2
                        • 3
                        • 4
                        • 5
                        • 3 / 5
                        • First post
                          Last post
                        Enjoying MagicMirror? Please consider a donation!
                        MagicMirror created by Michael Teeuw.
                        Forum managed by Sam, technical setup by Karsten.
                        This forum is using NodeBB as its core | Contributors
                        Contact | Privacy Policy