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.
最新的 JavaFx 版本是否支持流式网络摄像头视频?是否有可能通过fx中的JMF获得它?
您似乎还不能做到这一点,例如,请参见最近的这篇文章。
但是,似乎有几个使用 JMF 至少能够捕获图像的示例。你也可以试试 JNA。
大约 7 年后,从提出问题开始,仍然没有“本机”JavaFX 支持显示来自网络摄像头的流(据我所知)。
但是,我设法使用OpenCV库来实现它并显示为ImageView. 它可能效率低下,但 OpenCV 也为您提供了处理“流”的可能性。尽管所有人可能想做的只是显示流,而不是修改它。
ImageView