processing / processing-video

GStreamer-based video library for Processing
274 stars 130 forks source link

? use what release for what RPI system #137

Open kllsamui opened 4 years ago

kllsamui commented 4 years ago

used hardware: Raspberry Pi 3B+


system: 2019-06-20: * Based on Debian Buster and updated GL Video 1.3 + own build fix works. your latest release not work for camera ( none found ) and video


using the new system: 2019-09-26-raspbian-buster-full.zip your latest release work for camera RPI ( and USB webcam ) and video ! GLVideo 1.3 ( with and without fix ) not work anymore.


i try to find info at: http://downloads.raspberrypi.org/raspbian/release_notes.txt but can not find anything related.


-a- is it possible to add to the release description the RPI system it is compiled for?

-b- is it possible to inform the Raspberry Pi user that now video and GLVideo from contribution manager no use, only your build can be used. possibly here? https://pi.processing.org/libraries/ until your beta is available from contribution manager.


related: https://discourse.processing.org/t/raspberry-pi-camera/14929/7 http://kll.engineering-news.org/kllfusion01/articles.php?article_id=160


codeanticode commented 4 years ago

I have not tested this video library with the RPi, thanks for the update. I need to look into the status of GL Video and see if we can add video 2.0 as alternative for the RPi.

tomjuggler commented 1 year ago

I am experiencing the same issue, running Raspbian on Raspberry Pi 400. The version from the Libraries menu does not work. Unfortunately the version which worked for some (https://github.com/processing/processing-video/releases/tag/r6-v2.0-beta4) is now a broken link.

Does anyone know how I can get video working in Processing 4.0b8? I have a lot of code to port from X86.

In issue #132 @codeanticode said we should use the GLVideo library - but that project is abandoned and also doesn't work.

codeanticode commented 1 year ago

@tomjuggler have you tried the latest version of the video library (2.2.x) with the most recent release of Processing 4?

PeteHaughie commented 1 year ago

Sadly I can verify that this is still the case with the latest Processing 4, the latest Raspberry OS, and v 2.2.2 of the library:

Raspberry Pi reference 2023-02-21
Distributor ID: Debian
Description:    Debian GNU/Linux 11 (bullseye)
Release:         11
Codename:     bullseye

Entirely fresh install - only Processing added as that's what I dug out the Pi 4 for.

PeteHaughie commented 1 year ago

This fixed it for me: sudo apt-get install gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly gstreamer1.0-libav