camera-streamer icon indicating copy to clipboard operation
camera-streamer copied to clipboard

Feature Request: ability to pipe raw camera output to another process

Open dtbaker opened this issue 2 years ago • 0 comments

It would be wonderful if we could pipe a video stream output to another app, rather than starting a stream server.

e.g.

./camera-stream -o tcp://1.2.3.4:1234 or ./camera-stream -o - | nc 1.2.3.4 4321

I'm not the best with C, but I'll try to figure it out myself.

dtbaker avatar Feb 21 '23 23:02 dtbaker