Это видео недоступно.
Сожалеем об этом.

Raspberry Pi 4 Sensor Triggers For DSLR Cameras In Python | gPhoto2, HC-SR04, HC-SR501

Поделиться
HTML-код
  • Опубликовано: 17 авг 2024
  • • Christmas and Spring Festival discounts for PCB manufacturing and assembly: www.pcbway.com...
    ==========
    • Your support helps me post videos more frequently:
    / acrobotic
    www.paypal.me/...
    buymeacoff.ee/...
    BTC: 1ZpLvgETofMuzCaKoq5XJZKSwe5UNkwLM
    ==========
    • Find me on:
    / acrobotic
    / acrobotic
    / acrobotic
    ==========
    • My shops:
    acrobotic.com/...
    amazon.com/sho...
    ==========
    • Description:
    In this video tutorial I show you how to use a Raspberry Pi 4 to trigger a DSLR camera based on sensor inputs. I connect a Motion Sensor (HC-SR501) and later, an Ultrasonic Sensor (HC-SR04) to detect motion and distance respectively. I use Python and the gpiozero module to read data from the sensors, and the gPhoto2 command line utility to capture images and download them to the Raspberry Pi. Find out if your DSLR is supported by the gPhoto2 library: www.gphoto.org/...
    ==========
    • Related vids:
    Set up the linux-based Raspbian Operating System: • Raspberry Pi 4 as a Li...
    Set up Raspbian for access without a keyboard, monitor, and even a Wi-Fi connection: • Raspberry Pi 4 SSH Set... (complete) • Raspberry Pi 4 Headles... (summary)
    ==========
    • Project parts:
    ACROBOTIC HC-SR04 Ultrasonic Sensor:
    amzn.to/32yTFBm (affiliate)
    ACROBOTIC HC-SR501 PIR Motion Sensor:
    amzn.to/385sOya (affiliate)
    Canakit Raspberry Pi 4 Starter Kit:
    amzn.to/313OKXe (affiliate)
    Micro HDMI to HDMI Cable:
    amzn.to/2YyXFSZ (affiliate)
    SanDisk 32GB MicroSD Card:
    amzn.to/2K49ybI (affiliate)
    ACROBOTIC Raspberry Pi GPIO Label:
    amzn.to/2Z8FTSZ (affiliate)
    ==========
    • Project code:
    Download the Raspbian Operating System from: www.raspberryp...
    ==========
    • Sponsor:
    This video was sponsored by PCBWay.
    ==========
    • Music:
    Epidemic Sound (epidemicsound.com). Standard RUclips License.
    ==========
    #RaspberryPi #RaspberryPi4 #Tutorial

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

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

    Great man, looking at using these processes for research in my lab

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

    Grande genio! Otro video de calidad. Aguante 🇦🇷

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

      mil gracias, me alegra que te parezca bien!

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

    Is it possible to get a live-view of the camera with this setup? I would like to get the liveview in the webbrowser or in a android app.

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

    I want to use a radar sensor module to measure high speed and trigger a dslr can I do that?and please share any relevant tutorial

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

    There is no link in description, where to check if my dslr will work?
    BTW 1cm=10mm, if you muliple by 100 that is alredy 10cm.
    Thank you for sharing.

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

      ha, good catch! if you notice, the readings are in centimeters despite multiplying by 100. so something funky is going on, seemingly the DistanceSensor class is returning measurements in tens of millimeter. i'll have a look and post any findings!
      link added to the description, sorry about that!

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

    Great video as always dude!! Me viene al pelete !! Gracias Master!!

    • @datasith
      @datasith  4 года назад +2

      Gracias genio, glad you like it!

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

    Nice and useful as always.. thanks man

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

      No worries, and thanks so much for the compliment, Atul!!

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

    Hi, is there somewhere the code for this ?