It would be amazing if it doesn’t disintegrate if it rains, too.

  • @IchNichtenLichten
    link
    English
    2
    edit-2
    24 hours ago

    There are plenty of guides but I just took it step by step. The links I provided have instructions for each bit of software needed. You’ll need to be able to do things like flash the OS to a SD or USB drive and then be able to ssh into the Pi to install the camera software. Start here: https://www.raspberrypi.com/software/

    There’s no programming skill needed but you should be comfortable with using the terminal, or at least be willing to learn. You don’t need to install a OS with a desktop, everything is done via the terminal.

    After that’s done you can use VLC to view the feed and check it’s working before installing motioneye on a server. You just get the IP address of the camera and give the URL to VLC like this: rtsp://xxx.xxx.xxx.xxx:8554/h264

    If you look at the whole thing in one go, it’s overwhelming, but if you break it into chunks it’s not too bad and it’s a good learning opportunity, if that’s your thing.

    • @[email protected]
      link
      fedilink
      English
      21 day ago

      If you look at the whole thing in one go, it’s overwhelming, but if you break it into chunks it’s not too bad and it’s a good learning opportunity, if that’s your thing.

      This is very encouraging and helpful, I will try to keep it in mind! Do I just go in the order of the links you posted in the previous reply?

      Also just to make sure I understand correctly - at the end of it I should have a camera setup that I can access, via VLC, from the device of my choosing over ethernet/intranet?

      Thanks again for taking the time to talk me through this.

      • @IchNichtenLichten
        link
        English
        21 day ago

        Do I just go in the order of the links you posted in the previous reply?

        Yes. Get a working camera feed and go from there. For that, tackle the hardware side first - Pi, camera, power/ethernet, case, storage for the OS. Then install the OS and the camera software and test it. Mine are all indoors so you’ll have to see what kind of cases are weatherproof if you’re using it outside.

        Also just to make sure I understand correctly - at the end of it I should have a camera setup that I can access, via VLC, from the device of my choosing over ethernet/intranet?

        Exactly. VLC will be fine if you only want to view one camera. If you want to add more, do recording/motion detection, view them in a browser, etc. then MotionEye on a server works but there are other options. I know that the Synology NAS’ DSM OS has its own solution for managing all that stuff.

        • @[email protected]
          link
          fedilink
          English
          21 day ago

          Great, thank you so much! I’m going to do my best to actually get it done this time, I’m already much closer to figuring it out than I’ve been before.