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

Interfacing (DSI, CSI, I2C, etc.) • Getting Video out of the Pi 5 HDMI to CSI (C790) Module

$
0
0
Hi guys,

I really need help. I am trying to get the C790 Module to work with my Raspberry Pi 5b running on pi lite 64bit kernel 6.6.51.
Besides multiple tutorials and the CSI Thread here on rpi forums i had the most luck with this repo: https://github.com/FearL0rd/RPi5_hdmi_in_card/tree/main

When i use this script with a edid that enables 1080p 60Hz i am able to get some stuff exported to a yuv file via v4l2-ctl.
However i was never able to get further than this. Every other programm like for example Hyperion or HyperHDR which i am trying to use just doesn't work or even completly crashes when i try to only select one of the two capturing devices that i can select (the two frontends of the rp1-cfe)

I also cant use anything like gstreamer because of the missing hardware encoding so the only thing i got working so far is the raw yuv file capturing some frames which actually did work and was converted to mp4 using following ffmpeg command:
`ffmpeg -f rawvideo -pix_fmt rgb24 -s 1920x1080 -r 60 -i hdmiin.yuv -vf format=yuv420p -c:v libx264 -crf 23 output.mp4`

I hope someone can help me with some infos or steer me in the right direction
Thanks in advance :)

Statistics: Posted by deadlinecode — Thu May 08, 2025 10:50 pm — Replies 0 — Views 26



Viewing all articles
Browse latest Browse all 6990

Trending Articles