What is the best method to capture images from a live video device for use by a Java-based application?

前端 未结 6 1187
南笙
南笙 2020-11-28 21:56

I am looking into an image processing problem for semi-real time detection of certain scenarios. My goal is to have the live video arrive as Motion JPEG frames in my Java c

6条回答
  •  眼角桃花
    2020-11-28 22:15

    Regarding the dead-ness of JMF, are you aware of the FMJ implementation? I don't know whether it qualifies as the "best" solution, but it's probably worth adding to the discussion.

提交回复
热议问题