java 调用摄像头


WebCam-capture

  http://webcam-capture.sarxos.pl/

   公司在用的,简单实用,功能多。支付linux window32&64 mac androd

   支持的设备驱动

   Driver Name      Stable   Central    Description

    ipcam               yes      yes          Driver for IP / network camera

    gstreamer         yes      no            Driver for GStreamer framework`

    openimaj          yes      no            Driver for OpenIMAJ framework

    v4l4j                 yes      no            Driver for V4L4j library

    jmf                   yes      yes           Driver for JMF / FMJ frameworks

    lti-civil              yes     yes            Driver for LTI-CIVIL library

    javacv             no        no             Driver for JavaCV library

    vlcj                   yes      yes            Driver for vlcj library

    ffmpeg-cli         exp     no              Driver for FFmpeg CLI tool

    Central = Maven Central Repository

    exp = experimental


FMJ替换JMF

FMJ is an open-source project with the goal of providing an alternative to Java Media Framework (JMF), while remaining API-compatible with JMF. It aims to produce a single API/Framework which can be used to capture, playback, process, and stream media across multiple platforms. 

http://fmj-sf.net/index.php


Gstreamer

https://gstreamer.freedesktop.org/

没有测试,也支持多平台


总结 :JMF就是一个大坑B

你可能感兴趣的:(java,JMF,调用摄像头)