This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
products:sbc:vim-5:applications:hdmi-input-5.4 [2026/09/14 06:20] nick removed |
— (current) | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== VIM4 HDMI Input for 5.4 Kernel ====== | ||
| - | |||
| - | ===== Introduction ===== | ||
| - | |||
| - | This documentation will introduce the usage of HDMI Input. | ||
| - | |||
| - | <WRAP important > | ||
| - | This documentation is only for Linux system. | ||
| - | </ | ||
| - | |||
| - | ===== Preparation ===== | ||
| - | |||
| - | <WRAP important > | ||
| - | HDMI input preview can only work under framebuffer console, so you need to use the server image, you can install via OOWOW. | ||
| - | </ | ||
| - | |||
| - | <WRAP important > | ||
| - | You must connect your VIM4 to a workablbe HDMI screen or the HDMI IN will not working. | ||
| - | </ | ||
| - | |||
| - | <WRAP tip > | ||
| - | If you use the desktop image, you need to switch to the framebuffer console. | ||
| - | </ | ||
| - | |||
| - | ```shell | ||
| - | sudo chvt 3 | ||
| - | echo 1 | sudo tee / | ||
| - | echo 0 | sudo tee / | ||
| - | ``` | ||
| - | |||
| - | <WRAP tip > | ||
| - | If you want to go back to the desktop '' | ||
| - | </ | ||
| - | |||
| - | |||
| - | ===== Install HDMI Input Demo ===== | ||
| - | |||
| - | ```shell | ||
| - | sudo apt update | ||
| - | sudo apt install libgrpc++1 libboost-system1.74.0 | ||
| - | wget https:// | ||
| - | sudo dpkg -i hdmiin-demo_0.5-202211_arm64.deb | ||
| - | ``` | ||
| - | |||
| - | ===== Test ===== | ||
| - | |||
| - | * Connect your VIM4 HDMI Out to an HDMI Display | ||
| - | * Connect your HDMI OUT cable to VIM4 HDMI IN port | ||
| - | * Execute the HDMI Input demo command '' | ||
| - | |||
| - | If everything is OK you will see the HDMI Input source on your display. | ||
| - | |||
| - | ===== Known Issues ===== | ||
| - | |||