So unfortunately the glvideo library is broken with buster and pi4, and is no longer being developed or supported by gohai. Does anyone know if the is plans to make the processing video library compatible? Or do we have any other options for playback?
Is the Processing for Pi side of things going to continue? Or is it winding down also?
Have you tried the v2 betas of the Processing Video library on the Pi? The underlying GStreamer bindings should work. Of course, without the hardware accelerated link to the Processing OpenGL pipeline at present.
Hi there!
I’m having the same issue with the glvideo library on the Pi4 (and weirdly I’m also a Steve J haha)
Just curious did you switch from using the GLvideo library to just the Processing Video library (beta v2) to get it working?
I can confirm @kll observations with PI 3, however on PI 4 video capture doesn’t seem to work for me. My usb camera gets detected (the led light comes on) but no video displayed.
Try Version Version 1.2.2 or 1.2.3 from gohais repository (see releases). It is very sad that this isn’t supported any longer. Cause I’m also struggeling with h264 decoding in Processiing and Raspberry.
Cause GLVideo decode Tello camera streams via udp straight forward. I’m still on Raspberry 3B+
Processing 3.5.3 on a Raspberry 3+ using the latest Raspbian (Buster) is working well. Using GL Video 1.2.3 both camera and vidoe seems to be OK.
I also make building opencv 4.2.0, unfortunately still without java bindings.
But anyway, opecv videocature support udp streams. No I can send video stream from processing into python either on the local host and into my loal network.