processing / processing-video

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

Issue with video library on Raspberrypi x86 #132

Closed f41ardu closed 4 years ago

f41ardu commented 4 years ago

The latest video library won't work on my x86 based RaspberryPi (latest version, uptodate) using Processing 3.5.3. loop Sketch run but window stay black, no error message. What is missing? Raspberry -> Linux version 4.19.0-6-686-pae (debian-kernel@lists.debian.org) (gcc version 8.3.0 (Debian 8.3.0-6)) #1 SMP Debian 4.19.67-2+deb10u1 (2019-09-20)

codeanticode commented 4 years ago

This video library is designed to run on laptop or desktop computers running Windows, Linux, or Mac. Please use GLVideo on RPi.

codeanticode commented 4 years ago

Another user has reported that the latest beta of the v2.0 of this video library works on RPi (#137) but haven't tested myself. Need to look into this further.