-
Notifications
You must be signed in to change notification settings - Fork 190
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing support for RPi camera (sensor IMX219) #123
Comments
Bump |
I just today hooked it up expecting it to work right away, but: |
After a bit of digging i found out there are "traces" of it in Milk-v buildroot:
I am not too good at Milk-V embedded Linux OS but maybe we only need to add an appropriate configuration "sensor_cfg.ini" to /mnt/data/sensor_cfg.ini in order to make it work... I will tinker with this later and report if i there is more progress after creating the correct .ini... I do not know if the lane_id is the same or not, but i would not know where to look to find out... I do not know if i need to pinmux stuff to make the camera work etc. I know that in order to use I2C one has to pinmux the SDA,SCL pins. Disregarding all worries, the github link above suggests that it should be pretty much plug and play. edit edit2 sensor_cfg.ini
|
So when we talk about different RPI cameras on a physical level (by pin designation) they are the same or compatible. What IS different is a sensor's bus configuration, because the configuration depends on the sensor hardware. Normally it shall be configured via device tree files (remember that Rpi's *.dtbo files?), but here is taken a different approach... |
Has anyone had any success with this? |
getting new cameras working is really hard and expensive, I did glance at this repo a while, but didn't really work on anything here. |
you also forget something important .. the rpi-mipi-csi port is 3.3V logic level, the civitec one is 1.8, so a adapter should always be needed |
RPi camera module of the first version is rather rarely available these days, instead the most common is RPi camera module v2, which uses a different sensor - IMX219. Please add the support for this camera module....
Also it would be nice to add IMX708 as well
The text was updated successfully, but these errors were encountered: