Open main menu

Changes

C779

1,276 bytes removed, 12 April
==Overview==
* This is a raspberry pi HDMI to CSI-2 Module with Toshiba TC358743XBG chip, HDMI input supports up to 1080p25fps.
* According to the customer feedback, this module does not support '''OctoPi'''.* The model of module is C779.<ref name== Packing List =="note1">C779 only supports video, not audio</ref>* 1 x Raspberry Pi HDMI This product is support also raspberry pi Bullseye OS, since raspistill, raspivid series tools are removed by BULLSEYS, you need to use gstreamer tool to CSI-2 Module* 1 x FFC Cable(14cm/5replace raspistill, raspivid etc.51inch length)
==Features==
* ModuleModel: Raspberry Pi C779* Input signal: HDMI;* Output signal: CSI;* HDMI INInput: 720p50\720p60\1080i50\1080p25
* Function: HDMI to CSI-2
* Limitation: HDMI input supports up to 1080p25fps
* Usage: Same as standard Raspberry Pi camera
* Chip: Toshiba TC358743XBG
* Compatible with: Raspberry Pi 5B/4B/3B+/3B/2B/B+/3A+/Pi Zero/Zero W
==DocumentUser Manual==<!-- 可以参考bli的说明https://wiki.blicube.com/blikvm/zh/hdmi-csi-i2s/#demo --> * '''Due to the absence of hardware encoding on the Pi 5B, the software usage instructions for Pi platforms are currently divided into two sections: Pi 5B configuration and configuration for other Pi platforms.'''* <span style="color:red">'''In platforms such as Zero, Zero 2, Pi 3B, Pi 4B, etc., there is a reference for testing HDMI to CSI module demo: '''</span> [[C779-Software]] or [https://www.raspberrypi.org/forums/viewtopic.php?f=38&t=281972 Raspberry pi official forum post]* <span style="color:red">'''Pi 5B platforms HDMI to CSI module test demo reference: '''</span> [[CSI Manual on Pi 5]]
* Chip Information-EN: [[File:TC358743XBG_datasheet_en_20171026.pdf|none|HDMI TO CSI-2 Chip-EN]]
* Chip Information-CN: [[File:TC358743XBG_datasheet_zh_cn_20151218.pdf|none|HDMI TO CSI-2 Chip-CN]]
* Question about 1080p 60Hz HDMI to CSI-2 via TC358743, refer to: https://forums.raspberrypi.com/viewtopic.php?t=211802&sid=e6fef431928907e63fc8eb539cd75389.
 
==Notes==
<references />
 
==Video==
https://youtu.be/z6Ir254MBBw
{{#ev:youtube|https://youtu.be/z6Ir254MBBw}}
== Video ==
https://youtu.be/L5qbZPrpPp0
{{#ev:youtube|https://youtu.be/L5qbZPrpPp0}}
== FAQ ==
Q1: Some python sample code
 
A1: The HDMI source supported by Raspberry Pi with the module is 720p/50fps,720p/60fps,1080i/50fps,1080p/24fps,1080p/25fps. Lower resolution is also working.
 
This is the python code used in my video.The Pi uses an official image with no other changes.
 
<pre>
from picamera import PiCamera
from time import
camera = PiCamera()
camera.start_preview()
sleep(1000)
camera.stop_preview()
 
</pre>
Q2:Customer Feedback 1 for your reference(https://www.amazon.com/gp/product/B0899L6ZXZ#customerReviews)
 
A2:
If you want to use your Raspberry Pi for HDMI capture, this is the only device I'm aware of that will do it. Furthermore you can do some powerful things that would normally require equipment costing many hundreds of dollars. For example, using always-on camera preview and a few lines of Python code you can easily do image flipping, rotation, and rudimentary scaling. Note that you can't adjust color or exposure, and audio is not passed through.
 
I've tried this with a variety of HDMI devices; half of them work perfectly, half of them don't work at all.
 
Things that worked just fine:
* GoPro Hero2
* Generic no-name HDMI camera
* OREI HD-102 1x2 HDMI splitter with a Google Chromecast attached to it (but see below)
 
There's a downside, though. I could not get any of these to work:
 
* Canon 6D, which causes a "PiCameraMMALError: Failed to enable connection: Out of resources" error
* Blackmagic ATEM Mini, which produces a scrambled picture
* Google Chromecast, because I don't think this device supports HDCP; but it works fine if you strip off the HDCP.
 
This HDMI input module does what I care about (capturing my generic HDMI camera), but it failed at some things that thankfully I didn't need it to do. Your use case may vary so don't be surprised if some HDMI devices don't work with it.
 
Q3: Will this work with i2s hats such as hifiberry amp2?
 
A3: Since this item don't use any GPIO, so we think that it can work with I2S hats.
 
Q4: What to do if the module can't work normally?
 
A3:
1. First the HDMI device should be plugged in and have signal output before the Raspberry Pi is started.
2.Please check if there is a video related file in the /dev file.
3. Please provide us more details for us to confirm the issue.
a. First please send us your order number and tell us "Call command" "Input Device" and "Using Device".
b. What is the HDMI input device, resolution and frequency?
c. Which version of Raspberry Pi you use?
d. What is the specific calling command?
e. What is the terminal error notification?
<!--增加评论功能! -->