سؤال

Using the OpenIMAJ library can I capture and record video from an IP camera and also show live video in a web application?

هل كانت مفيدة؟

المحلول

I've not got an IP camera to test with, but in theory you can use the XuggleVideo class to do it - you basically just need to provide the URL of the stream provided by the camera:

Video<MBFImage> video = new XuggleVideo("rtsp://10.10.10.121/cam0_0"); 

Any type of stream/url that FFmpeg supports should work.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top