hellonico / origami

Lowest barrier of entry to Image Processing, Computer Vision and Neural Networks on the JavaVM
https://hellonico.github.io/origami-docs/#/
Eclipse Public License 1.0
116 stars 7 forks source link

Handle with IP Camera #82

Open fdabrao opened 2 years ago

fdabrao commented 2 years ago

How do I use it with ip camera? I saw something like using opencv_ffmpeg*.dll. Is that correct?

hellonico commented 2 years ago

Use the url of the webcam: http://192.168.0.6/VIDEO.CGI

The required libraries are (should) already be loaded ... Something like: https://stackoverflow.com/a/26537681/785864