Video stream from the camera displayed in JavaFX 2.0 MediaView

Since JavaFX2.0 supports media viewing, is it possible to somehow truly translate the camera stream to the Media component in real time? Since there are no API cameras, I don’t know how to do this. Can we use another Java library to work with the camera, and then transfer the video to MediaView

So this is possible, and if so, how can we do this. Maybe using any JavaAPI for the camera and then streaming the video to MediaView?

+5
source share
2 answers

Java, Xuggle, Java. ffmpeg.

MPEG-2 MPEG-4, . , - 800 , , , , , JavaFX, Java.

, - VLC JPanel . , Flash Java, .

!

+1

, 2.0 /. uri MediaView. . JavaFX 2.0, 1.3 ImageView, /. , lib.

0

All Articles