Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse

NodeBB

  1. Home
  2. Selfhosted
  3. Home surveillance set up

Home surveillance set up

Scheduled Pinned Locked Moved Selfhosted
selfhosted
22 Posts 16 Posters 0 Views
  • 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.
  • sk@utsukta.orgS [email protected]
    @HereIAm I have this exact setup(homeassitant, frigate, image detection using intel igpu) and i run few other containers (jellyfin, nextcloud) with no issues so far since its for home use. Your GPU is powerful enough to handle much much more than this.
    And for cameras i would suggest to check the frigate documentation where they've indicated which cameras work best. RTSP is fairly common and i use it for my cameras with no issue.
    H This user is from outside of this forum
    H This user is from outside of this forum
    [email protected]
    wrote last edited by
    #3

    Thanks for the shout about Frigate's documentation. There's a lot of good information on there!

    1 Reply Last reply
    3
    • H [email protected]

      Hey all. I'm starting to plan out how to build a home camera system. For now I just want to use it to keep an eye on the dogs while I'm out of the house, so all of it indoors and with audio, but with plans to expand in the future. My one hard requirement is that the camera themselves are only communicating locally and the streams are accessible outside my network in a secure manner.

      I already have a server running some docker containers, including a reverse proxy*, with a GPU (Arc B580) installed for other video streaming. I also got a Google Coral on its way for future camera detection funs. Would the B580 be able to cope with say 2-4 camera streams (of say 1080p quality) and streaming a 4k HDR movie? This support page says it might be possible, but could stretch the limits a bit.

      My imagined setup is PoE IP cameras with RTSP streaming to my home server running Frigate (I'm open to suggestions) with some Home Assistant on the side.

      For cameras I've seen Dahua and Hikvision recommended. Do they all have/is RTSP a common feature on IP cameras? As none of the cameras I've looked at on Dahua's website has explicitly said they support it.

      I've been thinking about installing a separate network card on the server as well just for the cameras. But this might be a bit over-kill, and might be enough to block them on the router? But I image I will need a special switch for PoE either way.

      Outside of buying cameras, switch, and cables and then configuring it all, are there any big ticket items I've missed? Or is my set up kinda meek and a separate server for the video streams is recommended?

      • I know a reverse proxy isn't typically as safe as a VPN tunnel, but it's a balance with easy of use.
      C This user is from outside of this forum
      C This user is from outside of this forum
      [email protected]
      wrote last edited by
      #4

      The GPU won't have any issues encoding several video streams at the same time. That's not really necessary though. The cameras will do the encoding for you. Just set the bitrate and framerate that you want on the camera and pass that through. Most cameras support two streams, the secondary stream is usually limited to SD though. All of my Hikvision cameras support RTSP. It's mostly just the consumer grade crap that only works with the manufacturers cloud service so they can spy on you or restrict features whenever they want.

      Don't make the mistake I did and buy any Hikivision stuff from Amazon. They are all grey market and the firmware can't be updated. I tried to update one of mine and now the user interface is stuck in Chinese. You have to get them from an authorized distributor.

      H 1 Reply Last reply
      11
      • H [email protected]

        Hey all. I'm starting to plan out how to build a home camera system. For now I just want to use it to keep an eye on the dogs while I'm out of the house, so all of it indoors and with audio, but with plans to expand in the future. My one hard requirement is that the camera themselves are only communicating locally and the streams are accessible outside my network in a secure manner.

        I already have a server running some docker containers, including a reverse proxy*, with a GPU (Arc B580) installed for other video streaming. I also got a Google Coral on its way for future camera detection funs. Would the B580 be able to cope with say 2-4 camera streams (of say 1080p quality) and streaming a 4k HDR movie? This support page says it might be possible, but could stretch the limits a bit.

        My imagined setup is PoE IP cameras with RTSP streaming to my home server running Frigate (I'm open to suggestions) with some Home Assistant on the side.

        For cameras I've seen Dahua and Hikvision recommended. Do they all have/is RTSP a common feature on IP cameras? As none of the cameras I've looked at on Dahua's website has explicitly said they support it.

        I've been thinking about installing a separate network card on the server as well just for the cameras. But this might be a bit over-kill, and might be enough to block them on the router? But I image I will need a special switch for PoE either way.

        Outside of buying cameras, switch, and cables and then configuring it all, are there any big ticket items I've missed? Or is my set up kinda meek and a separate server for the video streams is recommended?

        • I know a reverse proxy isn't typically as safe as a VPN tunnel, but it's a balance with easy of use.
        W This user is from outside of this forum
        W This user is from outside of this forum
        [email protected]
        wrote last edited by [email protected]
        #5

        I have Frigate running with a reverse proxy, a coral, etc. I just use the internal Intel GPU on my CPU and it works with a 1080p and a not-quite-4k stream (4MP maybe?). It's no sweat for the hardware.

        GPU is only used to detect motion, and you can even configure a lower resolution sub-stream from your cameras to reduce that load, but I don't think you'll need to.

        Once motion is detected, Frigate fires up the coral to determine what is there. A car, dog, person, etc.

        I have everything get recorded with no processing to a single WD Purple, the biggest I could afford. It holds months of video before rewriting over old stuff.

        I have Amcrest cameras which are rebranded Dahua I think. I'm relatively happy with them, but I've always dreamed of owning Axis cameras, though they are a bit pricey. My cameras are on a VLAN that can't access the internet.

        Hope that helps.

        C 1 Reply Last reply
        3
        • H [email protected]

          Hey all. I'm starting to plan out how to build a home camera system. For now I just want to use it to keep an eye on the dogs while I'm out of the house, so all of it indoors and with audio, but with plans to expand in the future. My one hard requirement is that the camera themselves are only communicating locally and the streams are accessible outside my network in a secure manner.

          I already have a server running some docker containers, including a reverse proxy*, with a GPU (Arc B580) installed for other video streaming. I also got a Google Coral on its way for future camera detection funs. Would the B580 be able to cope with say 2-4 camera streams (of say 1080p quality) and streaming a 4k HDR movie? This support page says it might be possible, but could stretch the limits a bit.

          My imagined setup is PoE IP cameras with RTSP streaming to my home server running Frigate (I'm open to suggestions) with some Home Assistant on the side.

          For cameras I've seen Dahua and Hikvision recommended. Do they all have/is RTSP a common feature on IP cameras? As none of the cameras I've looked at on Dahua's website has explicitly said they support it.

          I've been thinking about installing a separate network card on the server as well just for the cameras. But this might be a bit over-kill, and might be enough to block them on the router? But I image I will need a special switch for PoE either way.

          Outside of buying cameras, switch, and cables and then configuring it all, are there any big ticket items I've missed? Or is my set up kinda meek and a separate server for the video streams is recommended?

          • I know a reverse proxy isn't typically as safe as a VPN tunnel, but it's a balance with easy of use.
          J This user is from outside of this forum
          J This user is from outside of this forum
          [email protected]
          wrote last edited by
          #6

          For indoor cameras, I use TP-Link tapo wireless cameras, and hikvision for outdoor. I put all of them on an isolated camera wlan and vlan without internet. the tapos work fine without internet access, but the status light will always be orange as it tries to reach some tplink aws IP to verify connectivity.

          All the hikvision cameras and tapos support rtsp.

          1 Reply Last reply
          4
          • H [email protected]

            Hey all. I'm starting to plan out how to build a home camera system. For now I just want to use it to keep an eye on the dogs while I'm out of the house, so all of it indoors and with audio, but with plans to expand in the future. My one hard requirement is that the camera themselves are only communicating locally and the streams are accessible outside my network in a secure manner.

            I already have a server running some docker containers, including a reverse proxy*, with a GPU (Arc B580) installed for other video streaming. I also got a Google Coral on its way for future camera detection funs. Would the B580 be able to cope with say 2-4 camera streams (of say 1080p quality) and streaming a 4k HDR movie? This support page says it might be possible, but could stretch the limits a bit.

            My imagined setup is PoE IP cameras with RTSP streaming to my home server running Frigate (I'm open to suggestions) with some Home Assistant on the side.

            For cameras I've seen Dahua and Hikvision recommended. Do they all have/is RTSP a common feature on IP cameras? As none of the cameras I've looked at on Dahua's website has explicitly said they support it.

            I've been thinking about installing a separate network card on the server as well just for the cameras. But this might be a bit over-kill, and might be enough to block them on the router? But I image I will need a special switch for PoE either way.

            Outside of buying cameras, switch, and cables and then configuring it all, are there any big ticket items I've missed? Or is my set up kinda meek and a separate server for the video streams is recommended?

            • I know a reverse proxy isn't typically as safe as a VPN tunnel, but it's a balance with easy of use.
            A This user is from outside of this forum
            A This user is from outside of this forum
            [email protected]
            wrote last edited by [email protected]
            #7

            Good suggestions in the chat. Ill throw in my setup for your consideration.

            I have several cameras, specifically with Ingenic SOCs on which ive flashed Thingino firmware (foss) so thats a bit of security on the camera side. Some others like hikvision ive picked up but not gotten around to setting up yet. But itll be plug and play as youll see next.

            Next i have a router flashed with freshtomato but openwrt is also an option. On that ive set up a vlan for the cameras that do not have internet or inter vlan access. So even if i didnt have custom camera firmware, they still wouldnt be able to send it anywhere.

            Next my home vlan has one way access in to the "camera vlan" so i can view from my network.

            Finally wireguard server (on the home vlan so it has internet access) so i can monitor remotely

            I just pull the rtsp streams. Havent gotten round to feed analysis yet but i used to use zoneminder. But i hear frigate and another software (cant remember off my head) supports for coral tpu quite well even after it has been dropped from support

            1 Reply Last reply
            4
            • H [email protected]

              Hey all. I'm starting to plan out how to build a home camera system. For now I just want to use it to keep an eye on the dogs while I'm out of the house, so all of it indoors and with audio, but with plans to expand in the future. My one hard requirement is that the camera themselves are only communicating locally and the streams are accessible outside my network in a secure manner.

              I already have a server running some docker containers, including a reverse proxy*, with a GPU (Arc B580) installed for other video streaming. I also got a Google Coral on its way for future camera detection funs. Would the B580 be able to cope with say 2-4 camera streams (of say 1080p quality) and streaming a 4k HDR movie? This support page says it might be possible, but could stretch the limits a bit.

              My imagined setup is PoE IP cameras with RTSP streaming to my home server running Frigate (I'm open to suggestions) with some Home Assistant on the side.

              For cameras I've seen Dahua and Hikvision recommended. Do they all have/is RTSP a common feature on IP cameras? As none of the cameras I've looked at on Dahua's website has explicitly said they support it.

              I've been thinking about installing a separate network card on the server as well just for the cameras. But this might be a bit over-kill, and might be enough to block them on the router? But I image I will need a special switch for PoE either way.

              Outside of buying cameras, switch, and cables and then configuring it all, are there any big ticket items I've missed? Or is my set up kinda meek and a separate server for the video streams is recommended?

              • I know a reverse proxy isn't typically as safe as a VPN tunnel, but it's a balance with easy of use.
              ikidd@lemmy.worldI This user is from outside of this forum
              ikidd@lemmy.worldI This user is from outside of this forum
              [email protected]
              wrote last edited by
              #8

              Limit yourself to ONVIF enabled cameras, wherever they come from. Then if the opensource stuff doesn't float your boat, there's always Blue Iris. Well worth the $50-70 IMO

              1 Reply Last reply
              4
              • W [email protected]

                I have Frigate running with a reverse proxy, a coral, etc. I just use the internal Intel GPU on my CPU and it works with a 1080p and a not-quite-4k stream (4MP maybe?). It's no sweat for the hardware.

                GPU is only used to detect motion, and you can even configure a lower resolution sub-stream from your cameras to reduce that load, but I don't think you'll need to.

                Once motion is detected, Frigate fires up the coral to determine what is there. A car, dog, person, etc.

                I have everything get recorded with no processing to a single WD Purple, the biggest I could afford. It holds months of video before rewriting over old stuff.

                I have Amcrest cameras which are rebranded Dahua I think. I'm relatively happy with them, but I've always dreamed of owning Axis cameras, though they are a bit pricey. My cameras are on a VLAN that can't access the internet.

                Hope that helps.

                C This user is from outside of this forum
                C This user is from outside of this forum
                [email protected]
                wrote last edited by
                #9

                Amcrest are great, but not all of them. Learned that with the stupid ASH-21 I bought.

                So check the frigate docs for cameras, there is a great list there.

                1 Reply Last reply
                2
                • H [email protected]

                  Hey all. I'm starting to plan out how to build a home camera system. For now I just want to use it to keep an eye on the dogs while I'm out of the house, so all of it indoors and with audio, but with plans to expand in the future. My one hard requirement is that the camera themselves are only communicating locally and the streams are accessible outside my network in a secure manner.

                  I already have a server running some docker containers, including a reverse proxy*, with a GPU (Arc B580) installed for other video streaming. I also got a Google Coral on its way for future camera detection funs. Would the B580 be able to cope with say 2-4 camera streams (of say 1080p quality) and streaming a 4k HDR movie? This support page says it might be possible, but could stretch the limits a bit.

                  My imagined setup is PoE IP cameras with RTSP streaming to my home server running Frigate (I'm open to suggestions) with some Home Assistant on the side.

                  For cameras I've seen Dahua and Hikvision recommended. Do they all have/is RTSP a common feature on IP cameras? As none of the cameras I've looked at on Dahua's website has explicitly said they support it.

                  I've been thinking about installing a separate network card on the server as well just for the cameras. But this might be a bit over-kill, and might be enough to block them on the router? But I image I will need a special switch for PoE either way.

                  Outside of buying cameras, switch, and cables and then configuring it all, are there any big ticket items I've missed? Or is my set up kinda meek and a separate server for the video streams is recommended?

                  • I know a reverse proxy isn't typically as safe as a VPN tunnel, but it's a balance with easy of use.
                  possiblylinux127@lemmy.zipP This user is from outside of this forum
                  possiblylinux127@lemmy.zipP This user is from outside of this forum
                  [email protected]
                  wrote last edited by
                  #10

                  Avoid Chinese cameras like Hikvision

                  0 H 2 Replies Last reply
                  3
                  • H [email protected]

                    Hey all. I'm starting to plan out how to build a home camera system. For now I just want to use it to keep an eye on the dogs while I'm out of the house, so all of it indoors and with audio, but with plans to expand in the future. My one hard requirement is that the camera themselves are only communicating locally and the streams are accessible outside my network in a secure manner.

                    I already have a server running some docker containers, including a reverse proxy*, with a GPU (Arc B580) installed for other video streaming. I also got a Google Coral on its way for future camera detection funs. Would the B580 be able to cope with say 2-4 camera streams (of say 1080p quality) and streaming a 4k HDR movie? This support page says it might be possible, but could stretch the limits a bit.

                    My imagined setup is PoE IP cameras with RTSP streaming to my home server running Frigate (I'm open to suggestions) with some Home Assistant on the side.

                    For cameras I've seen Dahua and Hikvision recommended. Do they all have/is RTSP a common feature on IP cameras? As none of the cameras I've looked at on Dahua's website has explicitly said they support it.

                    I've been thinking about installing a separate network card on the server as well just for the cameras. But this might be a bit over-kill, and might be enough to block them on the router? But I image I will need a special switch for PoE either way.

                    Outside of buying cameras, switch, and cables and then configuring it all, are there any big ticket items I've missed? Or is my set up kinda meek and a separate server for the video streams is recommended?

                    • I know a reverse proxy isn't typically as safe as a VPN tunnel, but it's a balance with easy of use.
                    H This user is from outside of this forum
                    H This user is from outside of this forum
                    [email protected]
                    wrote last edited by [email protected]
                    #11

                    I have all Reolink cameras and they’re awesome. They have both indoor and outdoor cameras. They’re really expensive compared to other similar cameras, but the software is really good, and there’s no subscription. You don’t even need to log in. Everything is only stored locally, on either SD cards in the camera or a separate “home hub” (or both). They have motion and object detection built into the cameras.

                    The way I have them set up is every indoor camera is plugged into a smart outlet that disconnects their power through Home Assistant when either me or my wife are home.

                    The outdoor ones are connected to solar power, so I didn’t even have to run any wires.

                    I’d highly recommend them.

                    1 Reply Last reply
                    7
                    • H [email protected]

                      Hey all. I'm starting to plan out how to build a home camera system. For now I just want to use it to keep an eye on the dogs while I'm out of the house, so all of it indoors and with audio, but with plans to expand in the future. My one hard requirement is that the camera themselves are only communicating locally and the streams are accessible outside my network in a secure manner.

                      I already have a server running some docker containers, including a reverse proxy*, with a GPU (Arc B580) installed for other video streaming. I also got a Google Coral on its way for future camera detection funs. Would the B580 be able to cope with say 2-4 camera streams (of say 1080p quality) and streaming a 4k HDR movie? This support page says it might be possible, but could stretch the limits a bit.

                      My imagined setup is PoE IP cameras with RTSP streaming to my home server running Frigate (I'm open to suggestions) with some Home Assistant on the side.

                      For cameras I've seen Dahua and Hikvision recommended. Do they all have/is RTSP a common feature on IP cameras? As none of the cameras I've looked at on Dahua's website has explicitly said they support it.

                      I've been thinking about installing a separate network card on the server as well just for the cameras. But this might be a bit over-kill, and might be enough to block them on the router? But I image I will need a special switch for PoE either way.

                      Outside of buying cameras, switch, and cables and then configuring it all, are there any big ticket items I've missed? Or is my set up kinda meek and a separate server for the video streams is recommended?

                      • I know a reverse proxy isn't typically as safe as a VPN tunnel, but it's a balance with easy of use.
                      T This user is from outside of this forum
                      T This user is from outside of this forum
                      [email protected]
                      wrote last edited by [email protected]
                      #12

                      What I did is Reolink with PoE off Amazon for about 100$, with RTSP so it can be absorbed into Home Assistant. Block its mac address for internet access in your router.

                      1 Reply Last reply
                      2
                      • H [email protected]

                        Hey all. I'm starting to plan out how to build a home camera system. For now I just want to use it to keep an eye on the dogs while I'm out of the house, so all of it indoors and with audio, but with plans to expand in the future. My one hard requirement is that the camera themselves are only communicating locally and the streams are accessible outside my network in a secure manner.

                        I already have a server running some docker containers, including a reverse proxy*, with a GPU (Arc B580) installed for other video streaming. I also got a Google Coral on its way for future camera detection funs. Would the B580 be able to cope with say 2-4 camera streams (of say 1080p quality) and streaming a 4k HDR movie? This support page says it might be possible, but could stretch the limits a bit.

                        My imagined setup is PoE IP cameras with RTSP streaming to my home server running Frigate (I'm open to suggestions) with some Home Assistant on the side.

                        For cameras I've seen Dahua and Hikvision recommended. Do they all have/is RTSP a common feature on IP cameras? As none of the cameras I've looked at on Dahua's website has explicitly said they support it.

                        I've been thinking about installing a separate network card on the server as well just for the cameras. But this might be a bit over-kill, and might be enough to block them on the router? But I image I will need a special switch for PoE either way.

                        Outside of buying cameras, switch, and cables and then configuring it all, are there any big ticket items I've missed? Or is my set up kinda meek and a separate server for the video streams is recommended?

                        • I know a reverse proxy isn't typically as safe as a VPN tunnel, but it's a balance with easy of use.
                        R This user is from outside of this forum
                        R This user is from outside of this forum
                        [email protected]
                        wrote last edited by
                        #13

                        I have hikvision, they support local rtsp but you need internet explorer to set them up. I'm not kidding, not mistaking it for Edge, and bought new 2 years ago

                        H U 2 Replies Last reply
                        3
                        • possiblylinux127@lemmy.zipP [email protected]

                          Avoid Chinese cameras like Hikvision

                          0 This user is from outside of this forum
                          0 This user is from outside of this forum
                          [email protected]
                          wrote last edited by
                          #14

                          Please elaborate, others are praising it.

                          possiblylinux127@lemmy.zipP 1 Reply Last reply
                          0
                          • R [email protected]

                            I have hikvision, they support local rtsp but you need internet explorer to set them up. I'm not kidding, not mistaking it for Edge, and bought new 2 years ago

                            H This user is from outside of this forum
                            H This user is from outside of this forum
                            [email protected]
                            wrote last edited by
                            #15

                            Oh, that might prove a bit difficult on a Linux machine. I guess I'll have to borrow my room mates computer 😛

                            O 1 Reply Last reply
                            0
                            • C [email protected]

                              The GPU won't have any issues encoding several video streams at the same time. That's not really necessary though. The cameras will do the encoding for you. Just set the bitrate and framerate that you want on the camera and pass that through. Most cameras support two streams, the secondary stream is usually limited to SD though. All of my Hikvision cameras support RTSP. It's mostly just the consumer grade crap that only works with the manufacturers cloud service so they can spy on you or restrict features whenever they want.

                              Don't make the mistake I did and buy any Hikivision stuff from Amazon. They are all grey market and the firmware can't be updated. I tried to update one of mine and now the user interface is stuck in Chinese. You have to get them from an authorized distributor.

                              H This user is from outside of this forum
                              H This user is from outside of this forum
                              [email protected]
                              wrote last edited by
                              #16

                              No Hikvision from Amazon, good shout as I was looking at some of them there.

                              1 Reply Last reply
                              2
                              • possiblylinux127@lemmy.zipP [email protected]

                                Avoid Chinese cameras like Hikvision

                                H This user is from outside of this forum
                                H This user is from outside of this forum
                                [email protected]
                                wrote last edited by
                                #17

                                Most recommended cameras are from China unfortunately. While I would prefer to not support them economically, they seem fine security wise.

                                possiblylinux127@lemmy.zipP 1 Reply Last reply
                                0
                                • H [email protected]

                                  Oh, that might prove a bit difficult on a Linux machine. I guess I'll have to borrow my room mates computer 😛

                                  O This user is from outside of this forum
                                  O This user is from outside of this forum
                                  [email protected]
                                  wrote last edited by
                                  #18

                                  I use linux too and used a Windows 7 VM, not because I couldn't borrow a Windows computer, but because they don't ship MSIE any more.

                                  1 Reply Last reply
                                  0
                                  • H [email protected]

                                    Hey all. I'm starting to plan out how to build a home camera system. For now I just want to use it to keep an eye on the dogs while I'm out of the house, so all of it indoors and with audio, but with plans to expand in the future. My one hard requirement is that the camera themselves are only communicating locally and the streams are accessible outside my network in a secure manner.

                                    I already have a server running some docker containers, including a reverse proxy*, with a GPU (Arc B580) installed for other video streaming. I also got a Google Coral on its way for future camera detection funs. Would the B580 be able to cope with say 2-4 camera streams (of say 1080p quality) and streaming a 4k HDR movie? This support page says it might be possible, but could stretch the limits a bit.

                                    My imagined setup is PoE IP cameras with RTSP streaming to my home server running Frigate (I'm open to suggestions) with some Home Assistant on the side.

                                    For cameras I've seen Dahua and Hikvision recommended. Do they all have/is RTSP a common feature on IP cameras? As none of the cameras I've looked at on Dahua's website has explicitly said they support it.

                                    I've been thinking about installing a separate network card on the server as well just for the cameras. But this might be a bit over-kill, and might be enough to block them on the router? But I image I will need a special switch for PoE either way.

                                    Outside of buying cameras, switch, and cables and then configuring it all, are there any big ticket items I've missed? Or is my set up kinda meek and a separate server for the video streams is recommended?

                                    • I know a reverse proxy isn't typically as safe as a VPN tunnel, but it's a balance with easy of use.
                                    F This user is from outside of this forum
                                    F This user is from outside of this forum
                                    [email protected]
                                    wrote last edited by
                                    #19

                                    Not as high tech as other answers, but I configured some months ago 2 rpi3 with picameras.
                                    I'm running mediamtx on the Pis in order to do rtsp.
                                    I have motioneye configured for motion detection, saving videos and sending telegram messages (But the project is dead and I'll probably look at frigate to replace it)

                                    1 Reply Last reply
                                    0
                                    • R [email protected]

                                      I have hikvision, they support local rtsp but you need internet explorer to set them up. I'm not kidding, not mistaking it for Edge, and bought new 2 years ago

                                      U This user is from outside of this forum
                                      U This user is from outside of this forum
                                      [email protected]
                                      wrote last edited by
                                      #20

                                      I've used a fair number of them from Amazon, they all have worked in any browser. I think I might have had to manually specify http and not https for setup though.

                                      1 Reply Last reply
                                      0
                                      • H [email protected]

                                        Most recommended cameras are from China unfortunately. While I would prefer to not support them economically, they seem fine security wise.

                                        possiblylinux127@lemmy.zipP This user is from outside of this forum
                                        possiblylinux127@lemmy.zipP This user is from outside of this forum
                                        [email protected]
                                        wrote last edited by
                                        #21

                                        They are straight up spyware

                                        At least air gap them

                                        1 Reply Last reply
                                        0
                                        • 0 [email protected]

                                          Please elaborate, others are praising it.

                                          possiblylinux127@lemmy.zipP This user is from outside of this forum
                                          possiblylinux127@lemmy.zipP This user is from outside of this forum
                                          [email protected]
                                          wrote last edited by
                                          #22

                                          https://www.forbes.com/sites/zakdoffman/2019/08/03/update-now-warning-as-eavesdropping-risk-hits-millions-of-chinese-made-cameras/

                                          https://www.bbc.com/news/technology-65975446

                                          1 Reply Last reply
                                          1
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Login or register to search.
                                          Powered by NodeBB Contributors
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups