Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 8035

Camera board • Re: GScrop Question

$
0
0
Fortunately, I was able to identify the problem.
👍
In my case, the GScam designation is not ‘imx296 10-001a’ but ‘imx296 4-001a’.
Hi,

for me i2c-4 and i2c-6 are only links to i2c-10 and i2c-11:

Code:

pi@raspberrypi5:~ $ ls -l /dev/i2c-*crw-rw---- 1 root i2c  89, 10 Mar  7 13:41 /dev/i2c-10crw-rw---- 1 root i2c  89, 11 Mar  7 13:41 /dev/i2c-11crw-rw---- 1 root i2c  89, 13 Mar  7 13:41 /dev/i2c-13crw-rw---- 1 root i2c  89, 14 Mar  7 13:41 /dev/i2c-14lrwxrwxrwx 1 root root      6 Mar  7 13:41 /dev/i2c-4 -> i2c-11lrwxrwxrwx 1 root root      6 Mar  7 13:41 /dev/i2c-6 -> i2c-10pi@raspberrypi5:~ $ 
So it seems you inserted your camera into cam1 slot and not cam0 slot.

Can you please try this with unchanged camera connection, it should work:Line 9 of the gist selects device 10/11 on whether CAM1 is undefined/defined (only for Pi5):
https://gist.github.com/Hermann-SW/e604 ... -gscrop-L9

Statistics: Posted by HermannSW — Sun Mar 09, 2025 10:40 am



Viewing all articles
Browse latest Browse all 8035

Trending Articles