Pergunta

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

Foi útil?

Solução

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.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top