HDMI to CSI Adapter
| ||
Overview
This is an HDMI to CSI camera port adapter designed for Raspberry Pi with up to [email protected] support from HDMI input, backward compatible. It allows you to use HDMI cameras just as the standard Raspberry Pi CSI cameras, all versions of Raspberry Pi series boards are supported.
Connection
Connect the FPC cable of Raspberry Pi to the CSI interface of Raspberry Pi. The CSI interface of Pi 2B, 3B, 3B+ located between the LAN port and HDMI port. The CSI interface of Pi 4 is placed between the HDMI1 interface and the audio jack. If you use Pi zero, the CSI interface is beside the Power port. Here is the diagram of Pi 4. 4B
Note that the silver side (metal side) should toward to the HDMI interface. Release the black buckle, align the FPC cable and insert it tightly, then close the black buckle.
- 2. Enable Camera
The camera interface of Raspberry Pi is default disabled. Before you use camera, you should enable it.
Open Raspberry Pi terminal and excute command sudo raspi-config, then choose Interfacing Options -> Camera -> Yes
Reboot Raspberry Pi
sudo reboot