MotionEye COMPLETE TUTORIAL: Installation, Configuration & Home Assistant Web Hooks

Поделиться
HTML-код
  • Опубликовано: 11 июл 2024
  • Maybe you have several cameras from different brands that you want to put in one place and you want to record movies or pictures continuously or when motion is detected. Well, you came to the right place I will show you how you can do all of that with #MotionEye on #Raspberry #Pi or any other linux device.
    I will show you two ways of installing MotionEye both are kind of universal as you can use them for ARM or x86 processors.
    The first method is very easy by using Docker and the second is even easier, but it requires Home Assistant. You can choose which one is more suitable for you.
    Then I will show you how you can add cameras in MotionEye and how to configure and use the most important options.
    The final part will be configuring an automation in Home Assistant so when motion is detected a notification will be sent using web hooks.
    So let’s go:
    ► TIME TABLE
    00:00 Intro
    00:26 What is MotionEye?
    00:45 Two methods of installing MotionEye in this video
    01:42 Install MotionEye using Docker on Raspberry Pi
    03:42 Install MotionEye from Home Assistant
    04:58 Let's add a camera in MotionEye
    06:37 Configure Resolution and Frame rate of the Camera
    07:36 Quick Question for You!
    07:54 File Storage settings in MotionEye
    08:10 Text Overlay settings in MotionEye
    08:47 Video Streaming settings in MotionEye
    09:31 Still Images settings in MotionEye
    10:07 Movies settings in MotionEye
    11:10 Motion Detection settings in MotionEye
    12:37 Motion Notifications settings in MotionEye
    13:05 Working Schedule settings in MotionEye
    13:29 Let's test if the motion detection is working
    15:13 Create a Home Assistant Automation and configure MotionEye web hook
    17:11 Free Bonus for You
    19:14 Support my Work
    ► MY GUIDE - ON SALE
    Smart Home Getting Started Smart Home Guide v2.0 - peyanski.com/product/smart-ho...
    ► SUPPORT MY WORK
    Patreon - / kpeyanski
    Paypal - www.paypal.me/kpeyanski
    Bitcoin - 1GnUtPEXaeCUVWdJxCfDaKkvcwf247akva
    Revolut - revolut.me/kiriltk3x
    ► COME AND SAY “HI” on:
    My Discord server: invite.gg/kpeyanski
    My Twitter: / kpeyanski
    ► AFFILIATE LINKS
    Wemos D1 Mini V3 (ESP8266) - s.click.aliexpress.com/e/_AEGfVP
    NodeMCU-32 ESP32 wifi+Bluetooth (ESP32) - s.click.aliexpress.com/e/_AVGyc1
    NodeMCU V3 (ESP8266) (AliExpress affiliate link) - s.click.aliexpress.com/e/_AArg2V
    Ubiquiti UniFi Dream Machine (UDM) - amzn.to/34B0FQK
    Raspberry Pi 4 4GB Starter Kit with 32GB Micro SD Card - amzn.to/3qaI5qN
    Raspberry Pi Zero W kit 2 - s.click.aliexpress.com/e/_A47KBK
    Raspberry Pi Zero W Official Starter Kit (Amazon Affiliate link) - amzn.to/3ndcX87
    Tech that I’m using right now - www.amazon.com/shop/kpeyanski
    Get $100 in credit over 60 days for DigitalOcean - m.do.co/c/6dd2caef1f1f
    ► CRYPTO AFFILIATE LINKS
    Coinbase - Get $10 in Bitcoin when you buy or sell $100 or more - www.coinbase.com/join/peyans_4
    Binance - One of the biggest Crypto currency exchange - www.binance.com/en/register?r...
    ► FULL ARTICLE
    If you prefer to read check the full article here - peyanski.com/motioneye-is-it-...
    ► SUBSCRIBE TO MY NEWSLETTER FOR FULL ARTICLES - SENT WEEKLY. YOU WILL GET FREE EXCLUSIVE GUIDE IF YOU SUBSCRIBE!
    You can do that here - peyanski.com/newsletter
    ► CONFIGURATIONS
    To install MotionEye using Docker
    git clone github.com/SensorsIot/IOTstac... ~/IOTstack
    cd ~/IOTstack && bash ./menu.sh
    docker-compose up -d
    add this in automations.yaml
    MotionEYE Automation test
    - alias: Receive Telegram when MotionEye webhooks
    trigger:
    platform: webhook
    webhook_id: 123321
    action:
    - data:
    message: 'There is motion detected. Maybe someone is smashing the LIKE button'
    service: notify.telegram
    to check if web hook automation is working
    curl -d "" YOUR_HA_IP_HERE:8123/api/webhook/123321
    ► USEFUL LINKS
    Official MotionEye GitHub Page - github.com/ccrisan/motioneye
    My Smart Home from Raspberry Pi video - • Raspberry Pi as SMART ...
    Home Assistant - Telegram Notifications - • Home Assistant - Teleg...
    Home Assistant - Gmail Notifications - • Home Assistant - Gmail...
    Home Assistant - Persistent Notifications - • Home Assistant - Persi...
    Home Assistant - Voice Calls Notifications - • Home Assistant Voice C...
    ✅ Don't Forget to like 👍 comment ✍ and subscribe to my channel!
    I really hope that you find this information useful and you now know how to install MotionEye and add all of your cameras.
    Thank you for watching, stay at home, stay safe and see you next time.
  • ХоббиХобби

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

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

    Awesome tutorial.
    Very helpful.
    Had no idea about docker. Was manually building motioneye all this while.

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

      Great to hear! Glad it was helpful!

  • @tovmax1
    @tovmax1 4 года назад +7

    Thank you for another video. When I first tried motion (it was 7 or 8 years ago) with a pair of usb webcams I was quite impressed with its functionality. So I'm glad the project is still alive.

    • @KPeyanski
      @KPeyanski  4 года назад

      Great to hear! So you didn't use it anymore? I thought that you are using it for 7-8 years at first :)

    • @tovmax1
      @tovmax1 4 года назад

      @@KPeyanski I will happily use it when brand new intellectual features like human recognition etc. will be added. i hope it wont't be long to wait :)

    • @KPeyanski
      @KPeyanski  4 года назад

      Yes, this is the trend now worldwide, so I guess sooner than later we will have it :)

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

    First video I watch of you. Such a great tutorial, thanks so much bro!

    • @KPeyanski
      @KPeyanski  4 года назад

      Glad you enjoyed it!

  • @stepheng2131
    @stepheng2131 4 года назад

    Thanks for your great videos! This stuff makes Wyze cameras so much more useful

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

    Another great video! Keep-up the great work!

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

    I just wanted to say that this channel was an insta-sub the moment I realized you had the instructions written on your blog. I'll make sure to bring traffic to your RUclips channel, thank you so very much for making the text version!!!!

  • @certified-forklifter
    @certified-forklifter 4 года назад +1

    awesome video! I made a camera for garden. THANK YOU :)

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

    Very informative. Congrats man.
    Subscribed!

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

      Awesome, thank you! See you around!

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

    very helpful, thanks!

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

      You're welcome, MrTolcher! Check my other videos as well!

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

    Amazing, great solution!

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

      Glad you like it! Thanks for the comment. Cheers!

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

    Excellent video bro !

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

      Glad you liked it and comment. Check my other videos as well :)

  • @vaughanza
    @vaughanza 4 года назад

    Thanks for awesome video

    • @KPeyanski
      @KPeyanski  4 года назад

      It's my pleasure! Thanks for commenting :)

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

    Thank you for the great video, very clear and informative. Can you please tell me if you have run motioneye on a raspberry Pi 3 with HA installed too. Does it work fine with 2-3 camera or that it too much for it to take?

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

      Yes I have and yes it will take it. You probably have to optimize your motionEye settings for best experience.

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

    Thx man, always interesting videos. Current setup can barely handle home assistant. What are you currently using to run everything covered in your videos?
    Would a new ryzen 5 with 32gig RAM be enough for HA, nvr, backup, some containers, some vms? Going to build a new server, but what is enough?

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

      It depends of the VMs and containers :) But there is a big chance to be enough :) I'm testing with an old AMD Athlon 4 core processor and 10GB RAM, but I have only HA, NR, Mosquitto and MotionEye at the moment on it and the utilisation is around 20-30%

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

    Thanks for videos. I have installed motioneyeos on HA but can't seem to get it into the side bar. Do you know how this is done?

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

    Excellent video, very informative. Just curious, what camera are you using on this video?looks awesome THNX!

    • @KPeyanski
      @KPeyanski  4 года назад

      Thank you. I'm using Canon M50 with kit lens.

  • @rolandschuepbach6836
    @rolandschuepbach6836 2 года назад

    Hi, thanks for all your great video's. I am struggling with the installation of the add-on "motioneye" in home assistant. When adding the url to the repositories add on link it tells me always invalid repositories link. Any idea how I can add this repositories add-on? Found the problem! All works!

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

    As usual good video
    what if I want to use the GPIO for anther thing? Thanks

  • @cvicracer
    @cvicracer 4 года назад

    Great video

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

    Huge thanks! for this...unlike my Samsung Integration I got this on my first try... Very cool being able to see my security cameras on my ipad anywhere on the planet (that is if we could travel anywhere)
    Your videos are the best on youtube explaining how to fiddle with HASS...
    One question, I'm running this on a Pi4. It boots fast (~10 seconds) and runs with no problems... when do I move to a virtual machine or should I try to run in Docker on my Synology?

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

      If runs well on pi4 why you want to move?

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

      @@KPeyanski Consolidation assumedly.

  • @yordanofff
    @yordanofff 2 года назад

    Здравей! Правиш страхотни видеа, за което много благодаря. Помогнали са ми - не един път. Единственото което не ми харесва е постоянното прекъсване за да се абонираме за канала ти. Наясно съм, че по този начин правиш пари и контента ти достига до повече хора, но когато ми излиза на всяко видео не ме стимулира да се абонирам, а точно обратното.
    Продължавай да правиш добри видеа и всичко ще си дойде на мястото. Хората които ги харесват, ще се абонират. Успехи !! :)

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

      Благодаря ти Ивайло! Съжалявам, че напомнянето за абониране ти е досадно. Не го правя за пари, защото никой не плаща за брой абонати, а защото от YT статистиката излиза, че само около 13% от хората, които гледат видеата ми са абонирани за канала. Много хора не се сещат за това докато гледат и подканите са за тях. За вече абонираните се стремя да го правя различно и забавно, за да не дразни (виж последните ми видеа за пример). Сам се сещаш, че не мога да угодя на всички. Надявам се да съм успял да го обясня правилно. Приятен ден!

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

    Thaks for you videos

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

      You are welcome! Check my other videos as well.

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

    I'm really uniformed on security cameras, friends of mine use Ring which is about 4x more expensive than some of the basic wifi cameras that I can buy online. Ring is convenient because it comes with its own app but how do I know what app applies to the cheaper models?

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

    Detailed tutorial. How did you create the webhook for the telegram notifications?

  • @gbadishomeassistant748
    @gbadishomeassistant748 8 месяцев назад

    As always great videos and articles Thans from Athens

    • @KPeyanski
      @KPeyanski  8 месяцев назад

      Thanks for watching! Greetings to Athens

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

    Fantastic! Worked first time. I've used my local IP If I use Nabu Casa and want to receive alerts away from home will I need to put in another address?

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

      yes, just put the Nabu casa address and test it

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

    Hi thanks for the all your videos, i am new to home assistant, can you help with seting up a webhook ID Thanks

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

      Hey Irwin, do exactly as I'm describing in the video. You can also check my article if it is more clear to you there. Here is a link 👉 peyanski.com/motioneye-is-it-the-ultimate-nvr/

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

    Thanks for your tutorial, very informative. Only the part where motioneye is shown in home assistant lovelace is missing. How can you show the camera recording in Lovelace? What are the options?

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

      The camera recording is done in motionEye, in HA you can catch motion triggered by motionEye and you can send notification or do something else

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

    Hi Kiril
    Love your content. I wanted to ask you if it‘s possible to install and run both Home Assistant & Motioneyeos on the same Pi Zero?
    Thank you in advance

    • @KPeyanski
      @KPeyanski  2 года назад

      I suggest to try the opposite variant to install the Home Assistant OS and to add motionEye as home assistant add-on. But I'm not quite sure about the performance in either way. Grab at least raspberry pi 3 if pi zero can't handle this load. Good luck

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

    It looks like it records video files, but there's no easy UI for video scrolling / playback?

  • @neilausten9404
    @neilausten9404 4 года назад

    Hi Just discovered your videos. I have a couple of beginner standard questions. I have motioneye installed on a separate RPi to my HA RPi. I have added the motioneye add-on to HA and have gone to the user interface. I assume I have to add the V4L2 camera but I can't work out how you get that URL under camera type or how you jump to the new page at 5.48. My HA screen seems to show a camera installed but says unable to open video device. Any help you can offer would be great and thanks for the video.

    • @KPeyanski
      @KPeyanski  4 года назад

      Hi there on 5:48 I jump to another virtual desktop. This feature is embedded in macOS. To add a camera you have to check with your camera manufacturer what method is supported. One of the most preferred is RTSP protocol. If your camera is supporting that you will have no problems adding it

  • @LaniniDaniele
    @LaniniDaniele 2 года назад

    Thanks for your awesome video! One step is not clear to me. How do I access my motion eye os on rpi4 from outside my apartment? It could be a stupid question, but could you please explain again? Thanks in advance, awesome work

    • @KPeyanski
      @KPeyanski  2 года назад

      The best ways is to use a VPN. Check either of these videos of mine for detailed instructions - ZeroTier ruclips.net/video/lFmeF5xoAPI/видео.html or WireGuard ruclips.net/video/df9xjMsNVaI/видео.html

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

    Is there anyway to have MotionEye get motion detection notifications from IP cameras themselves? I have some Dahua IP cams that have inbuilt motion detection and sends ONVIF events. It seems a waste of CPU power to have MotionEye do the motion detection when my cameras already do it.

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

      You can try add the camera to Home Assistant using ONVIF as I'm showing here - ruclips.net/video/PHuq4oQuyEk/видео.html and use the motion sensor from there if it's working fine.

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

    Hi there - do you recommend installing this way over using MotionEyeOs? Does one perform better than the other?

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

      I didn’t compare them but in theory motionEyeOS should perform slightly better because it doesn’t rely on additional software. But the cons is that you can’t use the device for almost nothing else.

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

    Great video. I would like to know how to add my xiaomi xiaofang cameras into home assistant and then use this motion Eye. Is it possible?

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

      Yes, it is. You need the RTSP link for you camera and then you can add them exactly as I'm showing in the video.

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

    Excellent video!
    In order to connect a ESP32-CAM in Home Assistant, do you recommend me installing it directly or with motionEye ?
    Thank you very much Kiril

    • @KPeyanski
      @KPeyanski  4 года назад

      With MotionEye is better, because this ESP32-CAM server implementation allow only one connection at a time. With motionEye you can work around this

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

      @@KPeyanski I added it with ESPHome, have you tried it?

    • @KPeyanski
      @KPeyanski  4 года назад

      No, never. Can you open the stream from more than one device now?

    • @vidadeingeniero3350
      @vidadeingeniero3350 4 года назад

      @@KPeyanski Yes, sure!! It´s much better for me and also you can see other parameters

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

      @@vidadeingeniero3350 are you saying you didn't use Motioneye at all? are you just using home Assistant? how are you recording the video? if not how exactly did you add the camera to motion eye? I'm stuck on this part, I have home assistant with motioneye I added in one home assistant ESP 32 camera. I can't for the life of me figure out how to add that camera to motion eye. in the end I want to be able to detect motion from the PIR sensor on the ESP32 cam start recording a video and save it to either the SD card or a hard drive on home assistant and notify me through email that there's been movement.

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

    thanks bro

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

    i love russian guys thanks for all, and thanks for your tutorials

  • @shlamhabor
    @shlamhabor 2 года назад

    Great video thank you very much! But my system does not record. Everything works, only that it want to record :(

    • @KPeyanski
      @KPeyanski  2 года назад

      Thanks, but what exactly is happening? Can you check the logs?

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

    Would you recommend using MotionEye on my Raspberry Pi3 or MotionEyeOs..I am using the OS Version but am having issues.

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

      if you want to use your pi for something else along with the motionEye don't use the OS. If you want a dedicated pi for motionEye, then stick with the OS. It depends what do you want.

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

    What IP Camera are you using? It has HTTP Protocol stream that accessible from Motion Eye. That's what I looking for.

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

      This one - ruclips.net/video/nYN53LiqVQk/видео.html

    • @bensekh
      @bensekh 4 года назад

      @@KPeyanski Awesome. Thanks!

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

    HI, thanks for the video (this one and all the others!!!)
    I installed MotionEye to HA and now I want to add a SSD drive to Raspberry Pi4 USB to save my video surveillance videos. How can I do that.
    thanks again
    Alex

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

      Just format the SSD drive with any linux compatible file system like ext4 and configure the MotionEye to use the new drive

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

      @@KPeyanski Thanks !!!! I will do this.

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

    HI, i have some IP cameras, i have the rstp ling, username and password but when i try add the camera to motioneye the "camera" list is empty (your have 2 lines TCP and UDP).
    I'm in Home Assistant.
    Any help is welcome.

    • @simonknight2973
      @simonknight2973 8 месяцев назад

      same here, also not accepting rtsp URL for me. Did you get it working?

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

    Do you have any clue if you can send email only when I'm not home else ignore movement detection (like with wifi or something)

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

      Yes, you need presence detection for that. The easiest way is to use Home Assistant companion app for iOS - ruclips.net/video/Gr_f4W1IRts/видео.html or Android - ruclips.net/video/pTa-SCWXMSQ/видео.html. The other options are to use HA with raspberry pi zero W and room assistant - ruclips.net/video/QbOez63XlFs/видео.html or Monitor - ruclips.net/video/-uRq4L6bxrI/видео.html for more granular room detection. One more option is to integrate your router with HA if you happen to have UniFi router use this - ruclips.net/video/SAYKkcQksmY/видео.html

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

    Which is the best among shinobi, zone minder, motion eye, xeoma. Gonna run them along openmediavault on my raspberry Pi4 (4gb) and use it to record vids of 4 IP cam.

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

      I don't know! That is not bad idea for a new video. I will think a little bit more about it.

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

      @@KPeyanski please please please make a video on it. Also let me know tentative date it's gonna be uploaded on. Really need that right now.

  • @n.r.2258
    @n.r.2258 3 года назад

    Hmmm how do you detect the cameras in you’re network?
    Presently I can just access the different cameras via the different apps of the cameras.?

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

      Your camera(s) should support RTSP or ONVIF to be able to add them

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

    Hello, can you please clarify
    I want to use ESP32 cams with pi
    Motion eye is stand alone and a plugin for home assistant, & home assistant is also standalone and have home assistant firmware for the peripherals
    Then why one will need motion eye? Can't home assistant do it alone?

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

      Yes, you can, but you will miss some of the features that software NVRs like motionEye provides. If that is not a problem and they are not needed you can stay with HA only.

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

    I was able to just install motioneyos by itself and it works fine

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

    Hello, I have a Bosch DinionNBN-498-11P camera and I can not add this camera. MotionEye don't regonized the camera. What I doing wrong ? Can you help me whit a solution ?

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

      Try to find the RTSP link in the vendor documentation and try again with it.

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

    Hello, how could I extend the lenght of the video recording?. I have a maximum of 60 secs after motion is detected,but it's recording only around 12 to 20 secs.

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

      Not sure about that! Maybe someone else can jump in and save the day - here!

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

    Thankx. When i start addon eyemotion on My RPI 4, the temperature increase from 45 c° to 65 c°. Is it normal ?

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

      Yes, motionEye is a little heavy to run even on PCs and especially if you have more cams

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

      @@KPeyanski yes I have 4 cams

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

      My cpu from 20% to 75%
      Temperature from 45-75 🥵🥵🥵🥵

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

    Will motioneye output a link that will work with sharptools?

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

    Hello. Can I add a Chinese camera? I have 3 of those, one using imou app, one eyepluss app and third one using eyecloud app and all of these 3 cams I can't find streaming url. Can you help me?

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

      If your Chinese cameras support RTSP or ONVIF you can add them

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

      @@KPeyanski thanks a lot. but i don't know if the support? :-(

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

    Merci mon ami

    • @KPeyanski
      @KPeyanski  2 года назад

      vous êtes les bienvenus

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

    I have been looking at a few different NVR solutions, primarily software based. I have been trying to work out which is best and I have been looking between ZoneMinder, motionEye and Blue Iris. How does motionEye compare to Blue Iris? I have not found many comparisons between Blue Iris and motionEye. A lot of reviews point to Blue Iris being best, but it is very resource hungry.

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

      I don’t know that answer. The best answer will be to try them all and decide for yourself. I’m going to do exactly that with exactly these three software NVRs and I will probably make videos about them but I don’t know when exactly this will happen. So I’m in kind of the same boat as you 😉

    • @EsotericArctos
      @EsotericArctos 4 года назад

      @@KPeyanski I am having a play with MotionEye. Do you know if MotionEye has function to use two network cards? I'd like to keep my cameras on their own network separate from my main LAN.

    • @EsotericArctos
      @EsotericArctos 4 года назад

      @@KPeyanski I have been playing with Blue Iris lately, it certainly has a lot of features. A lot that a home user may not use.
      I like that the clips are available directly in the interface and it is an all in one solution, but it is resource hungry, likely because it is based on Windows. I think I like it better than MotionEye for ease of use and the interface is definitely more polished. It makes MotionEye look a little amateur, but Blue Iris does cost.

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

      @@EsotericArctos so what did you choose in the end. I am confused btw shinobi, zonemimder, motion eye and xeoma to run on my rpi4.

    • @EsotericArctos
      @EsotericArctos 3 года назад +2

      @@harshitkaushik5994 I settled on a Blue Iris in the end. I built a Windows Virtual Machine and just art it up there. The others just didn't quite have the se polish. This won't running anything low powered though as it is Windows only and can be resource hungry when you get a few cameras.

  • @simonknight2973
    @simonknight2973 8 месяцев назад

    The motionEye addon no longer accepts rtsp URLs in the URL field when adding a Camera. I've no idea why, the rtsp URL I'm using opens fine in VLC network stream.
    EDIT: It accepted the URL once I extracted the username and password from my RTSP URL, and entered it into the username and password fields. Basically don't put the credentials inside the URL.
    🤦‍♂

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

    Does motioneye allow for integration into AI like Deepstacks for eliminating false detects?

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

      Hi, motionEye support web services/REST commands. And if Deepstacks support this kind of communication, then it will be probably possible.

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

    My NVR is already recording the camera video to its hard drive, is there any way to set up the cameras on motionEye to where they are only live feeds?

    • @Hex-Mas
      @Hex-Mas 3 года назад

      get windows and install something that works.

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

      Yes, just disable the video recording from the motionEye settings. For the second question - when you add a camera in MotionEye, it automatically creates several URLs that you can use for notification or embedding purposes

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

      Haha, motionEye also works and it is free, but I guess you have to play a bit more with it's options :)

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

    I'm following all steps but after the ones to add camera (tested both TCP and UDP) I see only a grey screen that say "unable to open video device". Have you any ideas?

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

      Double check your link and credentials. Also try to open the stream with VLC player for example. If it's not working with the VLC as well then you definitely have some issue with your link or credentials or both

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

      @@KPeyanski thanks for your answer. Unfortunatly I already tryed with VLC and it works fine. URL and credential are ok :(

  • @kamar-1613
    @kamar-1613 3 года назад

    It was working fine last week, I tried accessing the site and it says cannot be reached

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

      Try restart and check the logs. Also your free disk space!

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

    after i add my ip cameras i get a gray screen and video does not appear, i have 9 cameras 3 different brands all of wich are already connected to my physical NVR so i know they work. but i only get a gray screen when i add them. i was only interested in adding them here so i could use the motion sensors for automation's like turning on lights when motion is detected

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

      Are you adding the main or the sub stream? Is it possible that you are adding the main stream that could be limited to 1 device at a time. Try with the substream with any of the cameras

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

      @@KPeyanski I followed your tutorial I didn't see that option in the video, and motion eye doesn't give me a choice of main or sub stream. Where do I choose the stream? Please help

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

      You have to check your camera manual and to check if your cameras support RTSP sub streams and what is the exact URL

  • @12tribeff
    @12tribeff 3 года назад

    Can someone show me how to remove motion eye? I cant format my card with anysoftware or device, motioneye has done soemthing to the microsd card.

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

      Probably your card got corrupted due to intensive writing or age or both. It happens to me multiple times and most probably it has nothing to do with motionEye in your case. Try to find some low formatting tools in google and if they didn't help just buy another SD card.

  • @CarlosGomez-THX_1138
    @CarlosGomez-THX_1138 3 года назад

    I get the following error when I copy/paste the code:
    missed comma between flow collection entries at line 3, column 1:
    - alias: Receive Telegram when M ...
    ^
    Please help

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

      Hi, what you have above this line in your automations.yaml file? Can you share few lines above and few lines below the whole automation ?

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

    At 5:45 you get a link, but don’t say where to find that link. I am not able to get motioneye to find my camera so I think it’s this information I’m missing.

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

      Hi, you have to get it from you camera manufacturer. Check their websites, forums, etc...

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

    Any device as in ESP32-cam?

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

      esp32-cam worked, but it was not so stable.

  • @neoaspect_0751
    @neoaspect_0751 4 года назад

    Can this connect to network attached server?

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

    How do i turn of the camera backup

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

      I don't understand your question very well. You want to backup your camera pictures and/or videos or you want to backup you camera settings?

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

    Mine is running kid of slow I don't know how to make it faster Please help!!

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

      On what device are you running it?

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

    Писал на гитхабе motion, чтобы аудио из потока не удаляли при записи с IP камер. Ответили что не приоритетная задача и пишите аудио другими методами. Поэтому интересно, MotionEye звук писать умеет?

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

    Excellent video !
    Please show us how to sends a snapshot of a detected motion to Telegram .
    Thanks.

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

      Check my Telegram video! I think I cover this there - ruclips.net/video/7D6-IP_qKEw/видео.html

  • @marcomanferdini
    @marcomanferdini 2 года назад

    Sorry Peyansky but when I type in the terminal curl - d..... noting appens

    • @KPeyanski
      @KPeyanski  2 года назад

      double check that curl is installed (if you are on windows you have to download this first - just google for it) also there is no space between - and d! It is curl -d ...

    • @marcomanferdini
      @marcomanferdini 2 года назад

      thank you now is working perfectly!!😃

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

    I've tried MotionEye some months ago, but when I added my 6 cameras, it demolished CPU (i3)

    • @KPeyanski
      @KPeyanski  4 года назад

      Ok, what are you using now?

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

      @@KPeyanski tinyCAM for viewing and FTP server for recording...awful. I'd like to test Shinobi

    • @KPeyanski
      @KPeyanski  4 года назад

      If it works it’s not awful. You can try again with motion eye and to enable video pass throughout option. To see if the CPU will be offloaded.

    • @HFSoluciones
      @HFSoluciones 4 года назад

      @@KPeyanski It´s disabled the hole section...but doing some tests I realize that if the streaming is disabled too, the CPU usage drops a lot....I´ll have to play a bit to see if I can tune again

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

      Yes, that makes sense... Good luck

  • @walberg61
    @walberg61 4 года назад

    How do you get the webhook?

    • @KPeyanski
      @KPeyanski  4 года назад

      Check my article. I’m explaining it there - peyanski.com/motioneye-is-it-the-ultimate-nvr/#Creating_a_Home_Assistant_Automation_and_configuring_MotionEye_web_hook

  • @fakeduck4474
    @fakeduck4474 9 месяцев назад

    Why does no one explain how to add a usb camera that isnt network attatched

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

    hi, is it possible to link motioneye0s to a VPN service to keep others from spying on it?

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

      I'm not sure that I can understand your question well. You can set a username & pass and nobody will spy on it. You can also set up a VPN so you could access your local motionEye installation from around the world

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

    can this be install in docker?

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

      Never try it, but just checked in hub.docker.com and there are motionEye images, so yes it can.

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

      @@KPeyanski it would be awesome if you made a video on how to install it in Docker 😉

  • @mattivirta
    @mattivirta 4 года назад

    NOT working, boot start wpa suplicant search this longtime, and then failed and closed all and shutdown and start all same again forewer. i has add ssid and paswrd. and TH country code, but say start wpa suplicant failed (prcmfmac) config wireles no link. config wired no device. stopping all and shutr wown.
    and no found link. wifi and then no have link lan. zero not have lan but wifi need use, how this can make working,

    • @KPeyanski
      @KPeyanski  4 года назад

      I'm sorry, but I don't understand your comment. It seems to me like it is for another video...

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

    did you try shinobi?

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

      No, not yet, but I will try it.

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

      @@KPeyanski I need a video of you so mine stay perfect after your tips

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

    Why do you use SMB from a mac to access linux files?
    install sshfs and do sshfs user@host:/path mountpoint
    Just upload your public ssh-key to motioneye and start ssh-keyserver first so you don't need password.

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

      thank you for that hint. I will test it!

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

      @@KPeyanski sshfs also encrypt and compress the trafic and you can use it to any machine you can ssh to.
      For example when I travel with just my laptop with a tiny SSD, I mount a 4TB filesystem from home and it work as a local disk in a secure way, just a bit slower depending on the network I can find but there is some caching.

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

    motion eye can't detect my camera module in the csi port, not sure why can anyone help?

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

      are you using raspberry camera or something else?

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

      @@KPeyanski yeah just the standard camera. I initially installed it on docker for some reason it wasnt working for me. I got it going now tho not sure what the problem was

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

      are you sure that your camera is working and configured correctly? Can you execute in terminal - vcgencmd get_camera you should receive something similar: supported = 1 detected = 1

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

      ​@@KPeyanski I managed to get it working, thanks for your help :)

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

      Good to know! What was the issue?

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

    Hi friend , can i attache the photo to telegram ?

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

      Yes, of course! Check the documentation for the exact syntax

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

    Getting error RSTP not support, any ideas??

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

      Are you able to open your RTSP stream from let say VLC player?

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

      @@KPeyanski I'll give it a try thanks

  • @Username-qx9gk
    @Username-qx9gk Год назад +1

    "I Saw It" I'm still very confused how to get webhooks working

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

      Why? You just create them in HA and then start using them :) Good job about seeing the Easter egg :)

    • @Username-qx9gk
      @Username-qx9gk Год назад

      @@KPeyanski Thanks! So I set up the integration, and I can see in the remote camera's webui a long string is added under webhook. But from there I don't know how to make automations happen. Do I just copy paste that string into a webhook type automation trigger in HA?

    • @Username-qx9gk
      @Username-qx9gk Год назад

      I also tried creating an automation in HA, which gives a unique webhook, then pasted that onto the end like: ...api/webhook/automation-name+unique-id
      But that doesn't seem to work either. I'll have to try again later

    • @Username-qx9gk
      @Username-qx9gk Год назад

      Ok that actually worked! A little confusing with the integration creating its own webhooks with a bunch of extra data in every push that neither the integration or HA seems to do use in any way. The "override unknown webhooks" setting also had me chasing my tail for a minute

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

    reolink nvr with 12 reolink cams

    • @KPeyanski
      @KPeyanski  4 года назад

      It sounds expensive and very good to me. Are you happy with the result?

    • @rrrrrrrr290
      @rrrrrrrr290 4 года назад

      @@KPeyanski got them all on sale over time add more and more
      works pretty well. pretty much set and forget , have one of the cameras send my a pic when doorbell is pressed , and cast view on google hub, but thats not so good

  • @ronm6585
    @ronm6585 4 года назад

    No NVR, thanks. :-)

    • @KPeyanski
      @KPeyanski  4 года назад

      Hi Ron, this is good time to install one right now :) If you have some cameras at hand.

  • @AlexDriveBY
    @AlexDriveBY 4 года назад

    Motioneye is a big fail. There is no audio.

    • @KPeyanski
      @KPeyanski  4 года назад

      Good point. I never thought about the audio till now. For what do you need it actually ? I can think only of baby monitor as a must have.

    • @NicholasElliott
      @NicholasElliott 4 года назад

      What do you need audio for? I personally haven't found a need for audio, besides a video doorbell.
      In some countries (such as the UK) it's actually illegal to record audio from CCTV cameras.

  • @Hex-Mas
    @Hex-Mas 3 года назад +1

    Motion is complete garbage. Takes hours trying to get a cam up in 2020

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

      Sorry to hear that. What protocol, method of adding the cam are you trying ?

  • @lifepath7741
    @lifepath7741 Месяц назад

    From the first seconds I start feel HATE for stupid steps.... Poeple accept to be humiliated by technology

    • @KPeyanski
      @KPeyanski  Месяц назад

      I can't understand your comment, please explain further. Thanks

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

    Sorry but the title is misleading. This is NOT a COMPLETE tutorial as from the outset, there is software installed on the Pi. What is it? What versions is this compatible with? Please, if you are going to say COMPLETE tutorial - specify the pre requisites before this is useful. I get very frustrated searching through so-called tutorials which claim to be complete and never are - its FALSE ADVERTISING!

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

      Hi Steve, thanks for the comment and suggestions.

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

    Author really doesn’t know topic

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

      true, author doesn't know anything...