You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When building for the NX5 IO, the camera returns a dark image.
The same issue arises in the official Radxa OS image: docs.radxa.com/nx5/downloads
The IMX219 returns a dark image for the 5.10 kernel but this is solved in the 6.1 kernel.
To make the camera work with this yocto meta-layer, 3 changes were made:
Revert the IMX219 driver: the driver in linux-6.1-stan-rkr4.1-buildroot does not work but the one in linux-6.1-stan-rkr1 does work which is the branch Radxa OS uses and where the camera works properly (0001-revert-imx219-driver.patch.txt)
This might be an issue with the rockchip ISP and/or how it connects to the camera?
Where should I begin trying to solve this? What resources can I consult?
Radxa OS (kernel 6.1.43: presumably linux-6.1-stan-rkr1 as this is what the rk2312 build from the Radxa BSP uses, this version/branch does not properly build with Yocto)
The text was updated successfully, but these errors were encountered:
When building for the NX5 IO, the camera returns a dark image.
The same issue arises in the official Radxa OS image: docs.radxa.com/nx5/downloads
The IMX219 returns a dark image for the 5.10 kernel but this is solved in the 6.1 kernel.
To make the camera work with this yocto meta-layer, 3 changes were made:
This might be an issue with the rockchip ISP and/or how it connects to the camera?
Where should I begin trying to solve this? What resources can I consult?
Yocto build (kernel 6.1.84: linux-6.1-stan-rkr4.1-buildroot))
Radxa OS (kernel 6.1.43: presumably linux-6.1-stan-rkr1 as this is what the rk2312 build from the Radxa BSP uses, this version/branch does not properly build with Yocto)
The text was updated successfully, but these errors were encountered: