How to use Raspberry Pi Cameras with the New 'Bullseye' OS Update - LibCamera

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

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

  • @kadensuderman9525
    @kadensuderman9525 2 года назад +5

    Looked for ages on how to close the camera window after opening it via SSH and your vid was literally the only place I could find explaining to just use Ctrl + C. Thank you!

    • @TheIgoorR
      @TheIgoorR 7 месяцев назад +1

      Bro, U serious? Ctrl + C is a standard sequence to stop current task executing in terminal on any Linux-based OS

  • @armstrodsoftsuit5826
    @armstrodsoftsuit5826 Год назад +2

    Nice Catch. I was scratching my head on the versions instructions. Keep doing that Voo Doo. .

  • @oguzcan815
    @oguzcan815 9 месяцев назад +1

    been struggling. for WEEKS TO OBTAIN A BLOODY IMAGE FROM THIS CAMERA. ALL THOSE VIDEOS AND FORUMS....
    I typed "libcamera-still" and finally see some action on the d4mn screen. Thank you for fixing my weeks-old issue in 40 seconds man.

    • @dhruv0x0x0
      @dhruv0x0x0 7 месяцев назад

      how did you finally obtain the image? do you remember the changes to boot/config.txt?

    • @oguzcan815
      @oguzcan815 7 месяцев назад

      @@dhruv0x0x0 i hadnt been trying with "libcamera" but another keyword . libcamera worked

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

    Thank you so much! Now to figure out how to make a simple point and shoot camera 😂

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

    Thank you man you solve my problem...

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

    this guy is non stop info ....

  • @prabingautam421
    @prabingautam421 2 года назад +2

    Can you do a video on how to code with this new package instead of running it from the terminal? like what line of code do I use to take a picture now?

    • @Core-Electronics
      @Core-Electronics  2 года назад +1

      That is an excellent idea. Just as a heads up you can run terminal commands via a Python scripts just make sure you have in your code the below to have that extra functionality.
      import os
      Then you can run the below line to call up and run terminal commands. The first one below is an example the second would take a jpeg file called Firstphoto.
      os.system("Your desired terminal command")
      os.system("libcamera-jpeg -o Firstphoto.jpg")
      Hope this helps 😊

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

    Any news on if the HDMI-to-CSI boards are supported?
    I run Dicaffeine on a Pi4B as NDI sources, and on Bullseye there's an error message displayed when the Pi boots to the GUI, noting that the HDMI input board is not supported :(

    • @Core-Electronics
      @Core-Electronics  2 года назад +1

      Unsure of whether that has been rectified but updates are coming out quick to iron out all these Teething issues.
      If you need it working right now you can always using the earlier 'Buster' OS. Check this guide here on how to do it - core-electronics.com.au/tutorials/flash-buster-os-pi.html

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

      @@Core-Electronics earlier version,.. yup, after mixing up which microsd I had a working install of Dicaffeine on,.. and formatting in a GoPro,.. I've found the Dicaffeine installer has been updated and now doesnt support Buster.. D'oh!.. Just have to use Raspberry Ninja for now, and loop the vision out to the internet for now, rather then our intranet.

  • @osmankhalid2005
    @osmankhalid2005 2 года назад +2

    How to stream the video with libcamera on http? any guidelines please?

  • @daedalus5483
    @daedalus5483 2 года назад +2

    Would you mind doing a video that explains how to use the circular buffer of libcamera to "record the past"?

    • @Core-Electronics
      @Core-Electronics  2 года назад +2

      You mean running it like a car dash cam that would record the last 2 hours and only the last 2 hours. Constantly buffering? If so I think that is a brilliant idea, definitely considering.

    • @daedalus5483
      @daedalus5483 2 года назад +2

      @@Core-Electronics Thank you for your reply. Sort of, yes. Buffering N [seconds/minutes/hours*] and store / save that footage "to disc" when an event is triggered or button is pressed, otherwise it keeps buffering. Think of it as a replay function (#activatetheomega13)
      It seems that before moving to LibCamera, you could do something to this effect with Python (Picamera). It would be interesting to know how to approach this with LibCamera.

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

      @Core Electronics - any news in this regard?

    • @kjkj841
      @kjkj841 Год назад +2

      Very interested in circular buffer help

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

    I am having issues doing face recognition with the new update of Bulls Eye, can you please add a tutorial on that, also i am following your video on facial recognition

    • @Core-Electronics
      @Core-Electronics  2 года назад

      As it currently stands Open-CV and the newest 'Bullseye' OS release are not compatible. I have no doubt the teams at Open-CV are working furiously to rectify this. Until that compatibility is there I recommend using 'Buster' OS with Open-CV applications. Use this guide to flash 'Buster' OS to your Micro-SD card - core-electronics.com.au/tutorials/flash-buster-os-pi.html

  • @trevoragnitti4601
    @trevoragnitti4601 2 года назад +2

    "libcamera-vid --datetime" will create a still image with a name based on the date/time. But neither "libcamera-vid --datetime" nor "libcamera-vid -o --datetime" will do the same thing with a video file. What's the correct syntax?

    • @Core-Electronics
      @Core-Electronics  2 года назад +3

      Hey mate, so | libcamera-still --datetime | does that still image with a name based on the date/time. I've just turned on my Raspberry Pi over here and after typing | libcamera-vid -h | it appears --datetime isn't an option for video. I'm sure that's just an oversight and it'll be updated by the Raspberry Pi Foundation soon.
      Until thats fixed you do have the option of creating a short Python script that will take your video and save it with a date time format. Give this guide a quick look through to see how exactly to do so - forums.raspberrypi.com/viewtopic.php?t=192067 - Jump to our forums if you need any extra help.

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

    Thanks. Is there a gui you can use to control camera?

    • @Core-Electronics
      @Core-Electronics  2 года назад +1

      With the new system there isn't a fantastic option just yet (but I am very sure some people are working furiously as I type to make it happen). If you use the older 'Buster' Raspberry Pi OS I would recommend using this one here - github.com/Billwilliams1952/PiCameraApp

  • @-someone-.
    @-someone-. 2 года назад +1

    Thx for this vid👊

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

    Is there any tutorial on how to use libcamera with a button?

    • @Core-Electronics
      @Core-Electronics  2 года назад

      I haven't got one specifically on libcamera with a button but check out this guide here - core-electronics.com.au/tutorials/how-to-make-a-safe-shutdown-button-for-raspberry-pi.html
      This will teach you how to get a button up and running with a Raspberry Pi Single board computer which you can then alter the code to run with the LibCamera Package

  • @alaaosama7679
    @alaaosama7679 2 месяца назад

    Does chrome in latest bullesye versions works??

  • @aitanmammadova6695
    @aitanmammadova6695 2 года назад +2

    Hi. When I try to enable camera it wants to reboot it. But after vnc viewer turns into a small black screen. And written “Cannot currently show desktop”. What can I do?
    And also I wanted to enable camera from the operating system. And I can’t see Camera option in Interfaces. I think it is related to last version. Can u help me please? What can I do? When it turns small black screen it is too difficult to fix it.

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

      You enable Legacy Camera right? Disable it. Libcamera already install on debian.

    • @muhammadamirulaiman6256
      @muhammadamirulaiman6256 11 месяцев назад

      i have that issue before this, i just change another ribbon @papashirt for me that method its work. my friends also got that problem too, him just reinstall OS.

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

    I am very rusty with more obscure bash syntax, but can't you link the old commands to the new commands via symbolic links or even just a bash script?

    • @Core-Electronics
      @Core-Electronics  2 года назад

      Heyya mate, Symbolic links are a whole new kettle of fish, seems to me though for it to work you need the old package to link to. With the new OS they have completely removed the RaspiStill/RaspiVid package (although you can still sudo install it to your OS).

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

    Is it possible to use older camera modules like the Raspberry Pi HQ Camera V1.0 on libcamera with Bullseye? And is it possible to use it with OpenCV?

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

    This doesn't seem to work with the Rpi 3 B+. I get the Failed to import fd 19 error when using the libcamera-hello in Bullseye. Any idea what needs to be changed?

    • @Core-Electronics
      @Core-Electronics  2 года назад

      There seems to be some compatibility issues with the New Bullseye Camera Packages and Rpi 3 B+. I would highly recommend until they are fixed up to use the earlier 'Buster' Raspberry Pi OS. Check out these two guides for that - core-electronics.com.au/tutorials/raspberry-pi-high-quality-camera.html and core-electronics.com.au/tutorials/flash-buster-os-pi.html

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

    Anyway to get simple capture snippet code in c++? For example with opencv like the good old days? It's an absolute nightmare to get this working with pi3B+, Bullseye and c++. I couldnt get it yet. Any help would be welcome.

  • @cjlowe1650
    @cjlowe1650 2 года назад +2

    I can't believe the Pi foundation did not make this a bigger announcement when releasing the new OS. I'm sure there is a "whats's new area" but most people look for the most important new stuff. Very bad for people who have a lot riding on camera apps.

    • @vancester1st
      @vancester1st Год назад +1

      Yeah, I had no clue until I spent a Saturday morning trying to figure out why the hell my new camera wouldn't work. No communication whatsoever. I'm sure many others are in the same boat.

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

    Excellent Video!

  • @bahadrsahin6978
    @bahadrsahin6978 2 года назад +2

    How can we use libcamera with Python? I had a thesis project that I made with Python, I couldn't do anything because the library changed.

    • @Core-Electronics
      @Core-Electronics  2 года назад +1

      It all depending on the Library your Python project requires (and how quickly the team/individual behind that Library is updating). Most likely the fastest way for your thesis project to get back up and running (without any code changes) is to use the previous 'Buster' OS.
      Check this guide here on how to do it - core-electronics.com.au/tutorials/flash-buster-os-pi.html

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

      I made a Video how to integrate picamera2 which will Support your camera in Python again:
      ruclips.net/video/mH2Z0TwNU-w/видео.html

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

    Help! I cannot use my IMX219 camera with Octopi. Tried everything.

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

    Can you please demo libcamera-detect? It is interesting, can it run on low performance pi, like 3b+ or zero 2.

    • @Core-Electronics
      @Core-Electronics  2 года назад +2

      I'm going to scrub up on my tensorflow lite abilities and give it a good go. Whenever it comes to computer vision problems more power always better, but I will test it on lower powered Pis and tell you how it goes.

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

    Is there any way to make it function like a streaming camera over the LAN IP address? (Browser viewable and not VLC)

    • @Core-Electronics
      @Core-Electronics  2 года назад +1

      I have only experimented with streaming over VLC, but I am sure you can stream the camera data over the LAN IP address. Check out this fellows video - ruclips.net/video/xI45fYMFFHE/видео.html

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

      @@Core-Electronics Bullseye does not support omxplayer. Issues are arising mostly because of Buster -> Bullseye.

    • @Core-Electronics
      @Core-Electronics  2 года назад

      Yep yep. You are able to install OMX Player to Bullseye through terminal commands if so desired.

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

      @@Core-Electronics Can you please make a video? Motion, picamera, etc. doesn't work. I'm specifically looking at streaming into html/browser and not on VLC (which I managed with libcamera-vid)

  • @HITESHCHAUHAN-uz1qx
    @HITESHCHAUHAN-uz1qx 2 года назад +1

    Sir,
    does raspbian bullseye work with raspberry pi 3b

  • @gemininyte279
    @gemininyte279 Год назад +1

    Would anyone know how to increase the frames per second. I seemed to be topped out at 30 fps and I need something smoother for videos

    • @Core-Electronics
      @Core-Electronics  Год назад +1

      Looking around it seems to be easier to adjust in 'Buster' OS come have a look at this video here around the 6:20 Mark - ruclips.net/video/6InCtgw0QVM/видео.html
      Keep in mind you will need to use the older Buster Raspberry Pi OS version. A guide to flash that can be found here - core-electronics.com.au/guides/flash-buster-os-pi/

  • @fedouakhend1522
    @fedouakhend1522 3 месяца назад

    my camera isn't detected even though it is connected to my raspberry pi, when I ran "sudo raspi-config" I couldn't find the enable camera, even in interface options, what shall I do please??? I am using a raspberry pi 3 and a 270 logitech camera

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

    Has the commands for python changed? Like Thonny.

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

    Did I prompt this video by my questions yesterday or was my timing just perfect for a new vid release? Lol

    • @Core-Electronics
      @Core-Electronics  2 года назад +1

      We are very receptive to the community 😊 your questions yesterday kicked this up the priority stack

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

      @@Core-Electronics I am so glad you addressed my question about a live feed. Im also interested in the web streaming you mentioned for the future.

  • @HyperionBadger
    @HyperionBadger Год назад +1

    The video recordings I get from libcamera-vid are in slow-motion when I try to play it in VLC. What can be the cause of that?

    • @Core-Electronics
      @Core-Electronics  Год назад +1

      Hey mate, a typical rate is 30 frames per second for VLC files. So if you are saving your libcamera-vid files with more frames than that it'll likely cause VLC to slow down the playback. VLC has different ways of slowing down and increasing video speed. Click on | Playback | and hover over | Speed | to find them.
      Hopefully that helps 😊

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

      @@Core-Electronics interesting thank you for that. I will check it out. Are there any other video players you would recommend for raspberry pi?

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

      @@Core-Electronics Hello, the playback speed was not the culprit. My knowledge on recording videos, buffers, fps, resolution, etc. is limited. Do you know what I would need to tweak?

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

    My camera flickers from a black screen back to the video stream, is there any way to fix this?

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

    Sorry, but I am feeling rather dim...using" libcamera-still -t 60000 --timelapse 10000 --datetime", how do I specify a directory to save the images. I figured that the --datetime creates the file name but cannot figure out how to change the save location to a USB stick, or any other directory rather than my home directory.

    • @Core-Electronics
      @Core-Electronics  2 года назад +1

      Easy mate 😊 I'll break down the problem to taking a single image and having it save to the desktop. To do that type and enter the following:
      libcamera-still -o /home/pi/Desktop/test.jpg
      Expand on that format to save it to whatever directory you desire.

    • @fstvnsn
      @fstvnsn 2 года назад +2

      @@Core-Electronics Thanks for the response. I see what you did to direct the file in the libcamera-still command, but I still do not see the syntax to use when --datetime creates the file. In the meantime I did realize that all I have to do is move to the directory I want to use first, and then execute the libcamera-still command. I learned programming with Fortran and always want to understand syntax of a command.

  • @josephusdy9726
    @josephusdy9726 10 месяцев назад

    How can i put a text overlay on the jpg?

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

    When i type “libcamera-hello” into the terminal, it says “ERROR: the system appears to be configured for the legacy camera stack”

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

    my raspi4 bulseye not found libcamera alltime error. picamera work but not good.

  • @enricocialdini6194
    @enricocialdini6194 10 месяцев назад

    rtsp?

  • @armancodeq3642
    @armancodeq3642 3 месяца назад

    DRI2 failed to authenticate

  • @user-ly2rr4ny1j
    @user-ly2rr4ny1j 10 месяцев назад

    hi i am getting a error like no camera found but i have connected my pi cam

    • @cbaymac
      @cbaymac 7 месяцев назад

      Same here, please help

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

    Hi :) how can i use the bullseye with opencv??

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

      There is a Video with bullseye, PICAMERA2 and opencv:
      ruclips.net/video/mH2Z0TwNU-w/видео.html

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

    Libcamera-hello gives "system appears to be configured for the legacy camera stack"
    What should I do?

    • @Core-Electronics
      @Core-Electronics  2 года назад

      I reckon your using the older Raspberry Pi 'Buster' OS version or you have the new one set-up with the older Legacy Camera Stack. Give this guide a look here if you want to get straight into taking images - core-electronics.com.au/tutorials/raspberry-pi-high-quality-camera.html

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

      @@Core-Electronics i use new version bullseye just has update and upgrade yesteday, but same error come libcamera hello, legacy camera stack raspistill and raspivid working well.

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

    How to access this camera in python

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

    no camera found error I got when I run lib camera-hello
    can anyone help me?

  • @moviemayhem2012
    @moviemayhem2012 6 месяцев назад

    I know!

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

    is it me or does the audio sound off?

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

    When I was using the command libcamera-hello, it is not working and it says:
    ERROR: *** no cameras available ***
    What will I do?

    • @Core-Electronics
      @Core-Electronics  2 года назад

      Double check you have the camera attached correctly. Is easy to have the ribbon cable in orientated the wrong way or not have the connector corners pushed down. *Fingers crossed that is what it is*

  • @walterhynson2898
    @walterhynson2898 2 года назад +2

    NO IT DOES NOT ,IT DOES NOT WORK what a stupid thing to do remove the camera when you do not have a new system ready someone needs to be FIRED.

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

    Sorry but Bullseye, Pi cameras and libcamera completely sucks a$$. Just spent 6 hours trying to fix all the issues and I think I am worse than when I started.

  • @granatapfel6661
    @granatapfel6661 Год назад +1

    I got a waveshare camera with the new bullseye is and can't open it. The error says: the system seems to be configured for the legacy camera stack

    • @Core-Electronics
      @Core-Electronics  Год назад +1

      This guide shows you how to enable the legacy camera support. That'll fix you right up raspberrypi.stackexchange.com/questions/135232/camera-driver-updated-or-removed-and-now-isnt-working 😊

    • @granatapfel6661
      @granatapfel6661 Год назад +1

      @@Core-Electronics thanks solved

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

    Off-topic, but I have to ask: When you're a youtuber talking about technology, is there some sort of agreement you have to sign with RUclips saying that when you talk in your videos, you have to include odd and unnatural pauses between words in sentences? Seems like every tech-related video I watch, the speaker is, always... stopping. In. The. Middle. Of. A. Sentence. With. A. Pause. Between. Each. Word. It's consistent between a lot of videos and I can almost guarantee that none of these people talk like that when they're in normal conversation. There has to be a connection somewhere. It's as if everyone is trying to talk like Captain James T. Kirk when he's trying to talk an alien species out of blowing up the Enterprise and all other options for him have been exhausted. I want to know why.

    • @Core-Electronics
      @Core-Electronics  2 года назад +2

      Unsure for others but for me it is as fast as my programming allows me to operate.