i need to build a simple application who allow to record 2 or more video stream (max. 4) from ipcam / webcam, like a very simple surveillance system.
What component (dll or similar) can you indicate to me ?
i need to build a simple application who allow to record 2 or more
Share
it will be a multithreaded application.
in which each thread (worker) records from a source (usb video) to a destination (file stream).
you could do something like this (pseudo c#)
i hope it gives you a basic idea…