Notifications
Clear all

Camera stream  

Page 2 / 2
  RSS
TD
 TD
(@td)
Active Member
RE: Camera stream

The optimal solution for streaming video is to acquire another Raspberry Pi 2W (or a higher version) along with its camera. Install all the necessary components on this additional Raspberry Pi, while keeping the existing 2W on the Prusa board to continue its 10-second routine (as a backup).

The total cost of this solution is likely to be less than a filament spool.

Posted : 27/01/2024 4:07 am
_KaszpiR_
(@_kaszpir_)
Noble Member
RE:

I guess most people are not aware that changing from image capture to video stream would make Prusa actually a video streaming company, and that is really not as easy as it sounds (imagine Prusa becoming Twitch or Youtube Live ;D ):
- I believe lot of people are watching on the screens only from time to time (unless someone uses additional tools to scrape pictures to make a video from it, but I guess there are much better options that can be run locally or in the same network)
- real streaming is much more problematic than just sending an image, thankfully over the years there are some updates to it (but I would really drop RTMP and HLS in favour of MPEG-DASH)
- what could be done is to process locally video into a chunks and upload them as simple files as mpeg-dash does it (but with single stream and simple compression due to computing constraints, still that would probably end in 15MB blocks and that's quite a lot looking at current camera image uploads, and still it would take some noticeable delay vs what is actually happening)
- most people send single camera but if you get more cameras and printers into the mix then you really can easily hit your upload stream limits
- all in all it significantly increases transfers and backend processing to merge fragments into a later downloadable content such as single video file

All this increases overall costs, so I believe that would rather become paid version, if ever.
If you require realtime streaming then PrusaConnect is rather not way to go, you want to have it as close to local network as possible.

See my GitHub and printables.com for some 3d stuff that you may like.

Posted : 27/01/2024 9:49 am
Draku
(@draku)
Member
RE: Camera stream

After two years, is there a new solution to watch a video stream using RPI Zero 2W and PI camera ?

Maybe a simple solution would be better for less experienced users.

Thanks

Posted : 28/09/2025 4:09 pm
_KaszpiR_
(@_kaszpir_)
Noble Member
RE: Camera stream

with Prusa Link? not sure but probably not.

tor other things I'd recommend mediamtx and if you want to also see pictures on Prusa Connect then see https://nvtkaszpir.github.io/prusa-connect-camera-script/stream.mediamtx/

See my GitHub and printables.com for some 3d stuff that you may like.

Posted : 28/09/2025 9:02 pm
Draku
(@draku)
Member
RE: Camera stream

Hm..this doesn't sound very simple for a less experienced user...

Posted : 03/10/2025 2:11 pm
_KaszpiR_
(@_kaszpir_)
Noble Member
RE:

Mediamtx requires rpi, connected camera, downloaded binary file of the mediamtx ( or installed via package or via wget + chmod) and minimial config that consists of 4 lines of yaml and just running the program ( and optionally adding systemd unit to start it on system launch). Frankly speaking this is one of the simplest solutions that I ever saw with video streaming on rpi ( and I tried a few, and some of them end into a really nit that easy code patching and compilation and fighting dependency hell...)

You really cannot find much simpler option unless someone will prepare preconfigured system image that you write to the microsd card ( similar to how PrusaLink for rpi is distributed).

But in both cases maybe that solution is bot for you, and maybe you should look into all in one IP cameras, raspberry was always for people that are eager to tinker with the setup...

See my GitHub and printables.com for some 3d stuff that you may like.

Posted : 03/10/2025 10:17 pm
_KaszpiR_
(@_kaszpir_)
Noble Member
RE:

See https://www.reddit.com/r/raspberry_pi/comments/1c7lzuw/streaming_video_with_raspberry_pi_zero_2_w_camera/ - someone wrote step by step commands, should be doable in about 10 minutes.

See my GitHub and printables.com for some 3d stuff that you may like.

Posted : 03/10/2025 10:24 pm
Page 2 / 2
Share: