Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的计划是在 Raspberry Pi 上运行 JavaFx 应用程序。通常的方法是启动 GUI,然后将其重定向到 HDMI 端口,从而在电视上呈现整个桌面。
但是,我不想看到桌面或其他任何东西,除了我的应用程序在电视上呈现的内容。是否可以将渲染输出直接发送到 HDMI 端口?
是的,您需要 java8 的 arm 端口,其中 fx 直接呈现到帧缓冲区中。