having some difficulties with Processing on rpi : (
Firstly, tried downloading the Raspberry Pi Image and it would not even boot so had to add Processing manually.
Got Processing running, but when I try to stream video using GLVideo I get this error: v4l2src0: Could not read from resource poll error 1 v4l2src0: Failed to allocate buffer v4l2src0: Internal data stream error
Other video examples also fail but graphic examples work (barely).
I am using:
GLvideo @gohai
Processing 3.5.3
rpi model 3 A+
128MB GPU memory
Rpi camera module v1.3 (added “bcm2835_v4l2” to /etc/modules)
This is my very first time using Processing on rpi, so very new to this : U
-a- it would depend on what system version you have
-b- NOT load GLVideo for newest sytems until there is a new build version.
-c- i give you link to new video lib ( FOR NEW SYSTEM ONLY )
So you are recommending just to use processing-video link you sent? Install everything manually.
And if i want to use GLVideo, I have to wait for a new build version. Any idea when there will be a new version? @gohai
I would prefer to use rpi-3-A+, but I also want to try rpi-4 and compare performance. Does the processing-video link you sent work on both rpi3 and rpi4 ?