How to use single video camera for different .exe files [closed]
Hi, I have two binary files containing opencv programs both taking frames from single video camera. But on running both simultaneously gives only one program running whereas other program shows blank window. How to solve this problem. Please help.
I don't think it's an opencv problem. If you want to share your camera you need a program called a server. Your program will become a client . To share a video stream you can use ffmpeg-server (or write your own server ...)