We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hi ! I'm using a Raspeberry Pi with the Rasperry camera module (version 2) and GLvideo's GLCapture object. It works fine, except for one thing : I can't find the way to change the capture's resolution. And this is quite weird, as the camera module goes up to 5Mpx !
poke @gohai
Answers
I found !
The way is to write
The name parameter was my issue.
Here is how I eventually did :
that is documented here:
https://processing.org/reference/libraries/video/Capture.html
actually I was refering to the GLCapture library, that doesn't work exactly as the processing.video library.