문제

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