Hello,
I am interested in a very simple functionality in OBS which similar to pyfaceWebCam on Linux.
camera = create_OBS_Camera(width, height)
while True:
frame = getCVFrame()
camera.addFrame(frame)
The GUI is not important as I would like to run the code on headless machine. Also, how
can I create multiple cameras?
Any suggestion will be helpful.
I am interested in a very simple functionality in OBS which similar to pyfaceWebCam on Linux.
camera = create_OBS_Camera(width, height)
while True:
frame = getCVFrame()
camera.addFrame(frame)
The GUI is not important as I would like to run the code on headless machine. Also, how
can I create multiple cameras?
Any suggestion will be helpful.