[BBAI64] IMX219 detected but can't access to video

Hello guys,

I’m using the BeagleBoard AI64 (TDA4VM SOC) with an IMX219 camera.

uname -a
Linux BeagleBone 5.10.168-ti-arm64-r118

I added in the extlinux.conf file the dtbo for the IMX219 camera :
fdtoverlays /overlays/BBAI64-CSI0-imx219.dtbo

I’m now able to detect the camera :
v4l2-ctl --list-devices
j721e-csi2rx (platform:4500000.ticsi2rx):
/dev/video4
/dev/video5
/dev/video6
/dev/video7
/dev/video8
/dev/video9
/dev/video10
/dev/video11
/dev/video12
/dev/video13
/dev/video14
/dev/video15
/dev/video16
/dev/video17
/dev/video18
/dev/video19
/dev/media0

Also, : /opt/edge_ai_apps/init_script.sh
CSI Camera 0 detected
device = /dev/video4
name = imx219 6-0010
format = [fmt:SRGGB8_1X8/1920x1080]
subdev_id = 2
isp_required = yes

Now, I can’t access to the video (using v4l2 or gstreamer…)

Also :
dmesg | grep imx
[ 8.241728] imx219 6-0010: supply VANA not found, using dummy regulator
[ 8.241853] imx219 6-0010: supply VDIG not found, using dummy regulator
[ 8.241894] imx219 6-0010: supply VDDL not found, using dummy regulator

I have a Logitech USB Camera connected to the board, and it works perfectly…
I have a TDA4VM board, with the EDGEAI SDK 09 02 00 05 and the IMX219 works perfectly.

What should I do ? Does someone have a tips ? :slight_smile:

Cheers,
Valentin

1 Like