EEVblog Electronics Community Forum

Products => Computers => Topic started by: DiTBho on May 15, 2022, 01:51:04 pm

Title: RPI + HDMI2CSI: does it work? and what does work?
Post by: DiTBho on May 15, 2022, 01:51:04 pm
The company "Geekworm" has an interesting toy for RPI: the C779!

It's a "camera serial interface(1)" version2, aka "CSI-2" Module with Toshiba TC358743XBG chip that accepts HDMI input up to 1080p@25fps and allows RPI(2) to capture and record videos though the v4l2-ctl  console tool.


Any experience?  :-//



(1) The Camera Serial Interface (CSI) is a specification of the Mobile Industry Processor Interface (MIPI) Alliance. It defines an interface between a camera and a host processor. The latest active interface specification is CSI-3 which was released in 2012.
 
Different Standards of MIPI CSI Interface:
(2) compatible with: Raspberry Pi { 4B, 3B+, 3B, 3A+, 2B, 2B+, Pi Zero , Zero W }


Title: Re: RPI + HDMI2CSI: does it work? and what does work?
Post by: DiTBho on May 15, 2022, 01:51:47 pm
Has anyone already tried to connect VGA through a VGA-to-HDMI-adapter?
Code: [Select]
vga ----> VGA-to-HDMI (adapter) ----> HDMI-to-CSI-2 (C779) ----> RPI V4L
Does it work correctly?
Title: Re: RPI + HDMI2CSI: does it work? and what does work?
Post by: DiTBho on May 15, 2022, 04:34:42 pm
Digging deeper, I found that C779 only supports video, doesn't support audio, but there are other modules(1) that take the incoming HDMI signal and converts it into a separate CSI signal and I2S audio signal.

I2S-Audio requires wiring to the expansion port of the RPI

(1) { C780, C790 }