setting up a raspberry pi photobooth in just 3 minutes

Поделиться
HTML-код
  • Опубликовано: 17 ноя 2024

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

  • @dobbeloseven2921
    @dobbeloseven2921 5 лет назад +1

    First of all thaks for sharing this !!
    I tried to install several times. Get this message every time : there is no install caditate for package "php5" ( translated from German :-( ) hope you know what this means, and that you can help me out here.

    • @ronbalsmakerspace7309
      @ronbalsmakerspace7309  5 лет назад

      This Video was made with raspbian jessie version. I've never tried it with the actual stretch version. It seems there is no php5 available. I can try it later.

    • @ronbalsmakerspace7309
      @ronbalsmakerspace7309  5 лет назад

      I've updated the setup script and the whole photobooth. It's now compatible with Raspbian stretch

    • @dobbeloseven2921
      @dobbeloseven2921 5 лет назад +1

      @@ronbalsmakerspace7309 thanks you so much !!!!

    • @ronbalsmakerspace7309
      @ronbalsmakerspace7309  5 лет назад

      @@dobbeloseven2921 i hope it works now

    • @dobbeloseven2921
      @dobbeloseven2921 5 лет назад

      @@ronbalsmakerspace7309 so far so good.
      But when i trie to start the booth i get this message:
      btw .... i am using a canon 450D.
      Hope you can help me out ... realy don`t know much about raspberry,i`m sorry
      i have the camerea setting enabled.
      mmal: mmal_vc_component_create: failed to create component 'vc.ril.camera' (1:ENOMEM)
      mmal: mmal_component_create_core: could not create component 'vc.ril.camera' (1)
      Traceback (most recent call last):
      File "/usr/lib/python3/dist-packages/picamera/camera.py", line 456, in _init_camera
      self._camera = mo.MMALCamera()
      File "/usr/lib/python3/dist-packages/picamera/mmalobj.py", line 2279, in __init__
      super(MMALCamera, self).__init__()
      File "/usr/lib/python3/dist-packages/picamera/mmalobj.py", line 633, in __init__
      prefix="Failed to create MMAL component %s" % self.component_type)
      File "/usr/lib/python3/dist-packages/picamera/exc.py", line 184, in mmal_check
      raise PiCameraMMALError(status, prefix)
      picamera.exc.PiCameraMMALError: Failed to create MMAL component b'vc.ril.camera': Out of memory
      During handling of the above exception, another exception occurred:
      Traceback (most recent call last):
      File "photobooth.py", line 29, in
      camera = picamera.PiCamera()
      File "/usr/lib/python3/dist-packages/picamera/camera.py", line 431, in __init__
      self._init_camera(camera_num, stereo_mode, stereo_decimate)
      File "/usr/lib/python3/dist-packages/picamera/camera.py", line 460, in _init_camera
      "Camera is not enabled. Try running 'sudo raspi-config' "
      picamera.exc.PiCameraError: Camera is not enabled. Try running 'sudo raspi-config' and ensure that the camera has been enabled.

  • @henkoosting6597
    @henkoosting6597 5 лет назад

    Hallo Ronbal.
    Lauft super, besten dank !
    Hab aber ein Problem, die gemachte Bilder sind alle spiegelverkehrt.
    Wie oder wo kan ich das ändern ?

  • @severinegagneron8427
    @severinegagneron8427 6 лет назад

    hello can you help me, do you have the photo of the card raspberry to see the connection of the button because i have nothing when i press it. many thanks

  • @czarScobar
    @czarScobar 6 лет назад

    hi, 1 ask , i have 3.5 inch display , and then run the scrip the displasy make blink blink, stay in blank and dont do anything, why ? is the display or a miss something, by the answer thx

    • @ronbalsmakerspace7309
      @ronbalsmakerspace7309  6 лет назад +1

      czarScobar how ist the display connected? HDMI?

    • @czarScobar
      @czarScobar 6 лет назад

      thx for the time, no , is connected by gpio

    • @ronbalsmakerspace7309
      @ronbalsmakerspace7309  6 лет назад

      czarScobar oh ok you have to change some settings.

    • @czarScobar
      @czarScobar 6 лет назад

      ohh is in that part i be stuck , no know where you can tell or guide me , thx the resol of that display is 320 x 480

    • @czarScobar
      @czarScobar 6 лет назад

      hi this is the part i need change in the code? and put the resol of my screen ? thx
      file: photobooth.py
      # initialize pygame
      pygame.init()
      if debug is True:
      monitor_w = 320
      monitor_h = 240
      pygame.display.set_mode((monitor_w, monitor_h))
      screen = pygame.display.get_surface()
      pygame.display.set_caption('Photo Booth Pics')

  • @20Swizzle
    @20Swizzle 7 лет назад

    Thanks for uploading and sharing the code. Any tips on having the generated card print on a Canon Selphy 1200 printer after generating the card?

  • @jaideepch7583
    @jaideepch7583 6 лет назад

    It's asking for username and password??

    • @ronbalsmakerspace7309
      @ronbalsmakerspace7309  6 лет назад

      If you doesn't change it. It is the default credential from your distribution.

    • @jaideepch7583
      @jaideepch7583 6 лет назад

      @@ronbalsmakerspace7309 how do I add smile detection to it?? So that it clicks pictures only when person smiles..can you help me!?

    • @ronbalsmakerspace7309
      @ronbalsmakerspace7309  6 лет назад

      @@jaideepch7583 this is not so easy. You need a face analyzing algorithm. I am not able to program something. Maybe it works with ROS (robot operating system)

  • @maco.79
    @maco.79 7 лет назад +1

    Print?

  • @jeannaideux
    @jeannaideux 7 лет назад

    Very Nice.
    What font do you use (1,2,3, etc...) ?