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:29] nick [Preview] |
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 35: | Line 35: | ||
| ```shell | ```shell | ||
| - | # Setup | + | hdmiin_capture_setup |
| - | hdmiin_capture_setup | + | gst-launch-1.0 -vvv v4l2src device=/ |
| - | # Capture frames | + | |
| - | gst-launch-1.0 -vvv v4l2src device=/ | + | |
| ``` | ``` | ||
| Line 44: | Line 42: | ||
| ```shell | ```shell | ||
| - | # Setup | + | hdmiin_capture_setup |
| - | hdmiin_capture_setup | + | gst-launch-1.0 -vvv v4l2src device=/ |
| - | # Capture frames | + | |
| - | gst-launch-1.0 -vvv v4l2src device=/ | + | |
| ``` | ``` | ||
| - | **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 | ||
| + | ``` | ||