I am looking around and found out that the headers are not installed
sudo dpkg-reconfigure -phigh build-essential linux-headers-uname -r
[sudo] password for rock:
dpkg-query: package ‘linux-headers-4.4.154-999-rockchip-gc26d93d00149’ is not installed and no information is available
Use dpkg --info (= dpkg-deb --info) to examine archive files,
and dpkg --contents (= dpkg-deb --contents) to list their contents.
/usr/sbin/dpkg-reconfigure: linux-headers-4.4.154-999-rockchip-gc26d93d00149 is not installed
So i filely installed the Header package with this:
sudo apt-get --reinstall install /home/rock/linux-headers-4.4.154-999-rockchip-gc26d93d00149_4.4.154-999-rockchip_all.deb
@jack the devicetree you pasted puts imx219 on i2c4, but the schematics for Rockpi4 the camera should be on either i2c2 or i2c7. What am I missing here?
I am also trying to get ov5647 sensor working with rock pi and I have followed your instruction by editing /etc/default/extlinux file and running /usr/local/sbin/update_extlinux.sh. However, I can’t still get it working and the i2c port (i2c-4, as follows) on the MIPI CSI slot doesn’t seem to be detected.
OV5647 is supported. First make sure you have ov5647.dtbo under /boot/overlays, then edit /boot/hw_intfc.conf to enable it by uncommenting the following line:
Hi @jack! I have reimaged my rock pi 4b to the official rock pi debian 9 image and followed the instructions to the get the camera working but I’m still getting errors.
I have checked /boot/overlays that I do have ov5647.dtbo and uncommented intfc:dtoverlay=ov5647 in /boot/hw_intfc.conf. I have also checked https://wiki.radxa.com/Rockpi4/hardware/devtree_overlays to see I have the correct number of files in /boot, knowing that I don’t have the rockpi-4b-linux.dtb file. I’m not sure how significant this file is and I don’t know how to generate this file. Could this be the problem?
Hi, can anyone help me to understand how to distinguish which version of raspicam I have , if on the camera no labels appear?
I have also a Pi3 (from which I’m tryng to migrate) if this can help.
Moreover script test_camera-rkisp1.sh is not found. How to install it?
My system is Armbian+xfce with ROS and Opencv 4.1.1
Tank you
Hello. Have the same problems as discussed in this topic, but in 2020 most of mentioned github links (e.g. gstreamer-rockchip-extra) are outdated. What should I do to use rpi camera v2.5 on Radxa’s ubuntu server 20.04?