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

Graphics, sound and multimedia • Re: C790 HDMI Board with RPi5

$
0
0
The colour issue is something transposing RGB888 for BGR888.
I did look at this recently and i believe my conclusion was that the V4L2 layers were consistent. I do recall looking at the RGB888 format on the MIPI bus and querying whether it was RGB or BGR, so I'd need to look again and confirm.

With GStreamer it is easy enough to insert a capssetter component to change the format and correct it. I don't know of a mechanism to do the same with ffmpeg.
I'm not familiar with GStreamer. I have tried multiple command variations that I found in the forums and none of them worked.
Do you have a command line that will work with this?

I have another question since you are one of the main guys behind this driver. found here https://github.com/6by9/raspi_tc358743? ... me-ov-file thanks for all this work!!!

I'm trying to detect this as a camera to use in CV2, but it is not allowing me to do.
Do you have any tips on this subject?

Code:

$ i2cdetect -li2c-0i2c       Synopsys DesignWare I2C adapter I2C adapteri2c-1i2c       Synopsys DesignWare I2C adapter I2C adapteri2c-4i2c       Synopsys DesignWare I2C adapter I2C adapteri2c-11i2c       107d508200.i2c                  I2C adapteri2c-12i2c       107d508280.i2c                  I2C adapter~ $ i2cdetect -y 0     0  1  2  3  4  5  6  7  8  9  a  b  c  d  e  f00:                         -- -- -- -- -- -- -- -- 10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 70: -- -- -- -- -- -- -- --                         ~ $ i2cdetect -y 1     0  1  2  3  4  5  6  7  8  9  a  b  c  d  e  f00:                         -- -- -- -- -- -- -- -- 10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 70: -- -- -- -- -- -- -- --                         i2cdetect -y 4     0  1  2  3  4  5  6  7  8  9  a  b  c  d  e  f00:                         -- -- -- -- -- -- -- UU 10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 70: -- -- -- -- -- -- -- --                         ~ $ i2cdetect -y 11     0  1  2  3  4  5  6  7  8  9  a  b  c  d  e  f00:                         08 09 0a 0b 0c 0d 0e 0f 10: 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20: 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30: -- -- -- -- -- -- -- -- 38 39 3a 3b 3c 3d 3e 3f 40: 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 60: 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70: 70 71 72 73 74 75 76 77                 ~ $ i2cdetect -y 12     0  1  2  3  4  5  6  7  8  9  a  b  c  d  e  f00:                         08 09 0a 0b 0c 0d 0e 0f 10: 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20: 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30: -- -- -- -- -- -- -- -- 38 39 3a 3b 3c 3d 3e 3f 40: 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 60: 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70: 70 71 72 73 74 75 76 77                         ~ $ rpicam-hello --listNo cameras available!

Statistics: Posted by FearL0rd — Tue May 21, 2024 8:38 pm



Viewing all articles
Browse latest Browse all 4792

Trending Articles