Become a leader in the IoT community!

New DevHeads get a 320-point leaderboard boost when joining the DevHeads IoT Integration Community. In addition to learning and advising, active community leaders are rewarded with community recognition and free tech stuff. Start your Legendary Collaboration now!

Step 1 of 5

CREATE YOUR PROFILE *Required

Change Email
OR
Step 2 of 5

WHAT BRINGS YOU TO DEVHEADS? *Choose 1 or more

Collaboration & Work 🤝
Learn & Grow 📚
Contribute Experience & Expertise 🔧
Step 3 of 5

WHAT'S YOUR INTEREST OR EXPERTISE? *Choose 1 or more

Hardware & Design 💡
Embedded Software 💻
Edge Networking
Step 4 of 5

Personalize your profile

Step 5 of 5

Read & agree to our COMMUNITY RULES

  1. We want this server to be a welcoming space! Treat everyone with respect. Absolutely no harassment, witch hunting, sexism, racism, or hate speech will be tolerated.
  2. If you see something against the rules or something that makes you feel unsafe, let staff know by messaging @admin in the "support-tickets" tab in the Live DevChat menu.
  3. No age-restricted, obscene or NSFW content. This includes text, images, or links featuring nudity, sex, hard violence, or other graphically disturbing content.
  4. No spam. This includes DMing fellow members.
  5. You must be over the age of 18 years old to participate in our community.
  6. Our community uses Answer Overflow to index content on the web. By posting in this channel your messages will be indexed on the worldwide web to help others find answers.
  7. You agree to our Terms of Service (https://www.devheads.io/terms-of-service/) and Privacy Policy (https://www.devheads.io/privacy-policy)
By clicking "Finish", you have read and agreed to the our Terms of Service and Privacy Policy.

Can I stream video from the rpi5 running bookworm?

Embedded linux people, Can I stream video from the rpi5 running bookworm? the system knows the camera exists and I can get videos and images. But I cant get the browser to see the camera @MCU, MPU & Firmware Please help if you can

  1. Yajat_Kaul#0000

    I was facing the same issue where I couldn’t access the camera for opencv

  2. Ming#0000

    @superbike_z First thing I would try would be with GStreamer
    If you don’t have Gstreamer installed, run

    apt-get install libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libgstreamer-plugins-bad1.0-dev gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly gstreamer1.0-libav gstreamer1.0-tools gstreamer1.0-x gstreamer1.0-alsa gstreamer1.0-gl gstreamer1.0-gtk3 gstreamer1.0-qt5 gstreamer1.0-pulseaudio
    

    Then, try the simplest pipeline
    `gst-launch-1.0 camerabin `

  3. Ming#0000

    That will prove your camera

  4. ZacckOsiemo#0000

    how did you fix it?

  5. ZacckOsiemo#0000

    attempting I believe my camera is proven, i can get footage and images, I just cant get the chromium browser to see the camera for streaming

  6. Yajat_Kaul#0000

    I didn’t I instead used some other linux package that was ig the camera driver and just kept sending images every frame(very unoptimal but I didn’t need optimization)

  7. ZacckOsiemo#0000

    oh that will be last resort

  8. Yajat_Kaul#0000

    Goodluck soldier 🪖

  9. ZacckOsiemo#0000

    💪 issues are finite, it will cave in at some point

  10. Ming#0000

    Does the camera work with `cheese`?

  11. ZacckOsiemo#0000

    I have only tried it with libcamera

  12. ZacckOsiemo#0000

    this results in the below
    https://gist.github.com/zacck/76dcdede44d494c1bf9ef8b88a682b97

    preview

    [0:35:15.354000345] [5437] ERROR Camera camera.cpp:1185 Can't configure camera with invalid configuration
    ERROR: from element /GstCameraBin:camerabin0/GstWrapperCameraBinSrc:camerasrc/GstAutoVideoSrc:camerasrc-real-src/GstLibcameraSrc:camerasrc-real-src-actual-src-libcamer: Failed to configure camera: Invalid argument
    
  13. ZacckOsiemo#0000

    Camera does not work with Cheese 😦

  14. Ming#0000

    Have you got v4l-utils installed?

    If so, what is the output from `v4l2-ctl –all`

  15. ZacckOsiemo#0000
  16. Ming#0000

    That’s a good sign. In theory from that you can now check the camera capabilities (640×480 with a pRAA pixel format)

  17. Ming#0000

    Sometimes I have had to explicitly set those with the camera libraries.

  18. ZacckOsiemo#0000

    Ah I think I have an idea of what you want me to do, forward the stream with those params

  19. ZacckOsiemo#0000

    starting to like the linux kernel

CONTRIBUTE TO THIS THREAD

Browse other questions tagged