This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
products:sbc:vim-5:applications:hdmi-input [2026/09/14 06:30] nick [Capture the HDMI IN Frames] |
products:sbc:vim-5:applications:hdmi-input [2026/09/14 06:36] (current) nick |
||
|---|---|---|---|
| Line 26: | Line 26: | ||
| ``` | ``` | ||
| - | **Note: You can press '' | + | //Note: You can press '' |
| Line 46: | Line 46: | ||
| ``` | ``` | ||
| - | **Note: You can press '' | + | //Note: You can press '' |
| + | ===== Setup HDMI IN audio ===== | ||
| + | Enable audio: | ||
| + | |||
| + | ```bash | ||
| + | hdmiin_audio enable | ||
| + | ``` | ||
| + | |||
| + | //Note: Once the HDMI IN audio is enabled, the system audio will not working anymore, but you can recovery the system audio by disabling the HDMI IN audio.// | ||
| + | |||
| + | Disable audio: | ||
| + | |||
| + | ```bash | ||
| + | hdmiin_audio disable | ||
| + | ``` | ||