Comments on: Video Streaming with Raspberry Pi Camera https://randomnerdtutorials.com/video-streaming-with-raspberry-pi-camera/ Learn ESP8266, ESP32, Arduino, and Raspberry Pi Sun, 26 Jan 2025 15:59:57 +0000 hourly 1 https://wordpress.org/?v=6.8.2 By: Dieter Runggas https://randomnerdtutorials.com/video-streaming-with-raspberry-pi-camera/#comment-1002954 Sun, 26 Jan 2025 15:59:57 +0000 http://randomnerdtutorials.com/?p=41863#comment-1002954 Hello,

this streaming webserver runs very very fine on my raspberry pi zero. Is it possible, to make it run with usb-cameras on /dev/video0 or /dev/video1?

Best regards from Bochum, Germany

]]>
By: knudmand https://randomnerdtutorials.com/video-streaming-with-raspberry-pi-camera/#comment-974309 Sun, 20 Oct 2024 18:25:18 +0000 http://randomnerdtutorials.com/?p=41863#comment-974309 In reply to Sara Santos.

No, MotionEyeOS, and even MotionEye (without OS) is obsolete, not working anymore, unless you downgrade to old software/hardware.

And the scipt in the artical, likwise, not working on the new stuff.

]]>
By: cjh39 https://randomnerdtutorials.com/video-streaming-with-raspberry-pi-camera/#comment-966381 Fri, 04 Oct 2024 02:02:22 +0000 http://randomnerdtutorials.com/?p=41863#comment-966381 Hello,

The camera works on port 8000
http://ipaddress:8000/index.html

How do I embed this into another webpage ?
I’ve tried

Your browser does not support the video ag.

and it says unsupported MIME type

]]>
By: Sara Santos https://randomnerdtutorials.com/video-streaming-with-raspberry-pi-camera/#comment-928799 Fri, 21 Jun 2024 10:47:34 +0000 http://randomnerdtutorials.com/?p=41863#comment-928799 In reply to eskopi.

Hi.
You can try this tutorial instead: https://randomnerdtutorials.com/raspberry-pi-mjpeg-streaming-web-server-picamera2/
Regards,
Sara

]]>
By: eskopi https://randomnerdtutorials.com/video-streaming-with-raspberry-pi-camera/#comment-928533 Thu, 20 Jun 2024 18:14:11 +0000 http://randomnerdtutorials.com/?p=41863#comment-928533 You probably know well, but it does not work with newest 64-bit OS from Raspberry.
Took an hour to find out, but no easy solution either.

]]>
By: Sara Santos https://randomnerdtutorials.com/video-streaming-with-raspberry-pi-camera/#comment-926770 Mon, 17 Jun 2024 13:37:20 +0000 http://randomnerdtutorials.com/?p=41863#comment-926770 In reply to j.

Maybe it’s better to check our newest tutorials

https://randomnerdtutorials.com/raspberry-pi-picamera2-python/
https://randomnerdtutorials.com/raspberry-pi-mjpeg-streaming-web-server-picamera2/

I hope this helps.

Regards,
Sara

]]>
By: j https://randomnerdtutorials.com/video-streaming-with-raspberry-pi-camera/#comment-926383 Sun, 16 Jun 2024 22:38:35 +0000 http://randomnerdtutorials.com/?p=41863#comment-926383 In reply to Anass.

same, found any solution yet?

]]>
By: Anass https://randomnerdtutorials.com/video-streaming-with-raspberry-pi-camera/#comment-922466 Fri, 07 Jun 2024 12:12:35 +0000 http://randomnerdtutorials.com/?p=41863#comment-922466 hello,
i am using the legacy bullseye 64 bit version OS for my raspberry pi 4.
When i run the script i get this error:
Traceback (most recent call last):
File "/home/anas/CameraVideoStream.py", line 8, in <module>
import picamera
File "/usr/lib/python3/dist-packages/picamera/__init__.py", line 72, in <module>
from picamera.exc import (
File "/usr/lib/python3/dist-packages/picamera/exc.py", line 41, in <module>
import picamera.mmal as mmal
File "/usr/lib/python3/dist-packages/picamera/mmal.py", line 49, in <module>
_lib = ct.CDLL('libmmal.so')
File "/usr/lib/python3.9/ctypes/__init__.py", line 374, in __init__
self._handle = _dlopen(self._name, mode)
OSError: libmmal.so: cannot open shared object file: No such file or directory

I seem to get this error even for other examples but i can’t figure out the fix i would appreciate it if anyone can help out.

]]>
By: Jacky https://randomnerdtutorials.com/video-streaming-with-raspberry-pi-camera/#comment-907612 Fri, 19 Apr 2024 19:09:27 +0000 http://randomnerdtutorials.com/?p=41863#comment-907612 Awesome, tried 5 different things, this is the only thing that worked for me

]]>
By: Michael https://randomnerdtutorials.com/video-streaming-with-raspberry-pi-camera/#comment-889602 Fri, 09 Feb 2024 18:07:50 +0000 http://randomnerdtutorials.com/?p=41863#comment-889602 it worked for me. Now I just need to figure out how to stream to ARDUpilot, or Qgroundcountrol, from my drone.

]]>