I played with imx219 two months ago. The camera seems to work only as a raw device. I have these notes (no guarantees):
https://openbeagle.org/beagley-ai/beagley-ai/-/issues/5
dmesg | grep -i imx219
media-ctl -V ‘“imx219 5-0010”:0 [fmt:SRGGB8_1X8/1920x1080 field:none]’
gst-launch-1.0 -v v4l2src num-buffers=5 device=/dev/video3 io-mode=dmabuf !
video/x-bayer, width=1920, height=1080, framerate=30/1, format=rggb !
multifilesink location=“imx219-image-%d.raw”
convert -depth 8 -size 1920x1080+0 gray:imx219-image-0.raw -scale 300x out0.png
Some additional are in:
and youtube video #32 from Oleg
But for now, I’ve put the beagle aside and I’m not working with him.