Devices:
[0] "mmal service 16.1"
The format returned by configs() is informational only and might change in future versions of the library.
Configs:
[0] "video/x-raw, format=(string)YUY2, width=(int)[ 32, 2592, 2 ], height=(int)[ 32, 1944, 2 ], pixel-aspect-ratio=(fraction)1/1, interlace-mode=(string)progressive, colorimetry=(string){ bt601 }, framerate=(fraction)[ 1/1, 90/1 ]"
Final caps: video/x-raw(memory:GLMemory), width=(int)320, height=(int)200, framerate=(fraction)90/1, format=(string)RGBA, pixel-aspect-ratio=(fraction)1/1, interlace-mode=(string)progressive, texture-target=(string)2D
I also tried running this in the terminal sudo modprobe bcm2835-v412 as suggested by Ghans in an older post.
Unfortunately I got this message after trying to run it modprobe: FATAL: Module bcm2835-v412 not found in directory /lib/modules/4.14.79-v7+
If anyone has any input, I would really appreciate the help!
I had some problem also the last time I tried to make my camera works. I finally got it to work by simply using the PI image you can find on the processing website.
Here is the discussion if you want to read it: Issues with third-party camera. It was a third party camera by the time but now I’m using a PI camera.
I tried bcm2835-v4l2 with a lower case l, and it didn’t change anything.Did you get the image from from this page? https://pi.processing.org/get-started/