Raspberry Pi 3가 4K 비디오를 출력하기에 충분히 강력 할 것 같지만 어느 곳에서도 보지 못했습니다.
Raspberry Pi 3가 4K 해상도로 HDMI를 통해 비디오를 출력 할 수 있는지 아는 사람이 있습니까? 그렇다면 30Hz 또는 60Hz입니까?
Raspberry Pi 3가 4K 비디오를 출력하기에 충분히 강력 할 것 같지만 어느 곳에서도 보지 못했습니다.
Raspberry Pi 3가 4K 해상도로 HDMI를 통해 비디오를 출력 할 수 있는지 아는 사람이 있습니까? 그렇다면 30Hz 또는 60Hz입니까?
답변:
내가 찾을 수있는 최고의 정보는 4K 해상도를 출력 할 수 있지만 상당히 비참한 프레임 속도로 출력 할 수 있음을 나타냅니다. Pi 3에는 Pi 2와 동일한 GPU가 있으므로 정보는 여전히 유효해야합니다.
출처 : https://www.raspberrypi.org/forums/viewtopic.php?f=38&t=79330
나는 Raspberry Pi ... (Latest Wheezy / Openelec)에서 두 개의 배포판 아래에서 작동하는 Seiki E50UY04에서 15Hz에서 3840 x 2160 (4k x 2k)을 얻었습니다. 텔레비전은이 해상도와 헤르츠 레벨을 받고 있음을 보여 주며 매우 선명하게 보입니다.
이것은 wheezy에 대한 config.txt입니다.
# uncomment if you get no picture on HDMI for a default "safe" mode #hdmi_safe=1 # uncomment this if your display has a black border of unused pixels visible # and your display can output without overscan disable_overscan=1 # uncomment the following to adjust overscan. Use positive numbers if console # goes off screen, and negative if there is too much border overscan_left=-150 overscan_right=-150 #overscan_top=16 #overscan_bottom=16 # uncomment to force a console size. By default it will be display's size minus # overscan. #framebuffer_width=3840 #framebuffer_height=2160 # uncomment if hdmi display is not detected and composite is being output #hdmi_force_hotplug=1 # uncomment to force a specific HDMI mode (this will force VGA) hdmi_group=2 hdmi_mode=87 # uncomment to force a HDMI mode rather than DVI. This can make audio work in # DMT (computer monitor) modes #hdmi_drive=2 # uncomment to increase signal to HDMI, if you have interference, blanking, or # no display #config_hdmi_boost=4 # uncomment for composite PAL #sdtv_mode=2 #uncomment to overclock the arm. 700 MHz is the default. #arm_freq=800 # for more options see http://elinux.org/RPi_config.txt hdmi_ignore_edid=0xa5000080 hdmi_cvt 3840 2160 15