Stream CCTV Video from DVR to Raspberry Pi using Python and OpenCV

Поделиться
HTML-код
  • Опубликовано: 2 июл 2020
  • View the full project tutorial: circuitdigest.com/microcontro...
  • НаукаНаука

Комментарии • 27

  • @vinsmokearifka
    @vinsmokearifka 2 года назад +1

    thanks sir
    can i add face detection on this project?

  • @faizalramadhansusanto825
    @faizalramadhansusanto825 2 года назад +1

    Sir
    I have project about color detection using rasperry and cctv camera. Is it work if a add some code to detect color ?

  • @dennisasamoah2213
    @dennisasamoah2213 2 года назад +1

    Wonderful

  • @nabinabiyev8342
    @nabinabiyev8342 3 года назад

    Sir is it possible to connect raspberry to my computer instead of connecting to lcd

  • @Person_of_Intrest
    @Person_of_Intrest 3 года назад +1

    Bro Is it possible to connect a HKvision PoE cam directly to Raspi?Do I need any additional adaptors?Also can I do without being connected to Internet?

    • @nareshyarramsetti9288
      @nareshyarramsetti9288 4 дня назад

      I am facing same problem. Please share solution if it working for you.

  • @electronic7979
    @electronic7979 4 года назад +1

    👍

  • @alone_legends
    @alone_legends Год назад

    Can we delete CCTV footage and replace it with another CCTV footage

  • @vikassharma-sn8ke
    @vikassharma-sn8ke 3 года назад +1

    Will you be able to view the feed remotely as well in the scenario you have shown above

  • @aqfseries
    @aqfseries 3 года назад

    without rasberry pi is possible to connect live dvr footage and detect person and make alarm if unknown comes?

    • @Circuitdigest
      @Circuitdigest  3 года назад

      No, it is not possible without an additional hardware like Raspberry Pi

    • @joelgeorge08
      @joelgeorge08 3 года назад

      How many camera can be run simultaneously in raspberry

    • @joelgeorge08
      @joelgeorge08 3 года назад

      @@Circuitdigest how many cameras will work simultaneously in pi

    • @aqfseries
      @aqfseries 3 года назад

      @@Circuitdigest ok and can we control whole company cctvs cameras using raspberry pi ?

    • @Circuitdigest
      @Circuitdigest  3 года назад

      @@aqfseries it depends on the number of cameras, and what exactly you want to do. Try starting a discussion on the forums circuitdigest.com/forums people there should be able to give you some good inputs

  • @vikassharma-sn8ke
    @vikassharma-sn8ke 3 года назад

    Hi,
    Since you have connected the raspberry and DVR on the LAN, have you provided internet connection as well to to router.
    Is is possible to take the feed from the camera on the raspberry pi through ethernet

    • @Circuitdigest
      @Circuitdigest  3 года назад

      Yes it is possible, but LAN works faster. Pi was not able to handle the frames from internet it was very laggy

  • @albinsclassroom8388
    @albinsclassroom8388 3 года назад

    Sir is it possible to build this with Arduino instead of raspberry Pi

    • @Circuitdigest
      @Circuitdigest  3 года назад

      No Arduino cannot handle it

    • @badbolaladka
      @badbolaladka Год назад

      arduiono deals with binary i.e. 0 and 1 and its hard for hardware code to do such complex task, but it can do task of controlling electronics and sensors which work on analog and digital signal

  • @sagarhada4548
    @sagarhada4548 3 года назад

    how many cctv i can connect? can i connect 300 cctv with opencv

    • @Circuitdigest
      @Circuitdigest  3 года назад

      OpenCV can handle 300 CCTV, buy PI cannot. Are you trying to monitor 300 screens simultaneously

    • @aqfseries
      @aqfseries 3 года назад

      @@Circuitdigest is it possible?

  • @vikassharma463
    @vikassharma463 3 года назад

    I need to take the re-stream from the pi received through ip camera via ethernet cable. How feasible is it?

    • @Circuitdigest
      @Circuitdigest  3 года назад

      it should be possible, I am not sure about the frame rate though