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

前端 未结 6 1171
南笙
南笙 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:12

    FMJ can definitely capture video and turn it into MJPEG frames.

提交回复
热议问题